PackCreatedEventFilters

Represents the filters for the "PackCreated" event.

type PackCreatedEventFilters = Partial<{
packId: AbiParameterToPrimitiveType<{
indexed: true;
name: "packId";
type: "uint256";
}>;
}>;