pub fn load_metadata<T: ReadWriteState + 'static>(variable_id: SecretVarId) -> T
Expand description
Retrieve the metadata from variable_id
as T
.
§Parameters:
T
: Type of metadata. Must not be secret. This cannot be enforced in Rust 1.64, but the ZK-compiler can enforce it.variable_id
:SecretVarId
, the id to retrieve metadata from.
§Returns:
The corresponding metadata.