UNPKG

@macalinao/react-quarry

Version:

React hooks for Quarry

11 lines 451 B
import type { MergePool } from "@macalinao/quarry"; import type { Address } from "@solana/kit"; export interface MergeMinerContextValue { mergePool: MergePool; mergePoolAddress: Address; userAddress: Address | null; balance: bigint; } export declare const MergeMinerContext: React.Context<MergeMinerContextValue | null>; export declare const useMergeMinerContext: () => MergeMinerContextValue; //# sourceMappingURL=merge-miner.d.ts.map