Changeset 80 for trunk/standards/protocol.txt
- Timestamp:
- 02/01/08 12:34:08 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r79 r80 115 115 116 116 #3.5 "TRANSFER_TOKEN": A generic wallet-issuer request 117 118 The atom for this transaction is a list of coins - if one of the coins /blanks 119 fail, the whole transaction fails. 117 120 118 121 * Send … … 340 343 341 344 * Wallet Bob sends buy request (blanks + coins) 345 342 346 343 347 TRANSFER_TOKEN_REQUEST( transaction_id, list_of_options, "", \ 344 348 list_of_blinds, list_of_coins ) 349 350 351 (the transaction_id has to be the same as in the lock request, and 352 the list of coins has to match the list of locked coins. You can't 353 have split / partial redemption) 345 354 346 355 * IS has to check if sum of blanks and coins are equal
