Type Alias MainChainScripts

Source
pub type MainChainScripts<T: Config> = StorageValue<_GeneratedPrefixForStorageMainChainScripts<T>, MainChainScriptsV1, OptionQuery>;
Expand description

Cardano address of the Governed Map validator.

This address is used by the observability component to query current state of the mapping

Storage type is [StorageValue] with value type MainChainScriptsV1.

Aliased Typeยง

pub struct MainChainScripts<T: Config>(/* private fields */);