Information about the Matching Engine public API endpoint. Primarily exported to allow for testing.

interface PublicAPIEndpointInfo {
    apiEndpoint?: string;
    deployedIndexId?: string;
}

Properties

apiEndpoint?: string
deployedIndexId?: string

Generated using TypeDoc