FetchAccountTransactionsBySlotRequestArgs: BlockchainRequestArgs & FetcherAccountPartitionRequestArgs & {
    endSlot: number;
    indexerId?: string;
    startSlot: number;
}

Account and slot range to get the signatures for.

Generated using TypeDoc