Trait frame_support::dispatch::Parameter [−][src]
A type that can be used as a parameter in a dispatchable function.
When using decl_module
all arguments for call functions must implement this trait.
A type that can be used as a parameter in a dispatchable function.
When using decl_module
all arguments for call functions must implement this trait.