Interface AccountTransactionsResult

    • Method Detail

      • account

        Address account()
        Unique Address identifying the related account.
        Returns:
        The Address of the account.
      • ledgerIndexMin

        @Deprecated
        @Auxiliary
        @Default
        default LedgerIndex ledgerIndexMin()
        Deprecated.
        This field will be removed in favor of ledgerIndexMinimum().
        The ledger index of the earliest ledger actually searched for transactions.
        Returns:
        The LedgerIndexBound of the earliest ledger searched.
      • ledgerIndexMax

        @Deprecated
        @Auxiliary
        @Default
        default LedgerIndex ledgerIndexMax()
        Deprecated.
        This field will be removed in favor of ledgerIndexMaximum().
        The ledger index of the most recent ledger actually searched for transactions.
        Returns:
        The LedgerIndexBound of the latest ledger searched.
      • ledgerIndexMinimum

        LedgerIndexBound ledgerIndexMinimum()
        The ledger index of the earliest ledger actually searched for transactions.
        Returns:
        The LedgerIndexBound of the earliest ledger searched.
      • ledgerIndexMaximum

        LedgerIndexBound ledgerIndexMaximum()
        The ledger index of the most recent ledger actually searched for transactions.
        Returns:
        The LedgerIndexBound of the latest ledger searched.
      • limit

        com.google.common.primitives.UnsignedInteger limit()
        The limit value used in the request. (This may differ from the actual limit value enforced by the server.)
        Returns:
        An UnsignedInteger representing the requested limit.
      • marker

        Optional<Marker> marker()
        Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off.
        Returns:
        A String containing the marker.
      • validated

        @Default
        default boolean validated()
        Whether or not the information in this response comes from a validated ledger version.
        Returns:
        true if the information is from a validated ledger, otherwise false.