Module address

Module address 

Source
Expand description

Construct addresses to access custom values with.

Re-exports§

pub use crate::utils::Yes;

Structs§

StaticAddress
A static address to a custom value.

Traits§

Address
This represents the address of a custom value in the metadata. Anything that implements it can be used to fetch custom values from the metadata. The trait is implemented by str for dynamic lookup and StaticAddress for static queries.