Skip to content

ContractMethodArgs

type ContractMethodArgs<A> = PostfixOverrides<{ [I in keyof A]-?: A[I] | Typed }>;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/contract/types.d.ts:79

Arguments to a Contract method can always include an additional and optional overrides parameter, and each parameter can optionally be [[Typed]].

@_ignore:

Type Parameter
A extends any[]