Trait alloy_contract::CallDecoder

source ·
pub trait CallDecoder: Sealed { }
Expand description

A trait for decoding the output of a contract function.

This trait is sealed and cannot be implemented manually. It is an implementation detail of CallBuilder.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CallDecoder for ()

source§

impl CallDecoder for Function

source§

impl<C: SolCall> CallDecoder for PhantomData<C>

Implementors§