getHookHash( … )

Get meta information for a known Hook, by specifying the Hook Hash (64 hex chars)

Sdk.getHookHash(hookHash: string)

The getHookHash method allows you to get meta information for a specific Hook hash (64 hex chars)

const hookInfo = await Sdk.getHookHash('64hexchars');

Returns: <HookHash>

Last updated