Enumeration BLOCKCHAIN_KEYS

Description

Types of key generation.

Property

Bitcoin minikey. Date must be NULL. Version must be NULL.

Property

BIP32 seed XPrv. Data must contain the DN_BCHAIN_BIP32_SEED_XPRV_DATA structure. Version must be NULL.

Property

BIP39 seed XPrv. Data must contain the DN_BCHAIN_BIP39_SEED_XPRV_DATA structure. Version must be NULL.

Property

BIP32 XPrv. Data must be NULL. Version must be one of the key's version options.

Property

BIP32 Ed25519 XPrv. Data must be NULL. Version must be one of the key's version options.

Enumeration Members

BIP32_ED25519_XPRV: 5
BIP32_SEED_XPRV: 2
BIP32_XPRV: 4
BIP39_SEED_XPRV: 3
BITCOIN_MINI_KEY: 1