interface SnapshotSnapshotableAccount {
    dataLen: bigint;
    executable: boolean;
    lamports: bigint;
    owner: string;
    pubkey: string;
    slot: bigint;
}

Properties

dataLen: bigint
executable: boolean
lamports: bigint
owner: string
pubkey: string
slot: bigint

Generated using TypeDoc