interface IndexerMaker {
    address: string;
    snapshots: IndexerMakerSnapshot[];
}

Properties

Properties

address: string