deriveAddressByPath<T> method

  1. @override
Future<T> deriveAddressByPath<T>(
  1. String path,
  2. String bip44Path
)
inherited

Implementation

@override
Future<T> deriveAddressByPath<T>(String path, String bip44Path) =>
    makeTypedRpcCall('wallet_deriveAddressByPath', [path, bip44Path]);