Ethan Buchman 4d0eb1d95a | 9 years ago | |
---|---|---|
cmd | 9 years ago | |
example | 9 years ago | |
server | 9 years ago | |
types | 9 years ago | |
README.md | 9 years ago |
TMSP is a socket protocol, which means applications can be written in any programming language. TMSP is an asynchronous streaming 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)
EventsMode (int8)
:
EventsModeOff (0)
: Events are not reported. Used for mempool.EventsModeOn (1)
: Report events that are listened on.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)