We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 向所有参与者广播,请求用res_reward 交换 res_wanted function want(res_wanted, res_reward) public returns (uint trade_id); // 同意进行trade_id的交易(愿意用自己的资源交换) function deal(trade_id) public returns (bool success); // 撤回交易 function withdrawTrade(trade_id) public return (bool success);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: