toBcsHex method
Converts the BCS-encoded bytes to a hexadecimal string.
Implementation
String toBcsHex() {
return BytesUtils.toHexString(toBcs());
}
Converts the BCS-encoded bytes to a hexadecimal string.
String toBcsHex() {
return BytesUtils.toHexString(toBcs());
}