@airgap/coinlib-core
Version:
The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
9 lines • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubProtocolType = void 0;
var SubProtocolType;
(function (SubProtocolType) {
SubProtocolType["ACCOUNT"] = "account";
SubProtocolType["TOKEN"] = "token";
})(SubProtocolType = exports.SubProtocolType || (exports.SubProtocolType = {}));
//# sourceMappingURL=ICoinSubProtocol.js.map