Message for delegation withdraw from a single validator

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

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