DelegatorWithdrawInfo is the address for where distributions rewards are withdrawn to by default this struct is only used at genesis to feed in default withdraw addresses.

from message cosmos.distribution.v1beta1.DelegatorWithdrawInfo

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address is the address of the delegator.

from field: string delegator_address = 1;

withdrawAddress: string = ""

withdraw_address is the address to withdraw the delegation rewards to.

from field: string withdraw_address = 2;

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

Methods