Skip to content

Commit 44af638

Browse files
pi314xxeroc
authored andcommitted
Update operationids.py
1 parent f395f89 commit 44af638

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

bitsharesbase/operationids.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@
6565
"liquidity_pool_deposit",
6666
"liquidity_pool_withdraw",
6767
"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",
6882
]
6983
operations = {o: ops.index(o) for o in ops}
7084

0 commit comments

Comments
 (0)