getExtendedEphemeralPublicKey function

String getExtendedEphemeralPublicKey(
  1. PublicKey publicKey
)

Flag-prefixed base64 ephemeral public key expected by the proving service.

Implementation

String getExtendedEphemeralPublicKey(PublicKey publicKey) {
  return publicKey.toSuiPublicKey();
}