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

    Type Alias ValidatorStakeViewV1

    type ValidatorStakeViewV1 = {
        account_id: AccountId;
        public_key: PublicKey;
        stake: NearToken;
    }
    Index

    Properties

    account_id: AccountId
    public_key: PublicKey
    stake: NearToken