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.
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
type | string |
value | any |
Returns
Section titled “Returns”| any
| Promise
<any
>