Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Appropriate RepsonseCodes for CustomFee involving NFTs #74

Open
anighanta opened this issue Jul 3, 2021 · 0 comments
Open

Add Appropriate RepsonseCodes for CustomFee involving NFTs #74

anighanta opened this issue Jul 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anighanta
Copy link
Contributor

anighanta commented Jul 3, 2021

Problem

  1. If a fee schedule denomination is a token, it must be a Fungible Token
  2. A Non Fungible Token cannot have a fraction fee in its FeeSchedule

Solution

CUSTOM_FEE_DENOMINATION_MUST_BE_FUNGIBLE_COMMON = 245; // If a fee schedule denomination is a token, it must be a Fungible Token
CUSTOM_FRACTIONAL_FEE_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON = 246; // A Non Fungible Token cannot have a fraction fee in its FeeSchedule

@anighanta anighanta added the enhancement New feature or request label Jul 3, 2021
@anighanta anighanta self-assigned this Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant