MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetOrderOpenDexopList

Function GetOrderOpenDexopList

src/rpc/rpcdex.cpp:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 DexOpIdValueList GetOrderOpenDexopList(const Value& jsonValue) {
209 DexOpIdValueList ret;
210 const Array &arr = jsonValue.get_array();
211 for (auto &item : arr) {
212 ret.push_back(CVarIntValue(item.get_uint64()));
213 }
214 return ret;
215 }
216
217
218 void CheckOrderFee(CAccount &txAccount, const ComboMoney &txFee, uint64_t minTxFeeAmount,

Callers 2

submitdexoperatorregtxFunction · 0.85
submitdexopupdatetxFunction · 0.85

Calls 3

CVarIntValueClass · 0.85
push_backMethod · 0.80
get_uint64Method · 0.80

Tested by

no test coverage detected