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 */ }