UNPKG

@rainfi/sdk

Version:

This package is used to interact with Rain.fi protocol on Solana

17 lines (16 loc) 358 B
import { PublicKey } from '@solana/web3.js'; export * from './accounts'; /** * Program address * * @category constants * @category generated */ export declare const PROGRAM_ADDRESS = "hadeK9DLv9eA7ya5KCTqSvSvRZeJC3JgD5a9Y3CNbvu"; /** * Program public key * * @category constants * @category generated */ export declare const PROGRAM_ID: PublicKey;