mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-27 17:46:28 -04:00
fix documentation
This commit is contained in:
@@ -40,6 +40,10 @@ class TradeManager:
|
||||
{
|
||||
"coin": bytes
|
||||
"parent_spend": bytes
|
||||
"siblings": List[bytes] # other coins of the same type being offered
|
||||
"sibling_spends": List[bytes] # The parent spends for the siblings
|
||||
"sibling_puzzles": List[Program] # The inner puzzles of the siblings (always OFFER_MOD)
|
||||
"sibling_solutions": List[Program] # The inner solution of the siblings
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user