UNPKG

banx-token-lending-sdk

Version:

Banx Token Lending sdk

9 lines (8 loc) 445 B
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;