@cenoa/waas-js-sdk
Version:
Official Cenoa Wallet as a Service SDK
20 lines (19 loc) • 782 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Types;
(function (Types) {
let SigningType;
(function (SigningType) {
SigningType["APPROVE"] = "APPROVE";
SigningType["PERMIT"] = "PERMIT";
SigningType["DEPOSIT"] = "DEPOSIT";
SigningType["WITHDRAW"] = "WITHDRAW";
SigningType["DEPOSIT_V2"] = "DEPOSIT_V2";
SigningType["WITHDRAW_V2"] = "WITHDRAW_V2";
SigningType["TRANSFER"] = "TRANSFER";
SigningType["META_TRANSACTION"] = "META_TRANSACTION";
SigningType["META_TRANSACTION_V2"] = "META_TRANSACTION_V2";
SigningType["SIGN_HASH"] = "SIGN_HASH";
})(SigningType = Types.SigningType || (Types.SigningType = {}));
})(Types || (Types = {}));
exports.default = Types;