Pretty<{ type: ResolvedAbiType; name?: string | undefined; internalType?: AbiInternalType | undefined; } & ({ type: Exclude<ResolvedAbiType, SolidityTuple | SolidityArrayWithTuple>; } | { type: SolidityTuple | SolidityArrayWithTuple; components: readonly AbiParameter[]; })>
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
wevm/abitypeStrict TypeScript types for Ethereum ABIs
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
52%
Published
a month ago (1.0.7)
Add Package
deno add jsr:@wevm/abitype
Import symbol
import { type AbiParameter } from "@wevm/abitype";
---- OR ----
Import directly with a jsr specifier
import { type AbiParameter } from "jsr:@wevm/abitype";
Add Package
npx jsr add @wevm/abitype
Import symbol
import { type AbiParameter } from "@wevm/abitype";
Add Package
yarn dlx jsr add @wevm/abitype
Import symbol
import { type AbiParameter } from "@wevm/abitype";
Add Package
pnpm dlx jsr add @wevm/abitype
Import symbol
import { type AbiParameter } from "@wevm/abitype";
Add Package
bunx jsr add @wevm/abitype
Import symbol
import { type AbiParameter } from "@wevm/abitype";