📄️ chain_context
The chaincontext.args field contains the module arguments specified in the chromia.yml configuration file. The moduleargs field must be defined as a user-defined struct within the entry point module named modulename. Access to the args field is only possible if the moduleargs struct is defined.
📄️ op_context
You can only use system namespace op_context in an operation or a function called from an operation, but not in a query.
📄️ crypto
Namespace used for cryptographic functions.
📄️ meta
Gets meta-information (like the mount name of an operation).