We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AssetId -> (ContractId, SubId)
GraphQL provides a new endpoint that returns information about the asset like:
SubId
ContractId
First, we need to add a new indexation table into the off-chain database.
If the off chain worker sees Mint or Burn receipt, it indexes the information about sub id, contract id and updates total amount.
Mint
Burn
The text was updated successfully, but these errors were encountered:
assets
No branches or pull requests
Definition of done
GraphQL provides a new endpoint that returns information about the asset like:
SubId
ContractId
Implementation details
First, we need to add a new indexation table into the off-chain database.
If the off chain worker sees
Mint
orBurn
receipt, it indexes the information about sub id, contract id and updates total amount.The text was updated successfully, but these errors were encountered: