nowpayments-api
Version:
NOWPayments API client for Node.js with WebSocket support
9 lines (8 loc) • 371 B
TypeScript
import Joi = require("joi");
export let createPayment: Joi.ObjectSchema<any>;
export let createInvoice: Joi.ObjectSchema<any>;
export let createPayout: Joi.ObjectSchema<any>;
export let createBatchPayout: Joi.ObjectSchema<any>;
export let getPayments: Joi.ObjectSchema<any>;
export let estimatePrice: Joi.ObjectSchema<any>;
export let ipnCallback: Joi.ObjectSchema<any>;