Interface AminoMsgWithdrawDelegatorReward

Message for delegation withdraw from a single validator

Hierarchy

  • AminoMsg
    • AminoMsgWithdrawDelegatorReward

Properties

Properties

type: "cosmos-sdk/MsgWithdrawDelegationReward"
value: {
    delegator_address: string;
    validator_address: string;
}

Type declaration

  • Readonly delegator_address: string

    Bech32 account address

  • Readonly validator_address: string

    Bech32 account address

Generated using TypeDoc