Skip to content

FormatAbi

FormatAbi<abi>: Abi extends abi ? readonly string[] : abi extends readonly [] ? never : abi extends Abi ? { [key in keyof abi]: FormatAbiItem<abi[key]> } : readonly string[]

Parses JSON ABI into human-readable ABI

Type Parameters

abi extends Abi | readonly unknown[]

ABI

Defined in

node_modules/.pnpm/abitype@1.0.4_typescript@5.5.2_zod@3.23.8/node_modules/abitype/dist/types/human-readable/formatAbi.d.ts:9