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