DropClaimConditions.update() method
Update a single claim condition with new data.
Signature:
update(index: number, claimConditionInput: ClaimConditionInput): Promise<TransactionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
index | number | the index of the claim condition to update, as given by the index from the result of getAll() |
claimConditionInput | ClaimConditionInput | the new data to update, previous data will be retained |
Returns:
Promise<TransactionResult>