Skip to content
On this page

Type alias: ExtractAbiError<TAbi, TErrorName>

ExtractAbiError: <TAbi, TErrorName> Extract< ExtractAbiErrors< TAbi >, {name: TErrorName;} >

Extracts AbiError with name from Abi.

Type parameters

ParameterDescription
TAbi extends AbiAbi to extract AbiError from
TErrorName extends ExtractAbiErrorNames< TAbi >String name of error to extract from Abi

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:222


Generated using TypeDoc and typedoc-plugin-markdown