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
**📖 For complete documentation including parameters, return types, pagination, filtering modes, and real-world examples, see the [Transaction Actions Interface](./docs/api-reference.md#transaction-actions-interface) in the API Reference.**
596
596
597
+
## Attestation Payload Parsing
598
+
599
+
Request cryptographically signed attestations of query results from network validators. These signed attestations can be verified on-chain for trustless data verification.
**📖 For complete documentation including signature verification, payload structure, result decoding, EVM integration examples, and security best practices, see the [Attestation Actions Interface](./docs/api-reference.md#attestation-actions-interface) in the API Reference.**
653
+
597
654
## Quick Reference
598
655
599
656
> 🎯 **Full Working Example**: See [`examples/transaction-lifecycle-example/main.go`](./examples/transaction-lifecycle-example/main.go) for complete, runnable code demonstrating all these patterns with proper error handling.
0 commit comments