UNPKG

kamino-sdk-beta

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

11 lines 555 B
import { PublicKey } from '@solana/web3.js'; export declare const LUT_OWNER_KEY: PublicKey; export declare const ADDRESS_LUT_PROGRAM_ID: PublicKey; export declare const MAINNET_TOKEN_INFOS: PublicKey; export declare const STAGING_TOKEN_INFOS: PublicKey; export declare const STAGING_KAMINO_PROGRAM_ID: PublicKey; export declare const STAGING_GLOBAL_CONFIG: PublicKey; export declare const CONSENSUS_ID: PublicKey; export declare const MEMO_PROGRAM_ID: PublicKey; export declare const TOKEN_2022_PROGRAM_ID: PublicKey; //# sourceMappingURL=pubkeys.d.ts.map