Type Alias Base58PublicKey

Source
pub type Base58PublicKey = PublicKey;
๐Ÿ‘ŽDeprecated since 4.0.0: PublicKey type is now unified with Base58PublicKey. It is recommended to use PublicKey going forward to avoid using similar sounding types for the same thing.

Aliased Typeยง

struct Base58PublicKey { /* private fields */ }