UNPKG

multipool-staking-sdk

Version:

This is an sdk for solmask staking pool program

8 lines (7 loc) 209 B
export { STAKING_PROGRAM_ID } from "./constants"; export * from "./idl"; export * from "./instructions"; export * from "./program"; export * from "./service"; export * from "./types"; export * from "./utils";