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

Create contract: ApproveNftContract #45

Open
elonkusk opened this issue Jan 19, 2022 · 0 comments
Open

Create contract: ApproveNftContract #45

elonkusk opened this issue Jan 19, 2022 · 0 comments
Labels
enhancement New feature or request TestCase tester should make test case here

Comments

@elonkusk
Copy link
Member

elonkusk commented Jan 19, 2022

Approve/disapprove NFT suggestion:

  • message contract:

    message ApproveNftTokenContract{
      bytes owner = 1;
      bytes to_address = 2;
      bool approve = 3;
      string nft_template = 4;
      int64 token_id =5;
    }
    
  • Bizz:

    • limited on role: owner
    • approve: true if approve, false if disapprove
    • assign/unassign one account as operator on that NFT item
@elonkusk elonkusk added the enhancement New feature or request label Jan 19, 2022
@elonkusk elonkusk changed the title Create contract: approveNft Create contract: approveNftContract Feb 21, 2022
@elonkusk elonkusk changed the title Create contract: approveNftContract Create contract: ApproveNftContract Feb 21, 2022
@elonkusk elonkusk added the TestCase tester should make test case here label Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TestCase tester should make test case here
Projects
None yet
Development

No branches or pull requests

1 participant