centrifuge / pools-subql

Subquery for Pools on Centrifuge
MIT License
1 stars 4 forks source link

Track remaining asset transaction types #187

Open hieronx opened 3 weeks ago

hieronx commented 3 weeks ago
enum AssetTransactionType {
  ...
  DEBT_INCREASED
  DEBT_DECREASED
  WRITTEN_OFF
  MUTATED # <= Mutated
}