Module libyobicash::constants [] [src]

The constants module provides the constants used throughout the library.

Constants

CODE

The code of the cryptocurrency.

CONFIRMATION_TIME

Confirmation time, which is the target number of seconds between two blocks.

GENESIS_AMOUNT

The genesis output amount.

GENESIS_DIFFICULTY

Difficulty used to mine the genesis block header.

GENESIS_MEMORY

Memory used to mine the genesis block header.

INTEREST_RATE

Mining interest rate.

MAINPORT

The mainnet port.

MAINWITNESS

The mainnet witness.

MATURITY_TIME

Heights to pass before a coinbase is spendable.

MAX_DIFFICULTY

Maximum difficulty.

MAX_TIMENOISE

The maximum accepted error noise of time measures. The internet is messy.

MIN_DATA_DURATION

The minimum data duration in hours.

MIN_DATETIME

The starting date time.

MIN_DIFFICULTY

Minimum difficulty.

NAME

The name of the cryptocurrency.

REGTESTPORT

The regtest port.

RETARGET_TIME

Retarget time, which is the number of blocks before a retarget.

TESTPORT

The testnet port.

TESTWITNESS

The testnet witness.

VERSION

The version of the cryptocurrency library.