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§
Structs§
- Pointer
- An on-chain pointer to a stake key
- Shelley
Address - A decoded Shelley address
- Stake
Address - A decoded Stake address
Enums§
- Address
- A decoded Cardano address of any type
- Error
- Network
- The network tag of an address
- Shelley
Delegation Part - The delegation part of a Shelley address
- Shelley
Payment Part - The payment part of a Shelley address
- Stake
Payload - The payload of a Stake address