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

Properties

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