getPublicKey function

Ed25519HDPublicKey getPublicKey(
  1. String publicKey
)

Implementation

Ed25519HDPublicKey getPublicKey(String publicKey) {
  return Ed25519HDPublicKey.fromBase58(publicKey);
}