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