interface MsgWithdrawDelegatorRewardEncodeObject {
    typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward";
    value: Partial<MsgWithdrawDelegatorReward>;
}

Hierarchy

  • EncodeObject
    • MsgWithdrawDelegatorRewardEncodeObject

Properties

Properties

typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward"
value: Partial<MsgWithdrawDelegatorReward>

Generated using TypeDoc