Changeset 168 for trunk/standards/protocol-containers.txt
- Timestamp:
- 03/04/08 20:13:12 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol-containers.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol-containers.txt
r123 r168 36 36 Currency Description Document (CCD) = 37 37 { 38 standard version= http://opencoin.org/OpenCoinProtocol/1.038 standard identifier = http://opencoin.org/OpenCoinProtocol/1.0 39 39 currency identifier = http://opencent.net/OpenCent 40 40 short currency identifier = OC 41 41 issuer service location = opencoin://issuer.opencent.net:8002 42 denominations = 1, 2, 5, 10, 20, 50, 100, 200, 500, 1000 #list of strings seperated by commas42 denominations = ['1', '2', '5', ...] #list of strings 43 43 issuer cipher suite = HASH-ALG, SIGN-ALG, BLINDING-ALG 44 options = list(options) | list() 44 45 issuer public master key = base64(pM) 45 46 … … 56 57 not_before = TIME(...) 57 58 key_not_after = TIME(...) 58 coin_not_after= TIME(...)59 token_not_after = TIME(...) 59 60 public key = base64(pP) 60 61
