interface Account {
    account: AccountInfo<Buffer>;
    pubkey: PublicKey;
}

Properties

Properties

account: AccountInfo<Buffer>
pubkey: PublicKey