@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
12 lines • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActiveStateChannel = void 0;
class ActiveStateChannel {
constructor(chainId, routerPublicIdentifier, channelAddress) {
this.chainId = chainId;
this.routerPublicIdentifier = routerPublicIdentifier;
this.channelAddress = channelAddress;
}
}
exports.ActiveStateChannel = ActiveStateChannel;
//# sourceMappingURL=ActiveStateChannel.js.map