v2: transaction id added to contract gen res
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+3
-2
@@ -642,6 +642,7 @@ message GenerateContractReq {
|
|||||||
message ContractRes {
|
message ContractRes {
|
||||||
string link = 1;
|
string link = 1;
|
||||||
uint64 aggreement_id = 2;
|
uint64 aggreement_id = 2;
|
||||||
string contract_hash = 3;
|
uint64 transaction_id = 3;
|
||||||
string contract_content = 4;
|
string contract_hash = 4;
|
||||||
|
string contract_content = 5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user