@accret/api-client
Version:
A comprehensive SDK for blockchain data access via Moralis, Alchemy, and Shyft APIs
13 lines • 455 B
TypeScript
export declare function setAPIKeys({ alchemyApiKey, moralisApiKey, shyftApiKey, heliusApiKey, }: {
alchemyApiKey: string;
moralisApiKey: string;
shyftApiKey: string;
heliusApiKey: string;
}): Promise<void>;
export declare const API_KEYS: {
ALCHEMY_API_KEY: string | undefined;
MORALIS_API_KEY: string | undefined;
SHYFT_API_KEY: string | undefined;
HELIUS_API_KEY: string | undefined;
};
//# sourceMappingURL=index.d.ts.map