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
This url results in 404 error, although you can verify using graphql that the transaction exists: https://app.fuel.network/tx/0xaa12c490df9951ea8ce035287ba323b4bd6e1f2a64434b76a8165b4ee3238bbf/simple.
The following graphql query returns the tx id, which proofs that the transaction exists:
query { transaction(id: "0xaa12c490df9951ea8ce035287ba323b4bd6e1f2a64434b76a8165b4ee3238bbf") { id } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This url results in 404 error, although you can verify using graphql that the transaction exists: https://app.fuel.network/tx/0xaa12c490df9951ea8ce035287ba323b4bd6e1f2a64434b76a8165b4ee3238bbf/simple.
The following graphql query returns the tx id, which proofs that the transaction exists:
The text was updated successfully, but these errors were encountered: