Reward payment made on the burnchain

Export

Interface

BurnchainReward

Hierarchy

  • BurnchainReward

Properties

burn_amount: string

The total amount of burnchain tokens burned for this burnchain block, in the smallest unit (e.g. satoshis for Bitcoin)

Memberof

BurnchainReward

burn_block_hash: string

The hash representing the burnchain block

Memberof

BurnchainReward

burn_block_height: number

Height of the burnchain block

Memberof

BurnchainReward

canonical: boolean

Set to true if block corresponds to the canonical burchchain tip

Memberof

BurnchainReward

reward_amount: string

The amount of burnchain tokens rewarded to the recipient, in the smallest unit (e.g. satoshis for Bitcoin)

Memberof

BurnchainReward

reward_index: number

The index position of the reward entry, useful for ordering when there's more than one recipient per burnchain block

Memberof

BurnchainReward

reward_recipient: string

The recipient address that received the burnchain rewards, in the format native to the burnchain (e.g. B58 encoded for Bitcoin)

Memberof

BurnchainReward

Generated using TypeDoc