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