UNPKG

@hypernetlabs/objects

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