UNPKG

solmash-whitelist-sdk

Version:

A sdk for interacting Solmash Whitelist program

8 lines (7 loc) 225 B
export * from "./definitions"; export * from "./idl"; export { SOLMASH_WHITELIST_PROGRAM_ID } from "./constants"; export * from "./instructions"; export * from "./program"; export * from "./service"; export * from "./utils";