-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
BlinkMart-Protocol合约功能需求 #1
Comments
测试流程是: 商家上架商品 -》买家下单 1 -》买家下单 2 -》 卖家确认收货 -》商家提现 -》 买家退单 2 -》 商家下架商品 |
以下变量没有说明获取方式的,则需要从数据库查询// **************************************************************
// 上架商品
// 下架 商品 // 买家下单
// 买家退货或取消订单 // 买家确认收货 // 卖家提现 // **************************************************************
|
合约需求
OrderPDA: { owner: ...., payee: ...., order_id: ...., amount: ...., }
The text was updated successfully, but these errors were encountered: