Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • block

Index

Constructors

  • Parameters

    • id: null | Uint8Array = null
    • header: null | block_header = null
    • transactions: transaction[] = []
    • signature: null | Uint8Array = null

    Returns block

Properties

header: null | block_header
id: null | Uint8Array
signature: null | Uint8Array
transactions: transaction[]

Methods

  • decode(reader: Reader, length: number): block
  • Parameters

    • reader: Reader
    • length: number

    Returns block

  • encode(message: block, writer: Writer): void
  • Parameters

    • message: block
    • writer: Writer

    Returns void

Generated using TypeDoc