loom_defi_abi::uniswap_periphery::IQuoterV2

Function new

Source
pub const fn new<T: Transport + Clone, P: Provider<T, N>, N: Network>(
    address: Address,
    provider: P,
) -> IQuoterV2Instance<T, P, N>
Expand description

Creates a new wrapper around an on-chain IQuoterV2 contract instance.

See the wrapper’s documentation for more details.