Skip to content

ParamTypeWalkAsyncFunc

type ParamTypeWalkAsyncFunc = (type, value) =>
| any
| Promise<any>;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:104

When walking asynchronously a [[ParamType]], this is called on each component.

ParameterType
typestring
valueany

| any | Promise<any>