UNPKG

zebec-instant-card-sdk

Version:

An sdk for interacting with zebec instant card program in solana.

10 lines (9 loc) 464 B
export * from "./idl"; export { ASSOCIATED_TOKEN_PROGRAM_ID, CARD_LOOKUP_TABLE_ADDRESS, FLEXLEND_PROGRAM_ID, MEMO_PROGRAM_ID, TOKEN_PROGRAM_ID, UNITS_PER_USDC, USDC_DECIMALS, WSOL, ZBCN, ZEBEC_CARD_PROGRAM, } from "./constants"; export * from "./instructions"; export * from "./program"; export * from "./provider"; export * from "./service"; export * from "./types"; export * from "./utils"; export { Address, AnchorProvider, BN, web3 } from "@coral-xyz/anchor";