interface Network {
    networkId: string;
    node?: Node;
}

Properties

Properties

networkId: string
node?: Node

Generated using TypeDoc