FormatAbi
FormatAbi<
abi
>:Abi
extendsabi
? readonlystring
[] :abi
extends readonly [] ?never
:abi
extendsAbi
?{ [key in keyof abi]: FormatAbiItem<abi[key]> }
: readonlystring
[]
Parses JSON ABI into human-readable ABI
Type Parameters
• abi extends Abi
| readonly unknown
[]
ABI
Defined in
node_modules/.pnpm/abitype@1.0.6_typescript@5.6.2_zod@3.23.8/node_modules/abitype/dist/types/human-readable/formatAbi.d.ts:9