toSuiPublicKey method
Base-64 Sui public key: scheme flag concatenated with raw bytes.
Implementation
String toSuiPublicKey() {
return base64Encode(toSuiBytes());
}
Base-64 Sui public key: scheme flag concatenated with raw bytes.
String toSuiPublicKey() {
return base64Encode(toSuiBytes());
}