DropErc1155ClaimConditions.update() method
Update a single claim condition with new data.
Signature:
update(tokenId: BigNumberish, index: number, claimConditionInput: ClaimConditionInput): Promise<TransactionResult>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| tokenId | BigNumberish | the token id to update |
| 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>