Trait multiversx_sc_snippets::imports::ProxyArg

source ·
pub trait ProxyArg<O>: TopEncodeMulti { }
Expand description

Trait that is automatically implemented for all types that are allowed as proxy inputs.

Is automatically implemented for all traits that are TypeAbiInto<O> + TopEncodeMulti.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O, T> ProxyArg<O> for T
where O: TypeAbiFrom<T>, T: TopEncodeMulti,