Interface TenureChangePayloadWire

Hierarchy

  • TenureChangePayloadWire

Properties

burnViewHash: string

Current consensus hash (hex string) on the underlying burnchain. Corresponds to the last-seen sortition.

The cause of change in mining tenure

payloadType: TenureChange
previousTenureBlocks: number

The number of blocks produced since the last sortition-linked tenure

previousTenureEnd: string

Stacks block hash (hex string)

previousTenureHash: string

The consensus hash (hex string) of the previous tenure. Corresponds to the sortition of the previous winning block-commit.

publicKeyHash: string

The public key hash of the current tenure (hex string)

tenureHash: string

The consensus hash of this tenure (hex string). Corresponds to the sortition in which the miner of this block was chosen. It may be the case that this miner's tenure gets extended acrosssubsequent sortitions; if this happens, then this consensus_hash value _remains the same _as the sortition in which the winning block-commit was mined.

type: Payload

Generated using TypeDoc