Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/freedomswaps/mod.ts>lightSpeedSwapsABI

🦕 module to simplify uniswap interactions
Latest
variable lightSpeedSwapsABI
Re-export
import { lightSpeedSwapsABI } from "https://deno.land/x/freedomswaps@v1.11.1/mod.ts";

type

{ inputs; stateMutability: string; type: string; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; } | { inputs; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]