Hierarchy

  • KristWorkDetailed

Properties

base_value: number

The base block reward.

block_value: number

The current block reward, including the unpaid name bonus (calculated as base + unpaid).

decrease: { blocks: number; reset: number; value: number }

Information about the next block value decrease.

Type declaration

  • blocks: number

    How many blocks before the next block value decrease.

  • reset: number

    How many blocks before the block value will completely reset to the base value.

  • value: number

    How much Krist the block value will decrease by when the next name(s) expired.

unpaid: number

The current number of unpaid names.

work: number

The current Krist work (difficulty).

Generated using TypeDoc