Type alias AccountHeader

AccountHeader: {
    executable: boolean;
    lamports: SolAmount;
    owner: PublicKey;
    rentEpoch?: bigint;
}

Describes the header of an account.

Type declaration

Generated using TypeDoc