@cenoa/waas-js-sdk
Version:
Official Cenoa Wallet as a Service SDK
18 lines (17 loc) • 702 B
JavaScript
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 = {}));
export default Types;