Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • proposal_record

Index

Constructors

  • new proposal_record(operations?: operation[], operation_merkle_root?: null | Uint8Array, vote_start_height?: number, vote_tally?: number, vote_threshold?: number, shall_authorize?: bool, updates_governance?: bool, status?: proposal_status, fee?: number): proposal_record
  • Parameters

    • operations: operation[] = []
    • operation_merkle_root: null | Uint8Array = null
    • vote_start_height: number = 0
    • vote_tally: number = 0
    • vote_threshold: number = 0
    • shall_authorize: bool = false
    • updates_governance: bool = false
    • status: proposal_status = 0
    • fee: number = 0

    Returns proposal_record

Properties

fee: number
operation_merkle_root: null | Uint8Array
operations: operation[]
shall_authorize: bool
updates_governance: bool
vote_start_height: number
vote_tally: number
vote_threshold: number

Methods

  • Parameters

    • reader: Reader
    • length: number

    Returns proposal_record

  • Parameters

    Returns void

Generated using TypeDoc