Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • get_blocks_by_height_request

Index

Constructors

  • new get_blocks_by_height_request(head_block_id?: null | Uint8Array, ancestor_start_height?: number, num_blocks?: number, return_block?: bool, return_receipt?: bool): get_blocks_by_height_request
  • Parameters

    • head_block_id: null | Uint8Array = null
    • ancestor_start_height: number = 0
    • num_blocks: number = 0
    • return_block: bool = false
    • return_receipt: bool = false

    Returns get_blocks_by_height_request

Properties

ancestor_start_height: number
head_block_id: null | Uint8Array
num_blocks: number
return_block: bool
return_receipt: bool

Methods

  • Parameters

    • reader: Reader
    • length: number

    Returns get_blocks_by_height_request

  • Parameters

    Returns void

Generated using TypeDoc