A microblock

Export

Interface

Microblock

Hierarchy

  • Microblock

Properties

block_hash: string

The hash of the anchor block that confirmed this microblock. This wil be empty for unanchored microblocks

Memberof

Microblock

block_height: number

The anchor block height that confirmed this microblock.

Memberof

Microblock

canonical: boolean

Set to true if the microblock corresponds to the canonical chain tip.

Memberof

Microblock

microblock_canonical: boolean

Set to true if the microblock was not orphaned in a following anchor block. Defaults to true if the following anchor block has not yet been created.

Memberof

Microblock

microblock_hash: string

The SHA512/256 hash of this microblock.

Memberof

Microblock

microblock_parent_hash: string

The SHA512/256 hash of the previous signed microblock in this stream.

Memberof

Microblock

microblock_sequence: number

A hint to describe how to order a set of microblocks. Starts at 0.

Memberof

Microblock

parent_block_hash: string

The hash of the anchor block that preceded this microblock.

Memberof

Microblock

parent_block_height: number

The height of the anchor block that preceded this microblock.

Memberof

Microblock

parent_burn_block_hash: string

The hash of the Bitcoin block that preceded this microblock.

Memberof

Microblock

parent_burn_block_height: number

The height of the Bitcoin block that preceded this microblock.

Memberof

Microblock

parent_burn_block_time: number

The block timestamp of the Bitcoin block that preceded this microblock.

Memberof

Microblock

parent_burn_block_time_iso: string

The ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) formatted block time of the bitcoin block that preceded this microblock.

Memberof

Microblock

txs: string[]

List of transactions included in the microblock

Memberof

Microblock

Generated using TypeDoc