Trait dharitri_wasm::io::contract_call_arg::ContractCallArg
source · pub trait ContractCallArg: Sized {
// Required method
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§
Object Safety§
This trait is not object safe.