OptionContractLayers

Type Alias OptionContractLayers 

Source
pub type OptionContractLayers<I> = SingletonLayer<OptionContractLayer<I>>;

Aliased Type§

pub struct OptionContractLayers<I> {
    pub launcher_id: BytesImpl<32>,
    pub inner_puzzle: OptionContractLayer<I>,
}

Fields§

§launcher_id: BytesImpl<32>

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

§inner_puzzle: OptionContractLayer<I>

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