Type alias KeyedAccountInfo

KeyedAccountInfo: {
    accountId: PublicKey;
    accountInfo: AccountInfo<Buffer>;
}

Account information identified by pubkey

Type declaration

Generated using TypeDoc