Others
cancelClaim
Cancel a claim.
Requirements:
nonReentrant
The function must not be reentrant.whenNotPaused
The function must not be paused.
Events:
ClaimAssessmentConsensusReached
Emitted when the claim is canceled successfully.
Name
Type
Description
claimId
uint256
The claim id.
Name
Type
Description
[0]
bool
True if the claim is canceled successfully.
ClaimAssessmentConsensusReached
This event is emitted when the claim is consensus.
Name
Type
Description
claimId
uint256
The claim id.
getClaimData
Get the claim data.
Name
Type
Description
claimId
uint256
The claim id.
Name
Type
Description
getClaimsData
Get the claims data.
Name
Type
Description
claimIds
uint256[]
The claim ids.
Name
Type
Description
getClaimStatus
Get the claim status.
Name
Type
Description
claimId
uint256
The claim id.
Name
Type
Description
getClaimsStatus
Get the claims status.
Name
Type
Description
claimIds
uint256[]
The claim ids.
Name
Type
Description
Last updated