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

    Type Alias NextEpochValidatorInfo

    type NextEpochValidatorInfo = {
        account_id: AccountId;
        public_key: PublicKey;
        shards: ShardId[];
        stake: NearToken;
    }
    Index

    Properties

    account_id: AccountId
    public_key: PublicKey
    shards: ShardId[]
    stake: NearToken