toBytes method

List<int> toBytes()

Converts the XRP address to a list

Implementation

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