pub trait ContractCallBase<SA>where
SA: CallTypeApi + 'static,{
type OriginalResult: TopEncodeMulti;
}👎Deprecated since 0.49.0:
Please use the unified transaction syntax instead.
Expand description
Converts into a legacy contract call.
Required Associated Types§
type OriginalResult: TopEncodeMulti
👎Deprecated since 0.49.0:
Please use the unified transaction syntax instead.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".