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.

Hierarchy

  • V1Beta1Delegation

Properties

delegator_address?: string

delegator_address is the bech32-encoded address of the delegator.

shares?: string

shares define the delegation shares received.

validator_address?: string

validator_address is the bech32-encoded address of the validator.

Generated using TypeDoc