Class ListTransactionEventsRequest

    • Method Detail

      • transactionHash

        public final String transactionHash()

        The hash of a transaction. It is generated when a transaction is created.

        Returns:
        The hash of a transaction. It is generated when a transaction is created.
      • transactionId

        public final String transactionId()

        The identifier of a Bitcoin transaction. It is generated when a transaction is created.

        transactionId is only supported on the Bitcoin networks.

        Returns:
        The identifier of a Bitcoin transaction. It is generated when a transaction is created.

        transactionId is only supported on the Bitcoin networks.

      • network

        public final QueryNetwork network()

        The blockchain network where the transaction events occurred.

        If the service returns an enum value that is not available in the current SDK version, network will return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from networkAsString().

        Returns:
        The blockchain network where the transaction events occurred.
        See Also:
        QueryNetwork
      • networkAsString

        public final String networkAsString()

        The blockchain network where the transaction events occurred.

        If the service returns an enum value that is not available in the current SDK version, network will return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from networkAsString().

        Returns:
        The blockchain network where the transaction events occurred.
        See Also:
        QueryNetwork
      • 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