AccountInfoBase

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