Skip to content

Commit

Permalink
Removing datasets from contract (#779)
Browse files Browse the repository at this point in the history
* Removing datasets map from captcha contract

* typechain update for removable of datasets map
  • Loading branch information
HughParry authored Nov 9, 2023
1 parent dbcd136 commit 0b71133
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 526 deletions.
15 changes: 0 additions & 15 deletions contracts/captcha/src/build-extrinsic/captcha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,21 +422,6 @@ export default class Methods {
)
}

/**
* getCaptchaData
*
* @param { ArgumentTypes.Hash } datasetId,
*/
getCaptchaData(datasetId: ArgumentTypes.Hash, __options: GasLimit) {
return buildSubmittableExtrinsic(
this.__apiPromise,
this.__nativeContract,
'getCaptchaData',
[datasetId],
__options
)
}

/**
* getUser
*
Expand Down
Loading

0 comments on commit 0b71133

Please sign in to comment.