Skip to content

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.

ParameterType
typestring
valueany

any