toBytes method

  1. @override
List<int> toBytes()
override

Implementation of the toBytes method from the BaseHexAddress interface

Implementation

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