module TonSdk::Interop::TcResponseCodes
in C
enum tc_response_types_t {
tc_response_success = 0, tc_response_error = 1, tc_response_nop = 2, tc_response_custom = 100,
};
Constants
- APP_NOTIFY
- APP_REQUEST
- CUSTOM
- ERROR
- MAX
- NOP
- SUCCESS
in C
enum tc_response_types_t {
tc_response_success = 0, tc_response_error = 1, tc_response_nop = 2, tc_response_custom = 100,
};