exportFullKeys

fun exportFullKeys(chainCode: String, cloudKeyShares: Map<String, Set<String>>, callback: (result: Set<FullKey>) -> Unit)

Reconstructs all shares of a CMP key (mobile + cloud shares) into the full public and private keys.

Parameters

chainCode
  • Used for encoding a portable extended key format (BIP-32) - xprv / fprv

cloudKeyShares
  • The private key shares stored in the cloud

callback

invoked with the Set of FullKey that contains extended private key as xprv / fprv and an extended public key as xpub / fpub or a FireblocksError