@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
9 lines • 425 B
TypeScript
import type { rpcClient } from "../../network/rpc";
type MockedRpcClient = Record<keyof typeof rpcClient, unknown>;
/**
* Returns a minimal rpcClient for use in jest.mock("../network/rpc") factories.
* Client.forMainnet() uses a static node list — unlike forMainnetAsync(), it makes no network calls.
*/
export declare const getMockedRpcClient: () => MockedRpcClient;
export {};
//# sourceMappingURL=rpc.fixture.d.ts.map