Function brontes_pricing::protocols::make_call_request
source ยท pub async fn make_call_request<C, T>(
call: C,
provider: &Arc<T>,
to: Address,
block: Option<u64>,
) -> Result<<C as SolCall>::Return, Report>where
C: SolCall,
T: TracingProvider,