ParamTypeWalkFunc
type ParamTypeWalkFunc = (type, value) => any;Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:99
When walking a [[ParamType]], this is called on each component.
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
type | string | 
value | any | 
Returns
Section titled “Returns”any