Certified Variables
Recall that query calls do not have the same security guarantees as update calls because query calls do not 'go through' consensus.
To verify the authenticity of data returned by a query call, we can use the CertifiedData
API. This is an advanced feature that we are mentioning here for completeness, but we will not cover it in depth.
For more information visit:
- The Base Library Page of this book
- The Official Docs
- The Official Base library Reference