Options
All
  • Public
  • Public/Protected
  • All
Menu

Performs a redelegation from a delegate and source validator to a destination validator

Hierarchy

  • AminoMsg
    • AminoMsgBeginRedelegate

Index

Properties

Properties

type: "cosmos-sdk/MsgBeginRedelegate"
value: { amount: Coin; delegator_address: string; validator_dst_address: string; validator_src_address: string }

Type declaration

  • Readonly amount: Coin
  • Readonly delegator_address: string

    Bech32 encoded delegator address

  • Readonly validator_dst_address: string

    Bech32 encoded destination validator address

  • Readonly validator_src_address: string

    Bech32 encoded source validator address

Generated using TypeDoc