Changeset 73 for trunk/standards

Show
Ignore:
Timestamp:
02/01/08 00:18:10 (4 years ago)
Author:
ocnils
Message:

Added TRANSFER_TOKEN_RESUME

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/protocol.txt

    r72 r73  
    135135 
    136136  where "reason" may be some general failure like "500 minting not available". 
     137  If the request is accepted with no delay, IS answers 
     138 
     139    TRANSFER_TOKEN_ACCEPT( transaction_id, message, list_of_singed_blinds) 
     140 
     141  (with list_of_singed_blinds empty if no minting was required) 
    137142  If minting was requested and acccepted but postponed, IS answers 
    138143 
    139144    TRANSFER_TOKEN_DELAY( transaction_id, message ) 
    140145 
    141   If the request is accepted with no delay, IS answers 
    142  
    143     TRANSFER_TOKEN_ACCEPT( transaction_id, message, list_of_singed_blinds) 
    144  
    145   (with list_of_singed_blinds empty if no minting was required) 
     146  In this case, the wallet can fetch the signed blinds later by  
     147 
     148    TRANSFER_TOKEN_RESUME( transaction_id ) 
    146149 
    147150