toBytes method

List<int> toBytes()

Converts the Sui address to a byte array.

Implementation

List<int> toBytes() {
  return BytesUtils.fromHexString(address);
}