Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextProposal

Basic proposal which describes the candidate proposition that must be put into effect manually if passed. Used as a general-purpose way of discovering community's sentiment / interest for an arbitrary change.

Hierarchy

Index

Constructors

constructor

  • new TextProposal(title: string, description: string): TextProposal
  • Parameters

    • title: string

      proposal's title

    • description: string

      proposal's description

    Returns TextProposal

Properties

description

description: string

title

title: string

Methods

packAny

  • packAny(): Any

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): TextProposal

Static fromAmino

Static fromData

Static fromProto

Static unpackAny