@gaian-sdk/payments
Version:
A powerful SDK for processing cryptocurrency payments via QR codes on the Solana blockchain.
10 lines • 346 B
TypeScript
export * from "./types/common";
export * from "./types/parseQr";
export * from "./types/placeOrder";
export * from "./types/rate";
export * from "./types/status";
export * from "./types/verifyOrder";
export * from "./types/kyc";
export * from "./types/user";
export { InitializeScanToPay } from "./initialize";
//# sourceMappingURL=index.d.ts.map