v2: transaction id added to contract gen res
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
6d6bb06833
commit
b796181b0a
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user