Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Amino

Index

Properties

Properties

type: "cosmos-sdk/v1/MsgSubmitProposal"
value: { initial_deposit: Coins.Amino; messages: any[]; metadata: string; proposer: string; summary: string; title: string }

Type declaration

  • initial_deposit: Coins.Amino

    initial_deposit is the deposit value that must be paid at proposal submission.

  • messages: any[]

    messages are the arbitrary messages to be executed if proposal passes.

  • metadata: string

    metadata is any arbitrary metadata attached to the proposal.

  • proposer: string

    proposer is the account address of the proposer.

  • summary: string

    summary is the summary of the proposal

    Since: cosmos-sdk 0.47

  • title: string

    title is the title of the proposal.

    Since: cosmos-sdk 0.47