Changeset 149 for trunk/standards
- Timestamp:
- 02/29/08 19:06:01 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/messages/IS.to.wallet.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/messages/IS.to.wallet.txt
r148 r149 12 12 13 13 Wallet: 14 MINT_KEY_FETCH_DENOMINATION list(denomination, ...) #TIME(time)14 MINT_KEY_FETCH_DENOMINATION list(denomination, ...) TIME(time)|0 15 15 Prior: Hello 16 16 Follow: MINT_KEY_PASS … … 31 31 Reasons: 32 32 Unknown denomination 33 Unknown key_id 33 Unknown key_identifier 34 Revoked key_identifier 34 35 Prior: MINT_KEY_FETCH_DENOMINATION 35 36 MINT_KEY_FETCH_KEYID … … 44 45 TRANSFER_TOKEN_REQUEST #base64(transaction_id) 45 46 target 46 list(i-don't-remember-what-this-could-be-for,...)47 47 list((#base64(key_identifier), list(blind,...)),...) 48 list( coin,...)48 list(token,...) 49 49 list(('type', type), (option, value),...) 50 50 Types: 51 'Redeem' 52 'Exchange' (What does this one infer?) 51 'redeem' 52 'exchange' 53 'mint' 53 54 Prior: Hello 54 55 Follow: TRANSFER_TOKEN_REJECT … … 66 67 type 67 68 reason 68 list(reason-detail , reason-detail)69 list(reason-detail)|list() 69 70 Types: 70 71 'Generic' 71 72 'Option' 73 'Target' 74 'Token' 72 75 'Blind' 73 'Token'74 76 Reasons: 75 77 Generic: … … 82 84 'None' 83 85 All options of Reason, except 'See detail' 84 Blind:86 Target: 85 87 'Rejected' 86 'Unknown key_identifier' 87 'Key too soon' 88 'Key expired' 89 'Unable to blind' 88 'IS-Reject' + Issuer specific rejection string 89 Token: 90 'Rejected' 91 'Invalid key_identifier' 92 'Revoked key' 93 'Invalid token' 90 94 'See detail': 91 95 'None' 92 96 All options of Reason, except 'See detail' 93 Token:97 Blind: 94 98 'Rejected' 95 'Unknown key_identifier' 96 'Key rejected' (we made the key invalid. ugh. what's the word?) 97 'Improper token' 99 'Invalid key_identifier' 100 'Key too soon' 101 'Key expired' 102 'Revoked key' 103 'Unable to sign' 98 104 'See detail': 99 105 'None'
