Jae Kwon ef93c95853 | 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.EventsModeCached (1)
: Events are cached.EventsModeOn (2)
: Flush cache and report events.RetCode (int8)
EventKey (string)
RetCode (int8)
EventKey (string)
RetCode (int8)