UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

7 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Failure = exports.Success = exports.Pending = void 0; exports.Pending = 'pending'; exports.Success = 'success'; exports.Failure = 'failure'; //# sourceMappingURL=RefundStatus.js.map