DVPair is struct that just has a delegator-validator pair with no other data. It is intended to be used as a marshalable pointer. For example, a DVPair can be used to construct the key to getting an UnbondingDelegation from state.

from message cosmos.staking.v1beta1.DVPair

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

from field: string delegator_address = 1;

validatorAddress: string = ""

from field: string validator_address = 2;

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

Methods