Module tea_sdk::vmh::message::structs_proto::tokenstate
Modules
- Nested message and enum types in
StateReceiverMessage
. - Nested message and enum types in
StateReceiverResponse
.
Structs
- Direct response do not return something meaningful, it just indicates that the request has been relayed successfully, and may return real result in another response
- / To simplify the coding and process, we did not use One_of the / protobuf syntax. We just check if ctx bytes is empty, then check / the error. The protocol here is that if there is error, set the ctx / to empty bytes
- Top level message send to state receiver
- Top level message response from state receiver