Home > @theweave/api > WeaveServices > toolInstaller
WeaveServices.toolInstaller property
Get the AgentPubKey of the installer of a tool for the specified group
Signature:
typescript
toolInstaller: (appletHash: AppletHash, groupHash?: DnaHash) => Promise<AgentPubKey | undefined>;