Type Alias ConnectorNodesInfo

Datasource metadata

type ConnectorNodesInfo = {
    cachedDataSources?: string[];
    contractType: number;
    dataSourcesUpdated: boolean;
    providerName: string;
    state: string;
    url: string;
}
Index

Properties

cachedDataSources?: string[]

List of datasource Ids provided by the provider

contractType: number

Contract type used to communicate with the connector (between 0 and 3)

dataSourcesUpdated: boolean

Indicates if the datasources is up to date

providerName: string

Connector provider name

state: string

State of the connector node

url: string

URL of connector node