Interface CreateProposalOperation

Generic operation.

Hierarchy

Properties

0 1

Properties

0: "create_proposal"
1: { creator: string; daily_pay: string | Asset; end_date: string; extensions: any[]; permlink: string; receiver: string; start_date: string; subject: string }

Type declaration

  • creator: string
  • daily_pay: string | Asset
  • end_date: string
  • extensions: any[]
  • permlink: string
  • receiver: string
  • start_date: string
  • subject: string

Generated using TypeDoc