interface IndexerServerMaker {
    address: string;
    data: IndexerServerMakerData[];
}

Properties

Properties

address: string