UNPKG

svm-pay

Version:

A payment solution for SVM networks (Solana, Sonic SVM, Eclipse, s00n)

12 lines 302 B
/** * SVM-Pay Network Module * * This file exports all the network adapters and utilities for SVM-Pay. */ export * from './adapter'; export * from './solana'; export * from './sonic'; export * from './eclipse'; export * from './soon'; export * from './detector'; //# sourceMappingURL=index.d.ts.map