deriveAssetKey method

dynamic deriveAssetKey(
  1. String deviceId,
  2. String extendedPrivateKey,
  3. DerivationParams bip44derivationParams
)

Implementation

deriveAssetKey(String deviceId, String extendedPrivateKey, DerivationParams bip44derivationParams) {
  return _ncwSdkPlugin.deriveAssetKey(deviceId, extendedPrivateKey, bip44derivationParams);
}