BaseAccount: {
    executable: boolean;
    lamports: Lamports;
    programAddress: Address;
    space: bigint;
}

Describe the generic account details applicable to every account.