toBytes method

List<int> toBytes()

address in raw byte format

Implementation

List<int> toBytes() {
  return value.clone();
}