DelegationResponse is equivalent to Delegation except that it contains a balance in addition to shares which is more suitable for client responses.

Hierarchy

  • V1Beta1DelegationResponse

Properties

Properties

balance?: V1Beta1Coin

Coin defines a token with a denomination and an amount.

NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.

delegation?: V1Beta1Delegation

Delegation represents the bond with tokens held by an account. It is owned by one delegator, and is associated with the voting power of one validator.

Generated using TypeDoc