maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Add a query interface for fee collector of Nonfungible Token #205

Closed ghost closed 3 years ago

ghost commented 3 years ago

There is a fee to be paid to feeCollector when creating a new NFT token. But no cli-command interface for querying feeCollector is provided to users.

I've added a corresponding interface to make it easier to query feeCollector.

b00f commented 3 years ago

@PandaTea I resolved the conflicts and resolved your Pull Request.