Interface MsgWithdrawDelegatorRewardResponseAminoMsg

interface MsgWithdrawDelegatorRewardResponseAminoMsg {
    type: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse";
    value: MsgWithdrawDelegatorRewardResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse"