near-api-js - v7.3.1
    Preparing search index...

    Type Alias AccountWithPublicKey

    Account ID with its public key.

    type AccountWithPublicKey = {
        account_id: AccountId;
        public_key: PublicKey;
    }
    Index
    account_id: AccountId
    public_key: PublicKey