description |
---|
Get the meta information for all known Hooks. Object returned contains Hook hash as key, meta as value. |
Sdk.getHookHashes()
The getHookHashes
allows you to get all meta information for all Hooks known to Xumm.
const hookHashes = await Sdk.getHookHashes();
Returns: <HookHashes>