ref: contract messages and rpc
This commit is contained in:
parent
cbc7524120
commit
219b388648
@ -158,6 +158,7 @@ message OrderListFilter {
|
|||||||
optional uint32 page_size = 20;
|
optional uint32 page_size = 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Contract */
|
||||||
message ContractMarketRes {
|
message ContractMarketRes {
|
||||||
string link = 1;
|
string link = 1;
|
||||||
uint64 agreement_id = 2;
|
uint64 agreement_id = 2;
|
||||||
@ -165,3 +166,8 @@ message ContractMarketRes {
|
|||||||
string contract_hash = 4;
|
string contract_hash = 4;
|
||||||
string contract_content = 5;
|
string contract_content = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message DeclineMarketContractReq {
|
||||||
|
auth.v1.InternalIAM iam = 1;
|
||||||
|
uint64 agreement_id = 2;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user