bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryDelegationTotalRewardsResponse

    QueryDelegationTotalRewardsResponse is the response type for the Query/DelegationTotalRewards RPC method.

    from message cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse

    Hierarchy

    Index

    Constructors

    Properties

    rewards defines all the rewards accrued by a delegator.

    from field: repeated cosmos.distribution.v1beta1.DelegationDelegatorReward rewards = 1;

    total: DecCoin[] = []

    total defines the sum of all the rewards.

    from field: repeated cosmos.base.v1beta1.DecCoin total = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse"

    Methods