Module kind

Module kind 

Source
Expand description

Type-level utilities for guiding the construction & inspection of Address.

Structs§

Any
Indicates that the underlying Address is one of any kind. Many methods are available on any addresses.
Byron
Indicates that the underlying Address is a Byron (a.k.a Bootstrap) address. Specific methods may be available only to Byron addresses.
Shelley
Indicates that the underlying Address is a Shelley address. Specific methods may be available only to Shelley addresses.

Traits§

IsAddressKind
Restricts the inhabitants that a generic parameter can take. This is used in the context of Address to carry certain predicates at the type-level and enable infaillible methods on addresses.