Crate gear_ss58

Source
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§

RawSs58Address
Represents public key bytes.
Ss58Address
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.