Crate pallas_addresses

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

byron
varuint
Decode / encode variable-length uints

Structs§

Pointer
An on-chain pointer to a stake key
ShelleyAddress
A decoded Shelley address
StakeAddress
A decoded Stake address

Enums§

Address
A decoded Cardano address of any type
Error
Network
The network tag of an address
ShelleyDelegationPart
The delegation part of a Shelley address
ShelleyPaymentPart
The payment part of a Shelley address
StakePayload
The payload of a Stake address

Type Aliases§

CertIdx
PaymentKeyHash
ScriptHash
Slot
StakeKeyHash
TxIdx