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.

from message cosmos.staking.v1beta1.Delegation

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address is the bech32-encoded address of the delegator.

from field: string delegator_address = 1;

shares: string = ""

shares define the delegation shares received.

from field: string shares = 3;

validatorAddress: string = ""

validator_address is the bech32-encoded address of the validator.

from field: string validator_address = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.Delegation" = "cosmos.staking.v1beta1.Delegation"

Methods