Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMultiSubaccountSnapshotsResponse

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

    Properties

    Properties

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