FormatAbi
FormatAbi<
TAbi
>:Abi
extendsTAbi
? readonlystring
[] :TAbi
extends readonly [] ?never
:TAbi
extendsAbi
?{ [K in keyof TAbi]: FormatAbiItem<TAbi[K]> }
: readonlystring
[]
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