toBytes method

List<int> toBytes()

Converts the hexadecimal address to a bytes.

Implementation

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