Closed ipapandinas closed 2 years ago
BN for in extrinsics' parameters will not be changed in the 1.4.0Alpha. Isn't it confusing fir end user to ask for a BalanceType ? expecting a BN can not be confusing for non used to BN users?
IMO BalanceType
is more confusing. BN
stands for Big Number, it will be easy to get familiar with for non experimented users.
Moreover they are already a lot of documentation using BN
(e.g. Working with numbers from the Polkadot API doc)
Polkadot API uses BN
in its polkadot/utils packages.
Let's remove BalanceType
type ✌️
Some cleaning have to be done to improve the code consistency:
BalanceType
forBN
on typesINftState
becomesNftStateType
)