Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProposalResult

Integrated proposal result properties

Hierarchy

  • ProposalResult

Index

Properties

BasicProposal

BasicProposal: BasicProposalResult

Basic properties

Params

Params: { key: string; value: string }

Parameter change properties

Type declaration

  • key: string
  • value: string

ProtocolDefinition

ProtocolDefinition: { height: string; software: string; threshold: string; version: string }

Software upgrade properties

Type declaration

  • height: string
  • software: string
  • threshold: string
  • version: string

TaxUsage

TaxUsage: { dest_address: string; percent: string; usage: string }

Community tax usage properties

Type declaration

  • dest_address: string
  • percent: string
  • usage: string

f_token

f_token: { base_token: { canonical_symbol: string; decimal: number; family: string; gateway: string; id: string; initial_supply: string; max_supply: string; min_unit_alias: string; mintable: boolean; name: string; owner: string; source: string; symbol: string } }

Token addition properties

Type declaration

  • base_token: { canonical_symbol: string; decimal: number; family: string; gateway: string; id: string; initial_supply: string; max_supply: string; min_unit_alias: string; mintable: boolean; name: string; owner: string; source: string; symbol: string }
    • canonical_symbol: string
    • decimal: number
    • family: string
    • gateway: string
    • id: string
    • initial_supply: string
    • max_supply: string
    • min_unit_alias: string
    • mintable: boolean
    • name: string
    • owner: string
    • source: string
    • symbol: string

Generated using TypeDoc