Umi — API References - v1.3.0
    Preparing search index...

    Type Alias AccountHeader

    Describes the header of an account.

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

    Properties

    executable: boolean
    lamports: SolAmount
    owner: PublicKey
    rentEpoch?: bigint