RewardDistributorLayers

Type Alias RewardDistributorLayers 

Source
pub type RewardDistributorLayers = SingletonLayer<ActionLayer<RewardDistributorState, NodePtr>>;

Aliased Type§

pub struct RewardDistributorLayers {
    pub launcher_id: BytesImpl<32>,
    pub inner_puzzle: ActionLayer<RewardDistributorState, NodePtr>,
}

Fields§

§launcher_id: BytesImpl<32>

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

§inner_puzzle: ActionLayer<RewardDistributorState, NodePtr>

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