Expand description
Interact with Cardano addresses of any type
This module contains utilities to decode / encode Cardano addresses from / to different formats. The entry point to most of the methods is the Address enum, which holds the decoded values of either a Byron, Shelley or Stake address.
For more information regarding Cardano addresses and their formats, please refer to CIP-19.
Re-exports§
pub use byron::ByronAddress;
Modules§
- Decode / encode variable-length uints
Structs§
- An on-chain pointer to a stake key
- A decoded Shelley address
- A decoded Stake address
Enums§
- A decoded Cardano address of any type
- The network tag of an address
- The delegation part of a Shelley address
- The payment part of a Shelley address
- The payload of a Stake address