ContractEventArgs
type ContractEventArgs<A> = { [I in keyof A]?: A[I] | Typed | null };
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/contract/types.d.ts:142
Each argument of an event is nullable (to indicate matching //any//.
@_ignore:
Type Parameters
Section titled “Type Parameters”Type Parameter |
---|
A extends any [] |