Singleton comments: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 (Created page with "==== Return to: Insightful_Comments ==== Trepca 20020511: *singleton is tricky yeah, you first create launcher coin, then launcher coin creates singleton coin, and then you need to spend the singleton (eve spend) to "initialize" it *conditions are applied when coin is spent if any are returned *because chia has this concept of all spends happening at the same time in a block, so order doesn't matter, just that parent exists, will be spent, will create a new child coi...")  | 
			
(No difference) 
 | 
Latest revision as of 01:34, 18 November 2023
Return to: Insightful_Comments
Trepca 20020511:
- singleton is tricky yeah, you first create launcher coin, then launcher coin creates singleton coin, and then you need to spend the singleton (eve spend) to "initialize" it
 - conditions are applied when coin is spent if any are returned
 - because chia has this concept of all spends happening at the same time in a block, so order doesn't matter, just that parent exists, will be spent, will create a new child coin, that will be spent too to do something else.
 - spend bundle is like a transaction where you can have many spends and coins being created and spent