Module: TonSdk::Interop::TcResponseCodes

Defined in:
lib/ton_sdk_client/interop.rb

Overview

in C

enum tc_response_types_t

tc_response_success = 0,
tc_response_error = 1,
tc_response_nop = 2,
tc_response_custom = 100,

;

Constant Summary collapse

SUCCESS =
0
ERROR =
1
NOP =
2
APP_REQUEST =
3
APP_NOTIFY =
4
CUSTOM =
100
MAX =
999