banx-token-lending-sdk
Version:
Banx Token Lending sdk
16 lines (15 loc) • 840 B
TypeScript
import { web3 } from '@coral-xyz/anchor';
export declare const RENT_VAULT_PREFIX = "rent_vault_prefix";
export declare const LOAN_PREFIX = "loan";
export declare const USER_VAULT_PREFIX = "user_vault";
export declare const BOND_OFFER_PREFIX = "bond_offer";
export declare const BANX_MARKET_PREFIX = "banx_market";
export declare const BANX_PROTOCOL_FEE_RECEIVER: web3.PublicKey;
export declare const PYTH_PUSH_ORACLE_PROGRAM_ID: web3.PublicKey;
export declare const JUPITER_PROGRAM: web3.PublicKey;
export declare const BANX_SOL_POOL: web3.PublicKey;
export declare const BANX_SOL_MINT: web3.PublicKey;
export declare const SANCTUM_POOL_PROGRAM: web3.PublicKey;
export declare const RESERVE_STAKE_BANX_SOL: web3.PublicKey;
export declare const MANAGER_BANX_SOL_FEE: web3.PublicKey;
export declare const BANX_SOL_SWAP_VAULT: web3.PublicKey;