Changeset 210 for trunk/standards

Show
Ignore:
Timestamp:
03/15/08 17:48:17 (4 years ago)
Author:
ocmathew
Message:

Updated wallet to wallet with SPEND_TOKEN_* from TOKEN_*

Location:
trunk/standards/messages
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/messages/all.txt

    r161 r210  
    44Wallet & Wallet         Wallet & IS  
    55 
    6 =============           ===================== 
    7 = SUM       =           = MINT_KEY          = 
    8 = TOKEN     =           = TRANSFER_TOKEN    = 
    9 =============           ===================== 
     6=================       ===================== 
     7= SUM           =       = MINT_KEY          = 
     8= SPEND_TOKEN   =       = TRANSFER_TOKEN    = 
     9=================       ===================== 
    1010                         
    1111    Prior: All messages between two entities that can occur directly before this one 
     
    2222******************** 
    2323 
    24 ============= 
    25 = SUM       = 
    26 = TOKEN     = 
    27 ============= 
     24================= 
     25= SUM           = 
     26= SPEND_TOKEN   = 
     27================= 
    2828 
    2929SUM 
     
    5151 
    5252 
    53 TOKEN 
    54 ----- 
     53SPEND_TOKEN 
     54----------- 
    5555 
    5656A: 
    57   TOKEN_REDEEM  list(token) 
     57  SPEND_TOKEN_REQUEST   list(token) 
    5858        Prior:  SUM_ACCEPT 
    5959        Follow: TOKEN_REJECT 
     
    6161 
    6262B: 
    63   TOKEN_REJECT  type 
    64                 list(detail-reason)|list() 
     63  SPEND_TOKEN_REJECT    type 
     64                        list(detail-reason) | list() 
    6565                    Reasons: 
    6666                        'Rejected' 
     
    7373                Goodbye 
    7474 
    75   TOKEN_ACCEPT 
     75  SPEND_TOKEN_ACCEPT 
    7676        Prior:  TOKEN_REDEEM 
    7777        Follow: Goodbye 
  • trunk/standards/messages/wallet.to.wallet.txt

    r159 r210  
    33******************** 
    44 
    5 ============= 
    6 = SUM       = 
    7 = TOKEN     = 
    8 ============= 
     5================= 
     6= SUM           = 
     7= SPEND_TOKEN   = 
     8================= 
    99 
    1010SUM 
     
    3232 
    3333 
    34 TOKEN 
    35 ----- 
     34SPEND_TOKEN 
     35----------- 
    3636 
    3737A: 
    38   TOKEN_REDEEM  list(token) 
     38  SPEND_TOKEN_REQUEST   list(token) 
    3939        Prior:  SUM_ACCEPT 
    4040        Follow: TOKEN_REJECT 
     
    4242 
    4343B: 
    44   TOKEN_REJECT  type 
    45                 list(detail-reason)|list() 
     44  SPEND_TOKEN_REJECT    type 
     45                        list(detail-reason) | list() 
    4646                    Reasons: 
    4747                        'Rejected' 
     
    5454                Goodbye 
    5555 
    56   TOKEN_ACCEPT 
     56  SPEND_TOKEN_ACCEPT 
    5757        Prior:  TOKEN_REDEEM 
    5858        Follow: Goodbye