IntoRuntimeArgs

Derive Macro IntoRuntimeArgs 

Source
#[derive(IntoRuntimeArgs)]
Expand description

Implements Into<odra::casper_types::RuntimeArgs> for a struct.

This macro is used to convert a struct into a RuntimeArgs object. If applied to an enum or a union type, it will panic.