Future<String> deriveChildPublicKeyBase64(String derivationPath) async => base64Encode(await deriveChildPublicKeyData(derivationPath));