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