Commit 73d4928d authored by vicotor's avatar vicotor

add task response

parent a93cce75
......@@ -28,4 +28,13 @@ message TaskContent {
bytes task_param = 4;
uint64 task_timestamp = 5;
string task_callback = 6;
string task_uid = 7;
string task_fee = 8;
}
message TaskResponse {
string task_id = 1;
bytes task_result = 2;
string task_uid = 3;
string task_fee = 4;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment