UNPKG

cryptomus-sdk

Version:

This is not an official one created for simplified work with Cryptomus API

9 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyType = void 0; var KeyType; (function (KeyType) { KeyType[KeyType["payment"] = 0] = "payment"; KeyType[KeyType["payout"] = 1] = "payout"; })(KeyType = exports.KeyType || (exports.KeyType = {})); //# sourceMappingURL=payment.interface.js.map