UNPKG

@hypernetlabs/objects

Version:
12 lines 451 B
"use strict"; 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