# getHookHash( … )

**Sdk.getHookHash(hookHash: string)**

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

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

Returns: [`<HookHash>`](https://github.com/XRPL-Labs/XUMM-SDK/blob/master/src/types/Meta/HookHash.ts)
