WithdrawEventFilters
Represents the filters for the "Withdraw" event.
Represents the filters for the "Withdraw" event.
type WithdrawEventFilters = Partial<{ caller: AbiParameterToPrimitiveType<{ indexed: true; name: "caller"; type: "address"; }>; owner: AbiParameterToPrimitiveType<{ indexed: true; name: "owner"; type: "address"; }>; receiver: AbiParameterToPrimitiveType<{ indexed: true; name: "receiver"; type: "address"; }>;}>;