transact-payments
Version:
Node module to do payments using transact.io
11 lines (8 loc) • 366 B
text/typescript
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 function newTransactIoMsg(): TransactIoMsg {
return new TransactIoMsg();
}