- Account - Class in com.seq.api
-
A container for asset balances on a ledger.
- Account() - Constructor for class com.seq.api.Account
-
- Account.Builder - Class in com.seq.api
-
A builder for creating accounts in the ledger.
- Account.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual accounts from a query.
- Account.Page - Class in com.seq.api
-
A single page of accounts returned from a query.
- Account.PageIterable - Class in com.seq.api
-
Iterable interface for consuming pages of accounts from a query.
- Account.QueryBuilder - Class in com.seq.api
-
A builder class for querying accounts in the ledger.
- Account.TagUpdateBuilder - Class in com.seq.api
-
A builder for updating an account's tags.
- accountAlias - Variable in class com.seq.api.Contract
-
- accountCount - Variable in class com.seq.api.Stats
-
The number of accounts in the ledger.
- accountId - Variable in class com.seq.api.Contract
-
Deprecated.
The ID of the account controlling the contract.
- accountId - Variable in class com.seq.api.Token
-
The ID of the account containing the tokens.
- accountId - Variable in class com.seq.api.TokenSum
-
The ID of the account containing the tokens.
- accountTags - Variable in class com.seq.api.Contract
-
Deprecated.
The tags of the account controlling the contract.
- accountTags - Variable in class com.seq.api.Token
-
The tags of the account containing the tokens.
- accountTags - Variable in class com.seq.api.TokenSum
-
The tags of the account containing the tokens.
- Action - Class in com.seq.api
-
Action queries are designed to provide insights into those actions.
- Action() - Constructor for class com.seq.api.Action
-
- Action() - Constructor for class com.seq.api.Transaction.Action
-
- Action() - Constructor for class com.seq.api.Transaction.Builder.Action
-
- Action.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual actions from a query.
- Action.ListBuilder - Class in com.seq.api
-
A builder class for querying actions in the ledger.
- Action.Page - Class in com.seq.api
-
A single page of actions returned from a query.
- Action.PageIterable - Class in com.seq.api
-
Deprecated.
- Action.SumBuilder - Class in com.seq.api
-
A builder class for querying actionsums in the ledger.
- actions - Variable in class com.seq.api.Transaction
-
List of actions taken by the transaction.
- actions - Variable in class com.seq.api.Transaction.Builder
-
- ActionSum - Class in com.seq.api
-
ActionSum objects are what's returned by SumBuilder method in Action class.
- ActionSum() - Constructor for class com.seq.api.ActionSum
-
- ActionSum.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual actions from a query.
- ActionSum.Page - Class in com.seq.api
-
A single page of actions returned from a query.
- ActionSum.PageIterable - Class in com.seq.api
-
Iterable interface for consuming pages of actions from a query.
- addAction(Transaction.Builder.Action) - Method in class com.seq.api.Transaction.Builder
-
Adds an action to a transaction builder.
- addAlias(String) - Method in class com.seq.api.Key.QueryBuilder
-
- addChangeReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
- addChangeReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- addFilterParameter(Object) - Method in class com.seq.api.BaseQueryBuilder
-
Adds a filter parameter that will be interpolated into the filter expression.
- addFilterParameter(Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
A list of parameter values for filter string (if needed).
- addFilterParameter(Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
A list of parameter values for filter string (if needed).
- addGroupByField(String) - Method in class com.seq.api.Action.SumBuilder
-
Adds a field along which action values will be summed.
- addGroupByField(String) - Method in class com.seq.api.Token.SumBuilder
-
Adds a field on which token values will be summed.
- addId(String) - Method in class com.seq.api.Key.QueryBuilder
-
- addKey(Key) - Method in class com.seq.api.Account.Builder
-
Adds a key that can be used to sign transactions that spend from the account.
- addKey(Key) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
- addKey(Key) - Method in class com.seq.api.Flavor.Builder
-
Adds a key that can be used to sign transactions that issue the flavor.
- addKeyByAlias(String) - Method in class com.seq.api.Account.Builder
-
- addKeyByAlias(String) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
- addKeyById(String) - Method in class com.seq.api.Account.Builder
-
Adds a key that can be used to sign transactions that spend from the account.
- addKeyById(String) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
- addKeyById(String) - Method in class com.seq.api.Flavor.Builder
-
Adds a key that can be used to sign transactions that issue the flavor.
- addKeyValueField(String, String, Object) - Method in class com.seq.api.Transaction.Builder.Action
-
- addListItem(String, Object) - Method in class com.seq.api.Transaction.Builder.Action
-
- addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Adds a key-value pair to the reference data for the action.
- addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Adds a key-value pair to the reference data for the action.
- addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Adds a key-value pair to the reference data for the action.
- addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder
-
Adds a key-value pair to the transaction's reference data.
- addSumByField(String) - Method in class com.seq.api.Balance.QueryBuilder
-
Deprecated.
Adds a field along which contract values will be summed.
- addTag(String, Object) - Method in class com.seq.api.Account.Builder
-
Adds a key-value pair to the account's tags.
- addTag(String, Object) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Adds a key-value pair to the asset's tags.
- addTag(String, Object) - Method in class com.seq.api.Flavor.Builder
-
Adds a key-value pair to the flavor's tags.
- addTokenTagsField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Adds a key-value pair to the tokens output by the action.
- addTokenTagsField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Adds a key-value pair to the tokens output by the action.
- after - Variable in class com.seq.api.Query
-
Deprecated.
- alias - Variable in class com.seq.api.Account
-
- alias - Variable in class com.seq.api.Asset
-
Deprecated.
Unique, user-specified identifier.
- alias - Variable in class com.seq.api.Key
-
- alias - Variable in class com.seq.api.Key.Handle
-
- aliases - Variable in class com.seq.api.Query
-
Deprecated.
- amount - Variable in class com.seq.api.Action
-
The number of units of the action's flavor
- amount - Variable in class com.seq.api.ActionSum
-
Summation of the amount fields of the matching actions
- amount - Variable in class com.seq.api.Balance
-
Deprecated.
Summation of contract amounts.
- amount - Variable in class com.seq.api.Contract
-
Deprecated.
The number of units of the asset held by the contract.
- amount - Variable in class com.seq.api.Token
-
The amount of tokens in the group.
- amount - Variable in class com.seq.api.TokenSum
-
The amount of tokens in the group.
- amount - Variable in class com.seq.api.Transaction.Action
-
The number of flavor units issued, transferred, or retired.
- APIException - Exception in com.seq.exception
-
APIException is thrown when the ledger API encounters an error handling a
user request.
- APIException(String, String) - Constructor for exception com.seq.exception.APIException
-
- APIException(String, String, String, String, boolean) - Constructor for exception com.seq.exception.APIException
-
- APIException(String, String, String, String, String) - Constructor for exception com.seq.exception.APIException
-
- APIException(String, String, String, String, boolean, String, int) - Constructor for exception com.seq.exception.APIException
-
- Asset - Class in com.seq.api
-
- Asset() - Constructor for class com.seq.api.Asset
-
Deprecated.
- Asset.Builder - Class in com.seq.api
-
Deprecated.
- Asset.ItemIterable - Class in com.seq.api
-
Deprecated.
- Asset.Page - Class in com.seq.api
-
Deprecated.
- Asset.PageIterable - Class in com.seq.api
-
Deprecated.
- Asset.QueryBuilder - Class in com.seq.api
-
Deprecated.
- Asset.TagUpdateBuilder - Class in com.seq.api
-
Deprecated.
- assetAlias - Variable in class com.seq.api.Action
-
- assetAlias - Variable in class com.seq.api.ActionSum
-
The alias of the asset held by the action.
- assetAlias - Variable in class com.seq.api.Contract
-
Deprecated.
The alias of the asset held by the contract.
- assetAlias - Variable in class com.seq.api.Transaction.Action
-
- assetCount - Variable in class com.seq.api.Stats
-
The number of assets in the ledger.
- assetId - Variable in class com.seq.api.Action
-
- assetId - Variable in class com.seq.api.ActionSum
-
The ID of the asset held by the action.
- assetId - Variable in class com.seq.api.Contract
-
Deprecated.
The ID of the asset held by the contract.
- assetId - Variable in class com.seq.api.Transaction.Action
-
- assetTags - Variable in class com.seq.api.Action
-
- assetTags - Variable in class com.seq.api.ActionSum
-
The tags of the asset held by the action.
- assetTags - Variable in class com.seq.api.Contract
-
Deprecated.
The tags of the asset held by the contract.
- assetTags - Variable in class com.seq.api.Transaction.Action
-
- ChainException - Exception in com.seq.exception
-
Base exception class for the Sequence SDK.
- ChainException() - Constructor for exception com.seq.exception.ChainException
-
- ChainException(String) - Constructor for exception com.seq.exception.ChainException
-
- ChainException(String, Throwable) - Constructor for exception com.seq.exception.ChainException
-
- chainMessage - Variable in exception com.seq.exception.APIException
-
Message describing the general nature of the error.
- client - Variable in class com.seq.api.BasePage
-
Client object that makes the query requests.
- Client - Class in com.seq.http
-
The Client object encapsulates access to the ledger API server.
- Client(Client.Builder) - Constructor for class com.seq.http.Client
-
- Client.Builder - Class in com.seq.http
-
A builder class for creating client objects
- Client.ResponseCreator<T> - Interface in com.seq.http
-
Defines an interface for deserializing HTTP responses into objects.
- code - Variable in exception com.seq.exception.APIException
-
- com.seq.api - package com.seq.api
-
- com.seq.common - package com.seq.common
-
- com.seq.exception - package com.seq.exception
-
- com.seq.http - package com.seq.http
-
- com.seq.http.session - package com.seq.http.session
-
- ConfigurationException - Exception in com.seq.exception
-
ConfigurationException wraps errors during client configuration.
- ConfigurationException(String) - Constructor for exception com.seq.exception.ConfigurationException
-
Initializes exception with its message attribute.
- ConfigurationException(String, Throwable) - Constructor for exception com.seq.exception.ConfigurationException
-
Initializes new exception while storing original cause.
- ConnectivityException - Exception in com.seq.exception
-
ConnectivityException is thrown when an HTTP response is received, but it does
not contain headers that are included in all Sequence API responses.
- ConnectivityException(Response) - Constructor for exception com.seq.exception.ConnectivityException
-
- Contract - Class in com.seq.api
-
- Contract() - Constructor for class com.seq.api.Contract
-
Deprecated.
- Contract.ItemIterable - Class in com.seq.api
-
Deprecated.
- Contract.Page - Class in com.seq.api
-
Deprecated.
- Contract.PageIterable - Class in com.seq.api
-
Deprecated.
- Contract.QueryBuilder - Class in com.seq.api
-
Deprecated.
- contracts - Variable in class com.seq.api.Transaction
-
List of contracts created by the transaction.
- create(Client) - Method in class com.seq.api.Account.Builder
-
Creates a new account in the ledger.
- create(Client) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Creates a new asset in the ledger.
- create(Client) - Method in class com.seq.api.Flavor.Builder
-
Creates a new flavor in the ledger.
- create(Client) - Method in class com.seq.api.Key.Builder
-
Creates a key.
- create(Response, Gson) - Method in interface com.seq.http.Client.ResponseCreator
-
Deserializes an HTTP response into a Java object of type T.
- create(Response, Gson) - Method in interface com.seq.http.HttpWrapper.ResponseCreator
-
Deserializes an HTTP response into a Java object of type T.
- cursor - Variable in class com.seq.api.BasePage
-
Specifies the details of the next query.
- cursor - Variable in class com.seq.api.Query
-
- filter - Variable in class com.seq.api.Query
-
- filterParams - Variable in class com.seq.api.Query
-
- Flavor - Class in com.seq.api
-
A type or class of value that can be tracked on a ledger.
- Flavor() - Constructor for class com.seq.api.Flavor
-
- Flavor.Builder - Class in com.seq.api
-
A builder for defining flavors in the ledger.
- Flavor.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual flavors from a query.
- Flavor.Page - Class in com.seq.api
-
A single page of flavors returned from a query.
- Flavor.PageIterable - Class in com.seq.api
-
Iterable interface for consuming pages of flavors from a query.
- Flavor.QueryBuilder - Class in com.seq.api
-
A builder class for querying flavors in the ledger.
- Flavor.TagUpdateBuilder - Class in com.seq.api
-
A builder for updating a flavor's tags.
- flavorId - Variable in class com.seq.api.Action
-
The ID of the flavor held by the action.
- flavorId - Variable in class com.seq.api.Token
-
The flavor of the tokens in the group.
- flavorId - Variable in class com.seq.api.TokenSum
-
The flavor of the tokens in the group.
- flavorId - Variable in class com.seq.api.Transaction.Action
-
The id of the action's flavor.
- flavorTags - Variable in class com.seq.api.Token
-
The tags of the flavor of the tokens in the group.
- flavorTags - Variable in class com.seq.api.TokenSum
-
The tags of the flavor of the tokens in the group.
- forAlias(String) - Method in class com.seq.api.Account.TagUpdateBuilder
-
- forAlias(String) - Method in class com.seq.api.Asset.TagUpdateBuilder
-
Deprecated.
Specifies the asset to be updated.
- forId(String) - Method in class com.seq.api.Account.TagUpdateBuilder
-
Specifies the account to be updated.
- forId(String) - Method in class com.seq.api.Asset.TagUpdateBuilder
-
Deprecated.
Specifies the asset to be updated.
- forId(String) - Method in class com.seq.api.Flavor.TagUpdateBuilder
-
Specifies the flavor to be updated.
- fromKey(Key) - Static method in class com.seq.api.Key.Handle
-
Creates a new Handle from a Key.
- get(Client) - Static method in class com.seq.api.Stats
-
Gets stats from the ledger.
- getIterable(Client) - Method in class com.seq.api.Account.QueryBuilder
-
Executes the query, returning an iterable over accounts that match the query.
- getIterable(Client) - Method in class com.seq.api.Action.ListBuilder
-
Executes the query, returning an iterable over actions that match the
query.
- getIterable(Client) - Method in class com.seq.api.Action.SumBuilder
-
Executes the query, returning an iterable over actionsums that match the
query.
- getIterable(Client) - Method in class com.seq.api.Asset.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over assets that match the query
- getIterable(Client) - Method in class com.seq.api.Balance.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over balances that match the
query.
- getIterable(Client) - Method in class com.seq.api.BaseQueryBuilder
-
Executes the API query.
- getIterable(Client) - Method in class com.seq.api.Contract.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over contracts that match the query.
- getIterable(Client) - Method in class com.seq.api.Flavor.QueryBuilder
-
Executes the query, returning an iterable over flavors that match the query
- getIterable(Client) - Method in class com.seq.api.Key.QueryBuilder
-
Executes the query, returning an iterable over keys that match the query.
- getIterable(Client) - Method in class com.seq.api.Token.ListBuilder
-
Executes the query, returning an iterable over tokens that match the
query.
- getIterable(Client) - Method in class com.seq.api.Token.SumBuilder
-
Executes the query, returning an iterable over token sums that match the
query.
- getIterable(Client) - Method in class com.seq.api.Transaction.QueryBuilder
-
Executes the query, returning an iterable over transactions that match
the query.
- getMessage() - Method in exception com.seq.exception.APIException
-
- getMessage() - Method in exception com.seq.exception.JSONException
-
- getPage(Client) - Method in class com.seq.api.Account.QueryBuilder
-
Executes the query, returning a page of accounts that match the query.
- getPage(Client, String) - Method in class com.seq.api.Account.QueryBuilder
-
Executes the query, returning a page of accounts that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Action.ListBuilder
-
Executes the query, returning a page of actions that match the query.
- getPage(Client, String) - Method in class com.seq.api.Action.ListBuilder
-
Executes the query, returning a page of actions that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Action.SumBuilder
-
Executes the query, returning a page of actionsums that match the query.
- getPage(Client, String) - Method in class com.seq.api.Action.SumBuilder
-
Executes the query, returning a page of actionsums that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Asset.QueryBuilder
-
Deprecated.
Executes the query, returning a page of assets that match the query.
- getPage(Client) - Method in class com.seq.api.Balance.QueryBuilder
-
Deprecated.
Executes the query, returning a page of balances that match the query.
- getPage(Client) - Method in class com.seq.api.BaseQueryBuilder
-
Execute the API query and return one page of items.
- getPage(Client) - Method in class com.seq.api.Contract.QueryBuilder
-
Deprecated.
Executes the query, returning a page of contracts that match the query.
- getPage(Client) - Method in class com.seq.api.Flavor.QueryBuilder
-
Executes the query, returning a page of flavors that match the query.
- getPage(Client, String) - Method in class com.seq.api.Flavor.QueryBuilder
-
Executes the query, returning a page of flavors that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Key.QueryBuilder
-
Executes the query, returning a page of keys that match the query.
- getPage(Client, String) - Method in class com.seq.api.Key.QueryBuilder
-
Executes the query, returning a page of keys that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Token.ListBuilder
-
Executes the query, returning a page of tokens that match the query.
- getPage(Client, String) - Method in class com.seq.api.Token.ListBuilder
-
Executes the query, returning a page of tokens that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Token.SumBuilder
-
Executes the query, returning a page of token sums that match the query.
- getPage(Client, String) - Method in class com.seq.api.Token.SumBuilder
-
Executes the query, returning a page of token sums that match the query
beginning with provided cursor.
- getPage(Client) - Method in class com.seq.api.Transaction.QueryBuilder
-
Executes the query, returning a page of transactions.
- getPage(Client, String) - Method in class com.seq.api.Transaction.QueryBuilder
-
Executes the query, returning a page of transactions that match the query
beginning with provided cursor.
- getPageIterable(Client) - Method in class com.seq.api.Account.QueryBuilder
-
Executes the query, returning an iterable over pages of accounts that match the query.
- getPageIterable(Client) - Method in class com.seq.api.Action.ListBuilder
-
- getPageIterable(Client) - Method in class com.seq.api.Action.SumBuilder
-
- getPageIterable(Client) - Method in class com.seq.api.Asset.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over pages of assets that match the query
- getPageIterable(Client) - Method in class com.seq.api.Balance.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over pages of balances that
match the query.
- getPageIterable(Client) - Method in class com.seq.api.BaseQueryBuilder
-
Executes the API query.
- getPageIterable(Client) - Method in class com.seq.api.Contract.QueryBuilder
-
Deprecated.
Executes the query, returning an iterable over pages of contracts that match the query.
- getPageIterable(Client) - Method in class com.seq.api.Flavor.QueryBuilder
-
Executes the query, returning an iterable over pages of flavors that match the query
- getPageIterable(Client) - Method in class com.seq.api.Key.QueryBuilder
-
Executes the query, returning an iterable over pages of keys that match
the query.
- getPageIterable(Client) - Method in class com.seq.api.Token.ListBuilder
-
Deprecated.
- getPageIterable(Client) - Method in class com.seq.api.Token.SumBuilder
-
Deprecated.
- getPageIterable(Client) - Method in class com.seq.api.Transaction.QueryBuilder
-
Executes a query on the ledger's transactions, returning an iterable over
pages of transactoins that match the query.
- groupBy - Variable in class com.seq.api.Query
-
- seqCode - Variable in exception com.seq.exception.APIException
-
An error code of the format "SEQXXX".
- sequenceNumber - Variable in class com.seq.api.Transaction
-
Sequence number of the transaction.
- serializer - Static variable in class com.seq.common.Utils
-
- setAfter(String) - Method in class com.seq.api.BaseQueryBuilder
-
- setAlias(String) - Method in class com.seq.api.Account.Builder
-
- setAlias(String) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Specifies the alias for the new asset.
- setAlias(String) - Method in class com.seq.api.Key.Builder
-
- setAliases(List<String>) - Method in class com.seq.api.Key.QueryBuilder
-
- setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Specifies the amount to be issued.
- setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Specifies the amount to be retired.
- setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies the amount to be transferred.
- setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
- setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
- setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
- setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
- setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- setChangeReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
- setChangeReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- setConnectionPool(int, long, TimeUnit) - Method in class com.seq.http.Client.Builder
-
Sets the connection pool for the client
- setConnectTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
-
Sets the connect timeout for the client
- setConnectTimeout(long, TimeUnit) - Method in class com.seq.http.Client
-
Sets the default connect timeout for new connections.
- setCredential(String) - Method in class com.seq.http.Client.Builder
-
Sets the credential for the client
- setDestinationAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
- setDestinationAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- setDestinationAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Specifies the destination account, identified by its ID.
- setDestinationAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies the destination account, identified by its ID.You must specify a destination account ID or alias.
- setEndTime(long) - Method in class com.seq.api.Transaction.QueryBuilder
-
Specifies the timestamp of the most recent transaction to include in the query results.
- setFilter(String) - Method in class com.seq.api.BaseQueryBuilder
-
Sets the filter expression for the query.
- setFilter(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Token filter string.
- setFilter(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Token filter string.
- setFilterParameters(List<?>) - Method in class com.seq.api.BaseQueryBuilder
-
Specifies the parameters that will be interpolated into the filter expression.
- setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Specifies the flavor, identified by its ID, to be issued.
- setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Specifies the flavor, identified by its ID, to be retired.
- setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies the flavor, identified by its ID, to be transferred.
- setGroupBy(List<String>) - Method in class com.seq.api.Action.SumBuilder
-
Specifies the fields along which action values will be summed.
- setGroupBy(List<String>) - Method in class com.seq.api.Token.SumBuilder
-
Specifies the fields on which token values will be summed.
- setId(String) - Method in class com.seq.api.Account.Builder
-
Specifies the id for the new account.
- setId(String) - Method in class com.seq.api.Flavor.Builder
-
Specifies the id for the new flavor.
- setId(String) - Method in class com.seq.api.Key.Builder
-
Specifies the id for the new key.
- setIds(List<String>) - Method in class com.seq.api.Key.QueryBuilder
-
- setLedger(String) - Method in class com.seq.http.Client.Builder
-
Deprecated.
- setLedgerName(String) - Method in class com.seq.http.Client.Builder
-
Sets the ledger name for the client.
- setLogger(OutputStream) - Method in class com.seq.http.Client.Builder
-
Sets the request logger.
- setLogLevel(LoggingInterceptor.Level) - Method in class com.seq.http.Client.Builder
-
Sets the level of the request logger.
- setPageSize(int) - Method in class com.seq.api.BaseQueryBuilder
-
Sets the number of actions to include in each page.
- setProxy(Proxy) - Method in class com.seq.http.Client.Builder
-
Sets the proxy for the client
- setProxy(Proxy) - Method in class com.seq.http.Client
-
Sets the proxy information for the HTTP client.
- setQuorum(int) - Method in class com.seq.api.Account.Builder
-
Specifies the number of keys required to sign transactions that spend
from the account.
- setQuorum(int) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Specifies the number of keys required to sign transactions that issue the
asset.
- setQuorum(int) - Method in class com.seq.api.Flavor.Builder
-
Specifies the number of keys required to sign transactions that issue the
flavor.
- setReadTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
-
Sets the read timeout for the client
- setReadTimeout(long, TimeUnit) - Method in class com.seq.http.Client
-
Sets the default read timeout for new connections.
- setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Specifies reference data for the action.
- setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Specifies reference data for the action.
- setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies reference data for the action.
- setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder
-
Specifies key-value data to be recorded in the transaction.
- setSourceAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
- setSourceAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
- setSourceAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Specifies an account, identified by its ID, as the source of the asset units to be retired.
- setSourceAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies an account, identified by its ID, as the source of the
flavor units to be transferred.
- setSourceContractId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
-
Specifies a contract as the source of the flavor to be retired.
- setSourceContractId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies a contract as the source of the flavor to be transferred.
- setStartTime(long) - Method in class com.seq.api.Transaction.QueryBuilder
-
Specifies the timestamp of the earliest transaction to include in the query results.
- setSumBy(List<String>) - Method in class com.seq.api.Balance.QueryBuilder
-
Deprecated.
Specifies the fields along which contract values will be summed.
- setTags(Map<String, Object>) - Method in class com.seq.api.Account.Builder
-
Specifies key-value data that describes the account.
- setTags(Map<String, Object>) - Method in class com.seq.api.Account.TagUpdateBuilder
-
Specifies a new set of tags.
- setTags(Map<String, Object>) - Method in class com.seq.api.Asset.Builder
-
Deprecated.
Specifies key-value data that describes the asset.
- setTags(Map<String, Object>) - Method in class com.seq.api.Asset.TagUpdateBuilder
-
Deprecated.
Specifies a new set of tags.
- setTags(Map<String, Object>) - Method in class com.seq.api.Flavor.Builder
-
Specifies key-value data that describes the flavor.
- setTags(Map<String, Object>) - Method in class com.seq.api.Flavor.TagUpdateBuilder
-
Specifies a new set of tags.
- setTimestamp(long) - Method in class com.seq.api.Contract.QueryBuilder
-
Deprecated.
Indicates that the query should be run over the state of the ledger at a given point in time.
- setTokenTags(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Issue
-
Specifies tags for the tokens output by the action.
- setTokenTags(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
-
Specifies tags for the tokens output by the action.
- setTrustedCerts(InputStream) - Method in class com.seq.http.Client.Builder
-
Trusts the given CA certs, and no others.
- setTrustedCerts(String) - Method in class com.seq.http.Client.Builder
-
Trusts the given CA certs, and no others.
- setURL(String) - Method in class com.seq.http.Client.Builder
-
Deprecated.
- setWriteTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
-
Sets the write timeout for the client
- setWriteTimeout(long, TimeUnit) - Method in class com.seq.http.Client
-
Sets the default write timeout for new connections.
- setX509KeyPair(InputStream, InputStream) - Method in class com.seq.http.Client.Builder
-
Sets the client's certificate and key for TLS client authentication.
- setX509KeyPair(String, String) - Method in class com.seq.http.Client.Builder
-
Sets the client's certificate and key for TLS client authentication.
- snapshot - Variable in class com.seq.api.Action
-
A copy of the associated tags (flavor, source account, destination account,
action, and token) as they existed at the time of the transaction.
- snapshot - Variable in class com.seq.api.Transaction.Action
-
A copy of the associated tags (flavor, source account, destination
account, action, and token) as they existed at the time of the
transaction.
- sourceAccountAlias - Variable in class com.seq.api.Action
-
- sourceAccountAlias - Variable in class com.seq.api.Transaction.Action
-
- sourceAccountId - Variable in class com.seq.api.Action
-
The ID of the source account executing the action.
- sourceAccountId - Variable in class com.seq.api.ActionSum
-
The ID of the source account executing the action.
- sourceAccountId - Variable in class com.seq.api.Transaction.Action
-
The ID of the account serving as the source of flavor units.
- sourceAccountTags - Variable in class com.seq.api.Action
-
- sourceAccountTags - Variable in class com.seq.api.ActionSum
-
The tags of the source account executing the action.
- sourceAccountTags - Variable in class com.seq.api.Transaction.Action
-
- startTime - Variable in class com.seq.api.Query
-
- Stats - Class in com.seq.api
-
An object describing summary information about a ledger.
- Stats() - Constructor for class com.seq.api.Stats
-
- statusCode - Variable in exception com.seq.exception.APIException
-
HTTP status code returned by the server.
- SuccessMessage - Class in com.seq.http
-
This class represents RPC success responses whose content is not meaningful.
- SuccessMessage() - Constructor for class com.seq.http.SuccessMessage
-
- SumBuilder() - Constructor for class com.seq.api.Action.SumBuilder
-
- SumBuilder() - Constructor for class com.seq.api.Token.SumBuilder
-
- sumBy - Variable in class com.seq.api.Balance
-
Deprecated.
List of parameters along which contract amounts were summed.
- sumBy - Variable in class com.seq.api.Query
-
- tags - Variable in class com.seq.api.Account
-
User-specified key-value data describing the account.
- tags - Variable in class com.seq.api.Asset
-
Deprecated.
User-specified key-value data describing the asset.
- tags - Variable in class com.seq.api.Flavor
-
User-specified key-value data describing the flavor.
- tags - Variable in class com.seq.api.Token
-
The tags of the tokens in the group.
- tags - Variable in class com.seq.api.TokenSum
-
The tags of the tokens in the group.
- TagUpdateBuilder() - Constructor for class com.seq.api.Account.TagUpdateBuilder
-
- TagUpdateBuilder() - Constructor for class com.seq.api.Asset.TagUpdateBuilder
-
Deprecated.
- TagUpdateBuilder() - Constructor for class com.seq.api.Flavor.TagUpdateBuilder
-
- teamName() - Method in class com.seq.http.session.ProdRefresher
-
- teamName() - Method in interface com.seq.http.session.Refresher
-
- teamName() - Method in class com.seq.http.session.TestRefresher
-
- temporary - Variable in exception com.seq.exception.APIException
-
Deprecated.
- TestRefresher - Class in com.seq.http.session
-
- TestRefresher(String, String) - Constructor for class com.seq.http.session.TestRefresher
-
- timeout - Variable in class com.seq.api.Query
-
- timestamp - Variable in class com.seq.api.Action
-
Time of the action.
- timestamp - Variable in class com.seq.api.ActionSum
-
Time of the action.
- timestamp - Variable in class com.seq.api.Query
-
- timestamp - Variable in class com.seq.api.Transaction
-
Time of transaction.
- Token - Class in com.seq.api
-
Token queries are designed to provide insights into tokens contained in an
account.
- Token() - Constructor for class com.seq.api.Token
-
- Token.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual tokens from a query.
- Token.ListBuilder - Class in com.seq.api
-
A builder class for querying tokens in the ledger.
- Token.Page - Class in com.seq.api
-
A single page of tokens returned from a query.
- Token.SumBuilder - Class in com.seq.api
-
A builder class for querying token sums in the ledger.
- TokenSum - Class in com.seq.api
-
TokenSum objects are what is returned by SumBuilder method in Token class.
- TokenSum() - Constructor for class com.seq.api.TokenSum
-
- TokenSum.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual actions from a query.
- TokenSum.Page - Class in com.seq.api
-
A single page of actions returned from a query.
- transact(Client) - Method in class com.seq.api.Transaction.Builder
-
Builds, signs, and submits a tranasaction.
- Transaction - Class in com.seq.api
-
A transaction is an atomic update to the state of the ledger.
- Transaction() - Constructor for class com.seq.api.Transaction
-
- Transaction.Action - Class in com.seq.api
-
An action taken by a transaction.
- Transaction.Builder - Class in com.seq.api
-
A configuration object for creating and submitting transactions.
- Transaction.Builder.Action - Class in com.seq.api
-
Base class representing actions that can be taken within a transaction.
- Transaction.Builder.Action.Issue - Class in com.seq.api
-
Issues new units of a flavor to a destination account.
- Transaction.Builder.Action.Retire - Class in com.seq.api
-
Moves flavors from a source (an account or contract) to a destination
account.
- Transaction.Builder.Action.Transfer - Class in com.seq.api
-
Moves flavors from a source (an account or contract) to a destination
account.
- Transaction.ItemIterable - Class in com.seq.api
-
Iterable interface for consuming individual transactions from a query.
- Transaction.Page - Class in com.seq.api
-
A single page of transactions returned from a query.
- Transaction.PageIterable - Class in com.seq.api
-
Iterable interface for consuming pages of transactions from a query.
- Transaction.QueryBuilder - Class in com.seq.api
-
A builder class for querying transactions in the ledger.
- transactionId - Variable in class com.seq.api.Action
-
The ID of the transaction in which the action appears.
- transactionId - Variable in class com.seq.api.ActionSum
-
The ID of the transaction in which the action appears.
- transactionId - Variable in class com.seq.api.Contract
-
Deprecated.
The ID of the transaction in which the contract appears.
- Transfer() - Constructor for class com.seq.api.Transaction.Builder.Action.Transfer
-
- txCount - Variable in class com.seq.api.Stats
-
The number of transactions in the ledger.
- type - Variable in class com.seq.api.Action
-
The type of the action.
- type - Variable in class com.seq.api.ActionSum
-
The type of the action.
- type - Variable in class com.seq.api.Contract
-
Deprecated.
The type of the contract.
- type - Variable in class com.seq.api.Transaction.Action
-
The type of the action.