Expand description
SS58 encoding implementation
This library is extracted from ss58 codec in sp-core
, not
importing sp-core
because it is super big (~300 dependencies).
Structs§
- RawSs58
Address - Represents public key bytes.
- Ss58
Address - Represents SS58 address.
Enums§
- Error
- An error type for SS58 decoding.
Constants§
- SUBSTRATE_
SS58_ PREFIX - The SS58 prefix of substrate.
- VARA_
SS58_ PREFIX - The SS58 prefix of vara network.
Functions§
- default_
ss58_ version - Get the default ss58 version.
- set_
default_ ss58_ version - Set the default ss58 version.