interface IndexerServerMultiSubaccountSnapshotsParams {
    subaccounts: string[];
    timestamps: number[];
    isolated?: boolean;
}

Properties

subaccounts: string[]
timestamps: number[]
isolated?: boolean