UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

7 lines (6 loc) 234 B
export * from './common/constants'; export * from './common/types'; export * from './loans/types'; export * as utils from './common'; export * as loans from './loans'; export { AnchorProvider, BN, web3 } from '@project-serum/anchor';