Enumeration IMPORT_EXPORT_FORMAT

Format of the key to be imported.

Enumeration Members

WIF: 1

Wallet Import Format (WIF).

MINI: 2

Bitcoin minikey.

HEX: 3

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

SEC1: 4

SEC1.

XPRIV: 5

XPriv.

ED25529_B64: 6

Ed25519 in Base 64 format.

ED25529_XPRIV: 7

Ed25519 in XPriv format.

Ed25519_SKPK: 8

Ed25519 in SKPK format.

Ed25519_SK: 9

Ed25519 in SK format.

Ed25519_XTZ: 10