Open elonkusk opened 2 years ago
Support ListNftApproveAll:
Because some account don't know that it's delegated to approve all token of other account
Input:
message NftTokenApproveAllQuery{ bytes owner_address = 1; }
Ouput:
message NftTokenApproveAllResult{ bytes owner_address = 1; repeated NftAccountTokenRelation approve_list= 2; } //use NftAccountTokenRelation but should keep this fields message NftAccountTokenRelation{ bytes owner = 1; //owner account int64 total = 4; //total token delegated }
Support ListNftApproveAll:
Because some account don't know that it's delegated to approve all token of other account
Input:
Ouput: