Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Response
Used in: Response
string owner_address = 1
string contract_address = 2
string contract_name = 3
Used in: Request
repeated bytes init_param = 1
repeated FuncInfo func_info = 2
string contract_bin = 3
string contract_name = 4
Used in: DeployInfo
string func_name = 1
string hash = 2
Used in: Request
repeated bytes param = 1
string func_name = 2
string caller_address = 2
optional DeployInfo deploy_info = 3
optional string contract_address = 4
optional Params func_params = 5
optional string account = 6
optional string balance = 7
Used in: Request
NONE = 0
CREATE_ACCOUNT = 1
DEPLOY = 2
EXECUTE = 3
GETBALANCE = 4
SETBALANCE = 5
int32 ret = 1
optional Account account = 2
optional Contract contract = 3
optional string res = 4