Global constants and variables
Constants
VERSION
Current version of the Helios library.
helios.VERSION: string
Variables
Modifiable through the config
object.
DEBUG
Currently unused by the library itself. Defaults to false
.
helios.config.DEBUG: boolean = false
IS_TESTNET
If true
, Address
es are built for testnet by default, otherwise for mainnet. Defaults to true
.
helios.config.IS_TESTNET: boolean = true
STRICT_BABBAGE
If true
, serializes TxOutput
using strictly the Babagge cddl format. Defaults to false
.
helios.config.STRICT_BABBAGE: boolean = false