@solana/web3.js
    Preparing search index...

    Type Alias KeyedAccountInfo

    Account information identified by pubkey

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