UNPKG

@ordao/privy-react-orclient

Version:

"Helpers for using orclient with privy and react"

11 lines 464 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 useAssertOrclient(): ORClientType; export declare function useAssertFullOrclient(): ORClient; //# sourceMappingURL=useOrclient.d.ts.map