UNPKG

pipegate-sdk

Version:

A TypeScript client-side payment authentication SDK for stablecoins used with axios

5 lines (4 loc) 451 B
import { ClientInterceptor } from "./client.js"; import { PaymentChannelVerifier, StreamVerifier, verify_channel_no_state, close_and_withdraw_channel, verify_onetime_payment_tx, verify_stream_tx, } from "./wasm/pipegate.js"; import init from "./wasm/pipegate.js"; export { ClientInterceptor, init as initWasm, PaymentChannelVerifier, StreamVerifier, verify_channel_no_state, close_and_withdraw_channel, verify_onetime_payment_tx, verify_stream_tx, };