deriveAssetKey

fun deriveAssetKey(extendedPrivateKey: String, bip44DerivationParams: DerivationParams, callback: (KeyData) -> Unit)

Performs derivation from a root extendedPrivateKey to obtain the private keys of specific assets in wallet accounts

Parameters

extendedPrivateKey

The root extended private key

bip44DerivationParams
callback

invoked with the KeyData that contains the private key and the asset type or a FireblocksError

Throws

if the deriveAssetKey method is already running