AccountInfoBase
type AccountInfoBase = Readonly<{
executable: boolean;
lamports: Lamports;
owner: Address;
rentEpoch: bigint;
space: bigint;
}>;
type AccountInfoBase = Readonly<{
executable: boolean;
lamports: Lamports;
owner: Address;
rentEpoch: bigint;
space: bigint;
}>;