UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

10 lines (8 loc) 182 B
import { Event } from "../../src/objects"; export const privacyEvent: Event = { amount: 0, created: "", result: "APPROVED", token: "", type: "AUTHORIZATION", };