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.