Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • transaction_header

Index

Constructors

  • new transaction_header(chain_id?: null | Uint8Array, rc_limit?: number, nonce?: null | Uint8Array, operation_merkle_root?: null | Uint8Array, payer?: null | Uint8Array, payee?: null | Uint8Array): transaction_header
  • Parameters

    • chain_id: null | Uint8Array = null
    • rc_limit: number = 0
    • nonce: null | Uint8Array = null
    • operation_merkle_root: null | Uint8Array = null
    • payer: null | Uint8Array = null
    • payee: null | Uint8Array = null

    Returns transaction_header

Properties

chain_id: null | Uint8Array
nonce: null | Uint8Array
operation_merkle_root: null | Uint8Array
payee: null | Uint8Array
payer: null | Uint8Array
rc_limit: number

Methods

  • Parameters

    • reader: Reader
    • length: number

    Returns transaction_header

  • Parameters

    Returns void

Generated using TypeDoc