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. |
status | The claim status. |
getClaimData
Get the claim data.
Name | Type | Description |
---|---|---|
claimId | uint256 | The claim id. |
Name | Type | Description |
---|---|---|
[0] | The claim data. |
getClaimsData
Get the claims data.
Name | Type | Description |
---|---|---|
claimIds | uint256[] | The claim ids. |
Name | Type | Description |
---|---|---|
[0] | The claims data. |
getClaimStatus
Get the claim status.
Name | Type | Description |
---|---|---|
claimId | uint256 | The claim id. |
Name | Type | Description |
---|---|---|
[0] | The claim status. |
getClaimsStatus
Get the claims status.
Name | Type | Description |
---|---|---|
claimIds | uint256[] | The claim ids. |
Name | Type | Description |
---|---|---|
[0] | The claims status. |
Last updated