@hyperionxyz/sdk
Version:
This SDK allows you to interact with the Hyperion API. You can use it to request data, create pools/positions and more.
9 lines • 325 B
TypeScript
import { Network } from '@aptos-labs/ts-sdk';
import { HyperionSDK } from '..';
interface InitHyperionSDKOptions {
network: Network.MAINNET | Network.TESTNET;
APTOS_API_KEY: string;
}
export declare function initHyperionSDK(options: InitHyperionSDKOptions): HyperionSDK;
export {};
//# sourceMappingURL=index.d.ts.map