UNPKG

transact-payments

Version:

Node module to do payments using transact.io

7 lines (6 loc) 339 B
import { TransactIoMsg } from './lib/TransactIoMsg'; export { TransactIoError } from './lib/TransactIoError'; export { TransactIoErrorCode } from './lib/TransactIoErrorCode'; export { TransactIoMsg } from './lib/TransactIoMsg'; export { ITransactJWT } from './lib/TransactToken'; export declare function newTransactIoMsg(): TransactIoMsg;