Hats-Protocol / Hats-Protocol/modules-sdk
handle deploy module and set hat claimability
Open
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Similar to [the other create options](https://docs.hatsprotocol.xyz/for-developers/hats-modules/modules-sdk/create-new-instance-s#createnewinstance), handle registering with a claims hatter
```ts
const createInstanceResult = await hatsModulesClient.createNewInstanceAndRegister({
account,
moduleId,
hatId,
immutableArgs,
mutableArgs,
saltNonce,
claimsHatter,
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.