Trait elrond_wasm::io::contract_call_arg::ContractCallArg[][src]

pub trait ContractCallArg: Sized {
    fn push_async_arg(&self, serializer: &mut ArgBuffer) -> Result<(), SCError>;
}
Expand description

Trait that specifies how arguments are serialized in contract calls.

TODO: unite with DynArg trait when reorganizing argument handling.

Required methods

Implementors