We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f395f89 commit 44af638Copy full SHA for 44af638
1 file changed
bitsharesbase/operationids.py
@@ -65,6 +65,20 @@
65
"liquidity_pool_deposit",
66
"liquidity_pool_withdraw",
67
"liquidity_pool_exchange",
68
+ "samet_fund_create",
69
+ "samet_fund_delete",
70
+ "samet_fund_update",
71
+ "samet_fund_borrow",
72
+ "samet_fund_repay",
73
+ "credit_offer_create",
74
+ "credit_offer_delete",
75
+ "credit_offer_update",
76
+ "credit_offer_accept",
77
+ "credit_deal_repay",
78
+ "credit_deal_expired",
79
+ "liquidity_pool_update",
80
+ "credit_deal_update",
81
+ "limit_order_update",
82
]
83
operations = {o: ops.index(o) for o in ops}
84
0 commit comments