UNPKG

wallee

Version:
11 lines (10 loc) 463 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransactionVoidState = void 0; var TransactionVoidState; (function (TransactionVoidState) { TransactionVoidState["CREATE"] = "CREATE"; TransactionVoidState["PENDING"] = "PENDING"; TransactionVoidState["FAILED"] = "FAILED"; TransactionVoidState["SUCCESSFUL"] = "SUCCESSFUL"; })(TransactionVoidState || (exports.TransactionVoidState = TransactionVoidState = {}));