Hierarchy

  • KristBlock

Properties

address: string

The address which submitted this block.

difficulty: number

The difficulty at the time the block was mined.

hash: null | string

The full-length SHA-256 hash of this block. The hash is calculated by the SHA-256 of the submitter's address, the 12-char hex SHA-256 of the last block, and the nonce. Note: For historical reasons some blocks may not have hashes available, in which case this value will be null.

height: number

The height (ID) of this block.

short_hash: null | string

The hash trimmed to 12 characters, or null if the block's hash is not available.

time: string

The time this block was submitted, as an ISO-8601 string.

value: number

The reward value of this block, in Krist.

Generated using TypeDoc