Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgUndelegate.Params, MsgUndelegate.Proto>
    • MsgUndelegate

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { amount: undefined | Coin; delegator_address: string; validator_address: string } }
  • toData(): { @type: string; amount: undefined | Coin; delegatorAddress: string; validatorAddress: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; amount: undefined | Coin; delegator_address: string; validator_address: string }

Generated using TypeDoc