derive Asset Key
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
extended Private Key
The root extended private key
bip44Derivation Params
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