getStorageRegistry

Retrieves the StorageRegistry contract.

Example

import { getStorageRegistry } from "thirdweb/extensions/farcaster";
const storageRegistry = await getStorageRegistry({
client,
});

Parameters

Returns

The StorageRegistry contract instance.