getBlockChainDataByDerivationPath method

  1. @override
Future<BlockChainData> getBlockChainDataByDerivationPath({
  1. required String mnemonic,
  2. required String? passphrase,
  3. required DerivationPath derivationPath,
})
override

Implementation

@override
Future<BlockChainData> getBlockChainDataByDerivationPath(
    {required String mnemonic,
    required String? passphrase,
    required DerivationPath derivationPath}) {
  // TODO: implement getBlockChainDataByDerivationPath
  throw UnimplementedError();
}