Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • block_receipt

Index

Constructors

  • new block_receipt(id?: null | Uint8Array, height?: number, disk_storage_used?: number, network_bandwidth_used?: number, compute_bandwidth_used?: number, state_merkle_root?: null | Uint8Array, events?: event_data[], transaction_receipts?: transaction_receipt[], logs?: string[], disk_storage_charged?: number, network_bandwidth_charged?: number, compute_bandwidth_charged?: number): block_receipt
  • Parameters

    • id: null | Uint8Array = null
    • height: number = 0
    • disk_storage_used: number = 0
    • network_bandwidth_used: number = 0
    • compute_bandwidth_used: number = 0
    • state_merkle_root: null | Uint8Array = null
    • events: event_data[] = []
    • transaction_receipts: transaction_receipt[] = []
    • logs: string[] = []
    • disk_storage_charged: number = 0
    • network_bandwidth_charged: number = 0
    • compute_bandwidth_charged: number = 0

    Returns block_receipt

Properties

compute_bandwidth_charged: number
compute_bandwidth_used: number
disk_storage_charged: number
disk_storage_used: number
events: event_data[]
height: number
id: null | Uint8Array
logs: string[]
network_bandwidth_charged: number
network_bandwidth_used: number
state_merkle_root: null | Uint8Array
transaction_receipts: transaction_receipt[]

Methods

  • Parameters

    • reader: Reader
    • length: number

    Returns block_receipt

  • Parameters

    Returns void

Generated using TypeDoc