UNPKG

@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.

10 lines (9 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Role = void 0; var Role; (function (Role) { Role[Role["UNDEFINED"] = -1] = "UNDEFINED"; Role[Role["HOST"] = 0] = "HOST"; Role[Role["GUEST"] = 1] = "GUEST"; })(Role || (exports.Role = Role = {}));