UNPKG

@heliofi/solana-adapter-v1

Version:

API to interact with Helio Finances program on Solana.

10 lines (9 loc) 260 B
import { Idl } from '@project-serum/anchor'; import { PublicKey } from '@solana/web3.js'; export declare const PROGRAM_ID: PublicKey; export declare const IDL: HelioIdl; export declare type HelioIdl = Idl & { metadata: { address: string; }; };