You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a request, a user would like to see the transfer information of a scope (metadata/nft). This means knowing when the value owner or owner values changed on a WriteScopeRequest msg.
Problem Definition
Currently, scopes are shown with all their detail and txs. However, someone looking at a scope would like to see when it changed hands, either as the value owner or the owner.
Proposal
Create table to hold nft_scope_transfers
Parse out WriteScopeRequest msgs for the change of value owner or data owner.
Add API to return that transfer data in a specific format for easy viewing
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
As a request, a user would like to see the transfer information of a scope (metadata/nft). This means knowing when the value owner or owner values changed on a
WriteScopeRequest
msg.Problem Definition
Currently, scopes are shown with all their detail and txs. However, someone looking at a scope would like to see when it changed hands, either as the value owner or the owner.
Proposal
nft_scope_transfers
WriteScopeRequest
msgs for the change ofvalue owner
ordata owner
.For Admin Use
The text was updated successfully, but these errors were encountered: