UNPKG

svm-pay

Version:

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

12 lines 326 B
/** * SVM-Pay Core Module * * This file exports all the core components of the SVM-Pay protocol. */ export * from './types'; export * from './url-scheme'; export * from './reference'; export * from './transfer-handler'; export * from './transaction-handler'; export * from './metadata'; //# sourceMappingURL=index.d.ts.map