Skip to content

FormatAbi

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

Parses JSON ABI into human-readable ABI

Type parameters

TAbi extends Abi | readonly unknown[]

ABI

Source

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