v2: transaction id added to contract gen res

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-05-18 10:47:26 +03:30
parent 6d6bb06833
commit b796181b0a
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -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;
} }