Interface AccountChannelsRequestParams

    • Method Detail

      • account

        Address account()
        The unique Address for the account. The request returns channels where this account is the channel's owner/source.
        Returns:
        The Address for the account.
      • destinationAccount

        Optional<Address> destinationAccount()
        The unique Address for the destination account. If provided, the response results are filtered by channels whose destination is this account.
        Returns:
        The optionally present Address of the destination account.
      • ledgerSpecifier

        @Default
        default LedgerSpecifier ledgerSpecifier()
        Specifies the ledger version to request. A ledger version can be specified by ledger hash, numerical ledger index, or a shortcut value.
        Returns:
        A LedgerSpecifier specifying the ledger version to request.
      • limit

        Optional<com.google.common.primitives.UnsignedInteger> limit()
        Limit the number of transactions to retrieve. Cannot be less than 10 or more than 400. The default is 200.
        Returns:
        An optionally-present UnsignedInteger.
      • marker

        Optional<Marker> marker()
        Value from a previous paginated response. Resume retrieving data where that response left off.
        Returns:
        An optionally-present String.