Class ListFilteredTransactionEventsRequest

    • Method Detail

      • network

        public final String network()

        The blockchain network where the transaction occurred.

        Valid Values: BITCOIN_MAINNET | BITCOIN_TESTNET

        Returns:
        The blockchain network where the transaction occurred.

        Valid Values: BITCOIN_MAINNET | BITCOIN_TESTNET

      • addressIdentifierFilter

        public final AddressIdentifierFilter addressIdentifierFilter()

        This is the unique public address on the blockchain for which the transaction events are being requested.

        Returns:
        This is the unique public address on the blockchain for which the transaction events are being requested.
      • timeFilter

        public final TimeFilter timeFilter()

        This container specifies the time frame for the transaction events returned in the response.

        Returns:
        This container specifies the time frame for the transaction events returned in the response.
      • voutFilter

        public final VoutFilter voutFilter()

        This container specifies filtering attributes related to BITCOIN_VOUT event types

        Returns:
        This container specifies filtering attributes related to BITCOIN_VOUT event types
      • confirmationStatusFilter

        public final ConfirmationStatusFilter confirmationStatusFilter()
        Returns the value of the ConfirmationStatusFilter property for this object.
        Returns:
        The value of the ConfirmationStatusFilter property for this object.
      • sort

        public final ListFilteredTransactionEventsSort sort()

        The order by which the results will be sorted.

        Returns:
        The order by which the results will be sorted.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • maxResults

        public final Integer maxResults()

        The maximum number of transaction events to list.

        Default: 100

        Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results.

        To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return

        Returns:
        The maximum number of transaction events to list.

        Default: 100

        Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results.

        To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object