UNPKG

goodrdotfun-sdk

Version:

SDK for interacting with goodr.fun and Sonic on Solana

12 lines (11 loc) 286 B
export * from '../base/types/common'; export * from '../base/donation-destination'; export * from '../base/meme-donation-destination'; export declare enum ChainType { SONIC = "sonic", SOLANA = "solana" } export declare enum CurrencyType { SONIC = "SONIC", SOL = "SOL" }