deriveChildPublicKeyData method

Future<Uint8List> deriveChildPublicKeyData(
  1. String derivationPath
)

Implementation

Future<Uint8List> deriveChildPublicKeyData(String derivationPath) =>
    schnorrKeyshareDervieChildPublicKey(
        share: handle, derivationPath: utf8.encode(derivationPath));