Expand description
Type-level utilities for guiding the construction & inspection of Address.
Structs§
- Any
- Indicates that the underlying
Addressis one of any kind. Many methods are available on any addresses. - Byron
- Indicates that the underlying
Addressis a Byron (a.k.a Bootstrap) address. Specific methods may be available only to Byron addresses. - Shelley
- Indicates that the underlying
Addressis a Shelley address. Specific methods may be available only to Shelley addresses.
Traits§
- IsAddress
Kind - Restricts the inhabitants that a generic parameter can take. This is used in the context of
Addressto carry certain predicates at the type-level and enable infaillible methods on addresses.