serai/substrate/primitives/src
akildemir fdfce9e207
Coins pallet (#399)
* initial implementation

* add function to get a balance of an account

* add support for multiple coins

* rename pallet to "coins-pallet"

* replace balances, assets and tokens pallet with coins pallet in runtime

* add total supply info

* update client side for new Coins pallet

* handle fees

* bug fixes

* Update FeeAccount test

* Fmt

* fix pr comments

* remove extraneous Imbalance type

* Minor tweaks

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2023-10-19 06:22:21 -04:00
..
account.rs Coins pallet (#399) 2023-10-19 06:22:21 -04:00
amount.rs Update substrate 2023-07-18 22:30:55 -04:00
balance.rs Update substrate 2023-07-18 22:30:55 -04:00
block.rs Update substrate 2023-07-18 22:30:55 -04:00
lib.rs Increase MAX_ADDRESS_LEN 2023-08-21 02:56:10 -04:00
networks.rs Coins pallet (#399) 2023-10-19 06:22:21 -04:00