UNPKG

banx-token-lending-sdk

Version:

Banx Token Lending sdk

12 lines (11 loc) 415 B
import { web3 } from "@coral-xyz/anchor"; export declare function getSwapSolToBanxSolAccounts(userPubkey: web3.PublicKey, instructions: web3.TransactionInstruction[]): { pubkey: web3.PublicKey; isSigner: boolean; isWritable: boolean; }[]; export declare function getSwapBanxSolToSolAccounts(userPubkey: web3.PublicKey): { pubkey: web3.PublicKey; isSigner: boolean; isWritable: boolean; }[];