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

    Type Alias AccountInfo

    Account info for validators

    type AccountInfo = {
        account_id: AccountId;
        amount: NearToken;
        public_key: PublicKey;
    }
    Index

    Properties

    account_id: AccountId
    amount: NearToken
    public_key: PublicKey