Interface iSimulateClaimSuccessResponse

interface iSimulateClaimSuccessResponse {
    claimAttemptId: string;
}

Implemented by

Properties

Properties

claimAttemptId: string

The transaction ID to track the claim. This is just a simulated value for compatibility purposes.