interface IndexerServerMultiSubaccountSnapshotsResponse {
    snapshots: Record<string, Record<string, IndexerServerEvent[]>>;
}

Properties

Properties

snapshots: Record<string, Record<string, IndexerServerEvent[]>>