toBytes method
Converts the XRP address to a Uint8List of bytes.
Implementation
Uint8List toBytes() {
return bs58.decodeCheck(address, alphabet: bs58.ripple);
}
Converts the XRP address to a Uint8List of bytes.
Uint8List toBytes() {
return bs58.decodeCheck(address, alphabet: bs58.ripple);
}