Companion

object Companion

Properties

Link copied to clipboard
const val ANY: Long

This is used for identity and payments on any blockchain (there is value in having the same address across blockchains sometimes, but its also potentially dangerous if two blockchains use exactly the same tx format, sighash scheme, and a reproducible (non-UTXO) input form. This seems unlikely.

Link copied to clipboard
const val BCH: Long
Link copied to clipboard
const val BIP32: Long
Link copied to clipboard
const val BIP44: Long
Link copied to clipboard
const val BTC: Long

BIP-44 coin types are described (here)https://github.com/satoshilabs/slips/blob/master/slip-0044.md

Link copied to clipboard
const val ION: Long
Link copied to clipboard
const val NEXA: Long
Link copied to clipboard
const val TESTNET: Long

Functions

Link copied to clipboard
fun hardened(v: Int): Long
fun hardened(v: Long): Long