Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To verify: ``` from scalecodec.utils.ss58 import ss58_encode b = [58, 108, 115, 140, 64, 55, 232, 71, 183, 215, 14, 149, 138, 148, 201, 178, 212, 197, 99, 60,250, 175, 203, 88, 227, 37, 36, 127, 63, 212, 16, 72] ss58_encode(bytearray(b).hex()) ```
- Loading branch information