Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 437 Bytes

File metadata and controls

17 lines (12 loc) · 437 Bytes
description
Get the meta information for all known Hooks. Object returned contains Hook hash as key, meta as value.

getHookHashes()

Sdk.getHookHashes()

The getHookHashes allows you to get all meta information for all Hooks known to Xumm.

const hookHashes = await Sdk.getHookHashes();

Returns: <HookHashes>