Skip to main content

PrivateKeyFormat

@coinbase/waas-sdk-web • API


Enumeration: PrivateKeyFormat

The format of private key to export.

See​

Wallet.exportKeys()

Enumeration Members​

RAW​

RAW: "RAW"

Raw ECKey data as 64-character-long hex string.


XPRV​

XPRV: "XPRV"

BIP32 extended private key.

Was this helpful?