interface RoutingTable {
    table: RoutingTableEntry[];
}

Properties

Properties