StandardDataStoreLayers

Type Alias StandardDataStoreLayers 

Source
pub type StandardDataStoreLayers<M = DataStoreMetadata, I = DelegationLayer> = SingletonLayer<NftStateLayer<M, I>>;

Aliased Type§

pub struct StandardDataStoreLayers<M = DataStoreMetadata, I = DelegationLayer> {
    pub launcher_id: BytesImpl<32>,
    pub inner_puzzle: NftStateLayer<M, I>,
}

Fields§

§launcher_id: BytesImpl<32>

The unique launcher id for the singleton. Also referred to as the singleton id.

§inner_puzzle: NftStateLayer<M, I>

The inner puzzle layer. For singletons, this determines the actual behavior of the coin.