UNPKG

@desig/web3

Version:

Desig: The Blockchain-Agnostic Multisig Solution

11 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransactionType = void 0; var TransactionType; (function (TransactionType) { TransactionType["tExtension"] = "tExtension"; TransactionType["tReduction"] = "tReduction"; TransactionType["nExtension"] = "nExtension"; TransactionType["nReduction"] = "nReduction"; })(TransactionType = exports.TransactionType || (exports.TransactionType = {})); //# sourceMappingURL=types.js.map