bytes property

Iterable<int> get bytes

decode base58 String value to bytes

Implementation

Iterable<int> get bytes => ByteArray.fromBase58(value);