toBytes method

List<int> toBytes()

Converts the address to bytes.

Implementation

List<int> toBytes() {
  return List.from(SolAddrDecoder().decodeAddr(address));
}