Enumeration IMPORT_EXPORT_FORMAT

Description

Format of the key to be imported.

Property

Wallet Import Format (WIF).

Property

Bitcoin minikey.

Property

Private key scale in hexadecimal. Imported as a key of type ALG_ECC_SECP256K1.

Property

SEC1.

Property

XPriv.

Property

Ed25519 in Base 64 format.

Property

Ed25519 in XPriv format.

Property

Ed25519 in SKPK format.

Property

Ed25519 in SK format.

Enumeration Members

ED25529_B64: 6
ED25529_XPRIV: 7
Ed25519_SK: 9
Ed25519_SKPK: 8
Ed25519_XTZ: 10
HEX: 3
MINI: 2
SEC1: 4
WIF: 1
XPRIV: 5