deriveAddressByPath method

Future<RpcDerivedAddress> deriveAddressByPath(
  1. String path,
  2. String bip44Path
)

Implementation

Future<RpcDerivedAddress> deriveAddressByPath(
        String path, String bip44Path) =>
    api.deriveAddressByPath(path, bip44Path);