pub type StandardNftLayers<M, I> = SingletonLayer<NftStateLayer<M, NftOwnershipLayer<RoyaltyTransferLayer, I>>>;
Aliased Type§
pub struct StandardNftLayers<M, I> {
pub launcher_id: BytesImpl<32>,
pub inner_puzzle: NftStateLayer<M, NftOwnershipLayer<RoyaltyTransferLayer, I>>,
}
Fields§
§launcher_id: BytesImpl<32>
The unique launcher id for the singleton. Also referred to as the singleton id.
inner_puzzle: NftStateLayer<M, NftOwnershipLayer<RoyaltyTransferLayer, I>>
The inner puzzle layer. For singletons, this determines the actual behavior of the coin.