Options
All
  • Public
  • Public/Protected
  • All
Menu

Performs a delegation from a delegate to a validator.

see

https://docs.cosmos.network/master/modules/staking/03_messages.html#msgdelegate

Hierarchy

  • AminoMsg
    • AminoMsgDelegate

Index

Properties

Properties

type: "cosmos-sdk/MsgDelegate"
value: { amount: Coin; delegator_address: string; validator_address: string }

Type declaration

  • Readonly amount: Coin
  • Readonly delegator_address: string

    Bech32 encoded delegator address

  • Readonly validator_address: string

    Bech32 encoded validator address

Generated using TypeDoc