youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

【接口】取消交易 #72

Open zhaobinglong opened 4 years ago

zhaobinglong commented 4 years ago
/* 取消订单 - W
 * bq_hash: base-token/quote-token 哈希值
 * od_hash: 订单哈希值
 * is_sell: true 为卖单,false为买单
 */
function cancelOrder2(bytes32 bq_hash, bytes32 od_hash, bool is_sell);

/* 订单状态
 * od_hash: 订单哈希值
 *
 * 返回值:
 * bool flag: 1 表示订单存在(挂单中), 0 表示不存在(未挂单、取消、订单完全匹配)
 */
function orderFlag(bytes32 od_hash);

取消交易包含两种情况:

  1. 订单还没有开始匹配
  2. 订单已经匹配了一部分的交易
zhaobinglong commented 4 years ago

申请开发 deadline:2020-03-20 size:1