@erc7824/nitrolite
Version:
The Nitrolite SDK empowers developers to build high-performance, scalable web3 applications using state channels. It's designed to provide near-instant transactions and significantly improved user experiences by minimizing direct blockchain interactions.
13 lines (12 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TxType = void 0;
const _1 = require(".");
var TxType;
(function (TxType) {
TxType["Transfer"] = "transfer";
TxType["Deposit"] = "deposit";
TxType["Withdrawal"] = "withdrawal";
TxType["AppDeposit"] = "app_deposit";
TxType["AppWithdrawal"] = "app_withdrawal";
})(TxType || (exports.TxType = TxType = {}));