DelegatorStartingInfoRecord used for import / export via genesis json.

from message cosmos.distribution.v1beta1.DelegatorStartingInfoRecord

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address is the address of the delegator.

from field: string delegator_address = 1;

startingInfo?: DelegatorStartingInfo

starting_info defines the starting info of a delegator.

from field: cosmos.distribution.v1beta1.DelegatorStartingInfo starting_info = 3;

validatorAddress: string = ""

validator_address is the address of the validator.

from field: string validator_address = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.DelegatorStartingInfoRecord" = "cosmos.distribution.v1beta1.DelegatorStartingInfoRecord"

Methods