Skip to content
On this page

Type alias: AbiParameter

AbiParameter: Prettify< {internalType: AbiInternalType; name: string; type: ResolvedAbiType;} & {type: Exclude< ResolvedAbiType, SolidityTuple | SolidityArrayWithTuple >;} | {components: readonly AbiParameter[]; type: SolidityTuple | SolidityArrayWithTuple;} >

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/abi-7aa1f183.d.ts:28


Generated using TypeDoc and typedoc-plugin-markdown