Description
A nice enhancement to have will an history list of all the calls executed using handler of kind substrate/CallHandler.
dApps like explorers and wallet will be able to list all the transactions for a specific user.
The ternoa.yaml from Nova Wallet can be a solid source of inspiration.
Transfer entity
The Transfer entity will probably be updated according to the history enhancement.
We need to verify if generic transfers to the "Treasury" are still relevant in the nftCreatedHandler& in the marketplaceCreatedHandler:
await genericTransferHandler(owner, "Treasury", fee.toString(), commonEventData)
Description
A nice enhancement to have will an history list of all the calls executed using handler of kind
substrate/CallHandler.dApps like explorers and wallet will be able to list all the transactions for a specific user.
The ternoa.yaml from Nova Wallet can be a solid source of inspiration.
Transfer entity
The Transfer entity will probably be updated according to the history enhancement.
We need to verify if generic transfers to the "Treasury" are still relevant in the
nftCreatedHandler& in themarketplaceCreatedHandler: