--wip-- [skip ci]
This commit is contained in:
parent
780638c2c6
commit
68ade9b3af
@ -161,10 +161,11 @@ message OrderListFilter {
|
|||||||
/* Contract */
|
/* Contract */
|
||||||
message ContractMarketRes {
|
message ContractMarketRes {
|
||||||
string link = 1;
|
string link = 1;
|
||||||
uint64 agreement_id = 2;
|
uint64 asset_id = 2;
|
||||||
uint64 transaction_id = 3;
|
uint64 agreement_id = 3;
|
||||||
string contract_hash = 4;
|
uint64 transaction_id = 4;
|
||||||
string contract_content = 5;
|
string contract_hash = 5;
|
||||||
|
string contract_content = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message DeclineMarketContractReq {
|
message DeclineMarketContractReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user