Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgSubmitTextProposal.Params, MsgSubmitTextProposal.Proto, MsgSubmitTextProposal.Object>
    • MsgSubmitTextProposal

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { content: { type_url: string; value: any; }; initial_deposit: ({ denom: string; amount: string; })[]; proposer: string } }
  • Returns { type: string; value: { content: { type_url: string; value: any; }; initial_deposit: ({ denom: string; amount: string; })[]; proposer: string } }

    • type: string
    • value: { content: { type_url: string; value: any; }; initial_deposit: ({ denom: string; amount: string; })[]; proposer: string }
      • content: { type_url: string; value: any; }
      • initial_deposit: ({ denom: string; amount: string; })[]
      • proposer: string
  • toData(): { @type: string; content: undefined | internal.Any; initialDeposit: Coin[]; proposer: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; content: { type_url: string; value: any }; initial_deposit: { amount: string; denom: string }[]; proposer: string }

Generated using TypeDoc