GetClaimConditionByIdParams

Represents the parameters for the "getClaimConditionById" function.

type GetClaimConditionByIdParams = {
conditionId: AbiParameterToPrimitiveType<{
name: "_conditionId";
type: "uint256";
}>;
tokenId: AbiParameterToPrimitiveType<{
name: "_tokenId";
type: "uint256";
}>;
};