Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerMultiSubaccountSnapshotsResponse

    interface GetIndexerMultiSubaccountSnapshotsResponse {
        subaccountHexIds: string[];
        snapshots: Record<string, Record<string, IndexerSubaccountSnapshot>>;
    }
    Index

    Properties

    subaccountHexIds: string[]
    snapshots: Record<string, Record<string, IndexerSubaccountSnapshot>>