XYOracleNetwork/sdk-archivist-nodejs

View on GitHub
src/@types/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * File: index.ts
 * Project: @xyo-network/sdk-archivist-nodejs
 * File Created: Wednesday, 17th April 2019 10:35:44 pm
 * Author: XYO Development Team (support@xyo.network)
 * -----
 * Last Modified: Friday, 13th November 2020 2:42:57 pm
 * Modified By: XYO Development Team (support@xyo.network>)
 * -----
 * Copyright 2017 - 2019 XY - The Persistent Company
 */

export interface IXyoComponentArchivistFeatureDetail {
  boundWitnessHost: string
  boundWitnessPort: number
  graphqlHost: string
  graphqlPort: number
  origins: number
}