IRISxiaowang / substrate-bank

MIT No Attribution
0 stars 0 forks source link

Create AccountRole pallet #5

Closed syan095 closed 1 year ago

syan095 commented 1 year ago

Creates a new AccountRole pallet. All account role related logic are moved into the new pallet, such as storages, config, extrinsics and internal functions, unit tests etc.

The AccountRole and Bank pallet are linked via traits defined in Traits.