toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return bs58.xrplBase58.decodeCheck(address);
}