UNPKG

@ordao/privy-react-orclient

Version:

"Helpers for using orclient with privy and react"

12 lines 512 B
import { ORClient, ORClientType } from "@ordao/orclient"; export declare class OrclientUndefined extends Error { constructor(message?: string); } export declare class OrclientNotFull extends Error { constructor(message?: string); } export declare function useOrclient(): ORClientType | undefined; export declare function useRpcError(): unknown; export declare function useAssertOrclient(): ORClientType; export declare function useAssertFullOrclient(): ORClient; //# sourceMappingURL=useOrclient.d.ts.map