toHex method
Returns the hexadecimal representation of the XRPPublicKey.
Implementation
String toHex([PubKeyModes mode = PubKeyModes.compressed]) {
return BytesUtils.toHexString(toBytes(mode), lowerCase: false);
}
Returns the hexadecimal representation of the XRPPublicKey.
String toHex([PubKeyModes mode = PubKeyModes.compressed]) {
return BytesUtils.toHexString(toBytes(mode), lowerCase: false);
}