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)