Optional
balanceCoin 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.
Optional
delegationDelegation 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
DelegationResponse is equivalent to Delegation except that it contains a balance in addition to shares which is more suitable for client responses.