Ethan Buchman 36b7045f5c | 9 years ago | |
---|---|---|
cmd | 9 years ago | |
example | 9 years ago | |
server | 9 years ago | |
tests | 9 years ago | |
types | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 9 years ago |
TMSP is a socket protocol enabling a consensus engine, running in one process, to manage an application state, running in another. Thus the applications can be written in any programming language.
TMSP is an asynchronous protocol: message responses are written back asynchronously to the platform.
Applications must be deterministic.
TxBytes ([]byte)
RetCode (int8)
RetCode (int8)
Hash ([]byte)
RetCode (int8)
RetCode (int8)
EventKey (string)
RetCode (int8)
EventKey (string)
RetCode (int8)
types.Application
need not implement this message -- it's handled by the project.Data ([]string)
Key (string)
Value (string)
RetCode (int8)