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

Function GetOperatorTxFee

src/rpc/rpcdex.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 ComboMoney GetOperatorTxFee(const Array& params, const size_t index) {
200 ComboMoney fee;
201 if (params.size() > index) {
202 return GetComboMoney(params[index], SYMB::WICC);
203 } else {
204 return {SYMB::WICC, 0, COIN_UNIT::SAWI};
205 }
206 }
207
208 DexOpIdValueList GetOrderOpenDexopList(const Value& jsonValue) {
209 DexOpIdValueList ret;

Callers 1

gendexoperatorordertxFunction · 0.85

Calls 2

GetComboMoneyFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected