diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html deleted file mode 100644 index 54b029b..0000000 --- a/javadoc/allclasses-frame.html +++ /dev/null @@ -1,91 +0,0 @@ - - - -
- - -public class PearlDiver -extends Object-
| Constructor and Description | -
|---|
PearlDiver() |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-cancel() |
-
boolean |
-search(int[] transactionTrits,
- int minWeightMagnitude,
- int numberOfThreads) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/PearlDiverLocalPoW.html b/javadoc/cfb/pearldiver/PearlDiverLocalPoW.html deleted file mode 100644 index 5f8f5f7..0000000 --- a/javadoc/cfb/pearldiver/PearlDiverLocalPoW.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -public class PearlDiverLocalPoW -extends Object -implements IotaLocalPoW-
| Constructor and Description | -
|---|
PearlDiverLocalPoW() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-performPoW(String trytes,
- int minWeightMagnitude) |
-
public String performPoW(String trytes, - int minWeightMagnitude)-
performPoW in interface IotaLocalPoWCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/class-use/PearlDiver.html b/javadoc/cfb/pearldiver/class-use/PearlDiver.html deleted file mode 100644 index ccd6a86..0000000 --- a/javadoc/cfb/pearldiver/class-use/PearlDiver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/class-use/PearlDiverLocalPoW.html b/javadoc/cfb/pearldiver/class-use/PearlDiverLocalPoW.html deleted file mode 100644 index 92149d0..0000000 --- a/javadoc/cfb/pearldiver/class-use/PearlDiverLocalPoW.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/package-frame.html b/javadoc/cfb/pearldiver/package-frame.html deleted file mode 100644 index a6b3fdc..0000000 --- a/javadoc/cfb/pearldiver/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| PearlDiver | -
- (c) 2016 Come-from-Beyond
- See |
-
| PearlDiverLocalPoW | -
- Perform local PoW using Come-from-Beyond's PearlDiver implementation.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/package-tree.html b/javadoc/cfb/pearldiver/package-tree.html deleted file mode 100644 index 47d4bb3..0000000 --- a/javadoc/cfb/pearldiver/package-tree.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/cfb/pearldiver/package-use.html b/javadoc/cfb/pearldiver/package-use.html deleted file mode 100644 index 48a93f4..0000000 --- a/javadoc/cfb/pearldiver/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html deleted file mode 100644 index 0fca35b..0000000 --- a/javadoc/constant-values.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - -| Modifier and Type | -Constant Field | -Value | -
|---|---|---|
-
-public static final String |
-CONTENT_TYPE_HEADER |
-"Content-Type: application/json" |
-
-
-public static final String |
-USER_AGENT_HEADER |
-"User-Agent: JOTA-API wrapper" |
-
| Modifier and Type | -Constant Field | -Value | -
|---|---|---|
-
-public static final int |
-HASH_LENGTH |
-243 |
-
-
-public static final int |
-NUMBER_OF_ROUNDSP27 |
-27 |
-
-
-public static final int |
-NUMBER_OF_ROUNDSP81 |
-81 |
-
| Modifier and Type | -Constant Field | -Value | -
|---|---|---|
-
-public static final String |
-GET_BUNDLE_RESPONSE_ERROR |
-"Get bundle response was null." |
-
-
-public static final String |
-GET_INCLUSION_STATE_RESPONSE_ERROR |
-"Get inclusion state response was null." |
-
-
-public static final String |
-GET_TRYTES_RESPONSE_ERROR |
-"Get trytes response was null." |
-
-
-public static final String |
-INVALID_ADDRESSES_INPUT_ERROR |
-"Invalid addresses provided." |
-
-
-public static final String |
-INVALID_ATTACHED_TRYTES_INPUT_ERROR |
-"Invalid attached trytes provided." |
-
-
-public static final String |
-INVALID_BUNDLE_ERROR |
-"Invalid bundle." |
-
-
-public static final String |
-INVALID_BUNDLE_HASH_ERROR |
-"Invalid bundle hash." |
-
-
-public static final String |
-INVALID_BUNDLE_SUM_ERROR |
-"Invalid bundle sum." |
-
-
-public static final String |
-INVALID_HASHES_INPUT_ERROR |
-"Invalid hashes provided." |
-
-
-public static final String |
-INVALID_INPUT_ERROR |
-"Invalid input provided." |
-
-
-public static final String |
-INVALID_SECURITY_LEVEL_INPUT_ERROR |
-"Invalid security level provided." |
-
-
-public static final String |
-INVALID_SEED_INPUT_ERROR |
-"Invalid seed provided." |
-
-
-public static final String |
-INVALID_SIGNATURES_ERROR |
-"Invalid signatures." |
-
-
-public static final String |
-INVALID_TAIL_HASH_INPUT_ERROR |
-"Invalid tail hash provided." |
-
-
-public static final String |
-INVALID_TRANSFERS_INPUT_ERROR |
-"Invalid transfers provided." |
-
-
-public static final String |
-INVALID_TRYTES_INPUT_ERROR |
-"Invalid trytes provided." |
-
-
-public static final String |
-INVALID_VALUE_TRANSFER_ERROR |
-"Invalid value transfer: the transfer does not require a signature." |
-
-
-public static final String |
-NO_REMAINDER_ADDRESS_ERROR |
-"No remainder address defined." |
-
-
-public static final String |
-NOT_ENOUGH_BALANCE_ERROR |
-"Not enough balance." |
-
-
-public static final int |
-SEED_LENGTH_MAX |
-81 |
-
-
-public static final String |
-TRYTE_ALPHABET |
-"9ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
-
| Modifier and Type | -Constant Field | -Value | -
|---|---|---|
-
-public static final int |
-HIGH_INTEGER_BITS |
--1 |
-
-
-public static final long |
-HIGH_LONG_BITS |
--1L |
-
| Modifier and Type | -Constant Field | -Value | -
|---|---|---|
-
-public static final int |
-KEY_LENGTH |
-6561 |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html deleted file mode 100644 index 5d0572c..0000000 --- a/javadoc/deprecated-list.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -| Method and Description | -
|---|
| jota.utils.Converter.tritsString(String) | -
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/help-doc.html b/javadoc/help-doc.html deleted file mode 100644 index f6d799e..0000000 --- a/javadoc/help-doc.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-Each annotation type has its own separate page with the following sections:
-Each enum has its own separate page with the following sections:
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-These links take you to the next or previous class, interface, package, or related page.
-These links show and hide the HTML frames. All pages are available with or without frames.
-The All Classes link shows all classes and interfaces except non-static nested types.
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-The Constant Field Values page lists the static final fields and their values.
-Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/index-all.html b/javadoc/index-all.html deleted file mode 100644 index da63904..0000000 --- a/javadoc/index-all.html +++ /dev/null @@ -1,2228 +0,0 @@ - - - - - - -IotaNeighborsRequest.IotaGetBalancesRequest.IotaBroadcastTransactionRequest.IotaFindTransactionsRequest.IotaAttachToTangleRequest.IotaGetBalancesRequest.IotaGetInclusionStateRequest.IotaCommandRequest.IotaNeighborsRequest.IotaCommandRequest.IotaGetTransactionsToApproveRequest.IotaGetTrytesRequest.IotaCommandRequest.IotaNeighborsRequest.IotaStoreTransactionsRequest.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/index.html b/javadoc/index.html deleted file mode 100644 index d2dd4a1..0000000 --- a/javadoc/index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -public static class IotaAPI.Builder -extends IotaAPICore.Builder<IotaAPI.Builder>-
| Modifier and Type | -Method and Description | -
|---|---|
IotaAPI |
-build() |
-
IotaAPI.Builder |
-withCustomCurl(ICurl curl) |
-
public IotaAPI.Builder withCustomCurl(ICurl curl)-
public IotaAPI build()-
build in class IotaAPICore.Builder<IotaAPI.Builder>Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaAPI.html b/javadoc/jota/IotaAPI.html deleted file mode 100644 index a16f3d5..0000000 --- a/javadoc/jota/IotaAPI.html +++ /dev/null @@ -1,1001 +0,0 @@ - - - - - - -public class IotaAPI -extends IotaAPICore-
- IotaApiProxy api = IotaApiProxy.Builder
- .protocol("http")
- .nodeAddress("localhost")
- .port(12345)
- .build();
-
- GetNodeInfoResponse response = api.getNodeInfo();
| Modifier and Type | -Class and Description | -
|---|---|
static class |
-IotaAPI.Builder |
-
| Modifier | -Constructor and Description | -
|---|---|
protected |
-IotaAPI(IotaAPI.Builder builder) |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<String> |
-addRemainder(String seed,
- int security,
- List<Input> inputs,
- Bundle bundle,
- String tag,
- long totalValue,
- String remainderAddress,
- List<String> signatureFragments) |
-
StoreTransactionsResponse |
-broadcastAndStore(String... trytes)
-Wrapper function that broadcasts and stores the specified trytes.
- |
-
Bundle[] |
-bundlesFromAddresses(String[] addresses,
- Boolean inclusionStates)
-Internal function to get the formatted bundles of a list of addresses.
- |
-
List<Transaction> |
-findTransactionObjectsByAddresses(String[] addresses)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-findTransactionObjectsByApprovees(String[] approvees)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-findTransactionObjectsByBundle(String[] bundles)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-findTransactionObjectsByTag(String[] tags)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-findTransactionsObjectsByHashes(String[] hashes)
-Wrapper function for getTrytes and transactionObjects.
- |
-
GetAccountDataResponse |
-getAccountData(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll,
- int start,
- int end,
- boolean inclusionStates,
- long threshold)
-Similar to getTransfers, just that it returns additional account data
- |
-
GetBalancesAndFormatResponse |
-getBalanceAndFormat(List<String> addresses,
- long threshold,
- int start,
- StopWatch stopWatch,
- int security)
-Gets the balances and formats the output.
- |
-
GetBundleResponse |
-getBundle(String transaction)
-Gets the associated bundle transactions of a single transaction.
- |
-
GetBalancesAndFormatResponse |
-getInputs(String seed,
- int security,
- int start,
- int end,
- long threshold)
-Gets the inputs of a seed
- |
-
GetInclusionStateResponse |
-getLatestInclusion(String[] hashes)
-Wrapper function for getNodeInfo and getInclusionStates
- |
-
GetNewAddressResponse |
-getNewAddress(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll)
-Generates a new address from a seed and returns the remainderAddress.
- |
-
GetTransferResponse |
-getTransfers(String seed,
- int security,
- Integer start,
- Integer end,
- Boolean inclusionStates) |
-
List<Transaction> |
-initiateTransfer(int securitySum,
- String inputAddress,
- String remainderAddress,
- List<Transfer> transfers,
- boolean testMode)
-Prepares transfer by generating the bundle with the corresponding cosigner transactions.
- |
-
List<String> |
-prepareTransfers(String seed,
- int security,
- List<Transfer> transfers,
- String remainder,
- List<Input> inputs,
- boolean validateInputs)
-Prepares transfer by generating bundle, finding and signing inputs.
- |
-
ReplayBundleResponse |
-replayBundle(String transaction,
- int depth,
- int minWeightMagnitude)
-Replays a transfer by doing Proof of Work again.
- |
-
SendTransferResponse |
-sendTransfer(String seed,
- int security,
- int depth,
- int minWeightMagnitude,
- List<Transfer> transfers,
- List<Input> inputs,
- String remainderAddress,
- boolean validateInputs)
-Wrapper function that basically does prepareTransfers, as well as attachToTangle and finally, it broadcasts and stores the transactions locally.
- |
-
List<Transaction> |
-sendTrytes(String[] trytes,
- int depth,
- int minWeightMagnitude)
-Facade method: Gets transactions to approve, attaches to Tangle, broadcasts and stores.
- |
-
Bundle |
-traverseBundle(String trunkTx,
- String bundleHash,
- Bundle bundle)
-Basically traverse the Bundle by going down the trunkTransactions until
- the bundle hash of the transaction is no longer the same.
- |
-
addNeighbors, attachToTangle, broadcastTransactions, findTransactions, findTransactionsByAddresses, findTransactionsByApprovees, findTransactionsByBundles, findTransactionsByDigests, getBalances, getHost, getInclusionStates, getNeighbors, getNodeInfo, getPort, getProtocol, getTips, getTransactionsToApprove, getTrytes, interruptAttachingToTangle, removeNeighbors, storeTransactions, wrapCheckedExceptionprotected IotaAPI(IotaAPI.Builder builder)-
public GetNewAddressResponse getNewAddress(String seed, - int security, - int index, - boolean checksum, - int total, - boolean returnAll) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferred.security - Security level to be used for the private key / address. Can be 1, 2 or 3.index - Key index to start search from. If the index is provided, the generation of the address is not deterministic.checksum - Adds 9-tryte address checksum.total - Total number of addresses to generate.returnAll - If true, it returns all addresses which were deterministically generated (until findTransactions returns null).ArgumentException - is thrown when the specified input is not valid.public GetTransferResponse getTransfers(String seed, - int security, - Integer start, - Integer end, - Boolean inclusionStates) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferred.security - The security level of private key / seed.start - Starting key index.end - Ending key index.inclusionStates - If true, it gets the inclusion states of the transfers.ArgumentException - is thrown when the specified input is not valid.public Bundle[] bundlesFromAddresses(String[] addresses, - Boolean inclusionStates) - throws ArgumentException-
addresses - List of addresses.inclusionStates - If true, it gets the inclusion states of the transfers.ArgumentException - is thrown when the specified input is not valid.public StoreTransactionsResponse broadcastAndStore(String... trytes) - throws ArgumentException-
trytes - The trytes.ArgumentException - is thrown when the specified input is not valid.public List<Transaction> sendTrytes(String[] trytes, - int depth, - int minWeightMagnitude) - throws ArgumentException-
trytes - The trytes.depth - The depth.minWeightMagnitude - The minimum weight magnitude.ArgumentException - is thrown when invalid trytes is provided.public List<Transaction> findTransactionsObjectsByHashes(String[] hashes) - throws ArgumentException-
hashes - The hashesArgumentExceptionpublic List<Transaction> findTransactionObjectsByAddresses(String[] addresses) - throws ArgumentException-
addresses - The addresses.ArgumentExceptionpublic List<Transaction> findTransactionObjectsByTag(String[] tags) - throws ArgumentException-
tags - The tags.ArgumentExceptionpublic List<Transaction> findTransactionObjectsByApprovees(String[] approvees) - throws ArgumentException-
approvees - The approvees.ArgumentExceptionpublic List<Transaction> findTransactionObjectsByBundle(String[] bundles) - throws ArgumentException-
bundles - The bundles.ArgumentExceptionpublic List<String> prepareTransfers(String seed, - int security, - List<Transfer> transfers, - String remainder, - List<Input> inputs, - boolean validateInputs) - throws ArgumentException-
seed - Tryte-encoded private key / seed.security - The security level of private key / seed.transfers - Array of transfer objects.remainder - If defined, this address will be used for sending the remainder value (of the inputs) to.inputs - The inputs.validateInputs - whether or not to validate the balances of the provided inputsArgumentException - is thrown when the specified input is not valid.public GetBalancesAndFormatResponse getInputs(String seed, - int security, - int start, - int end, - long threshold) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferred.security - The Security level of private key / seed.start - Starting key index.end - Ending key index.threshold - Min balance required.ArgumentException - is thrown when the specified input is not valid.public GetBalancesAndFormatResponse getBalanceAndFormat(List<String> addresses, - long threshold, - int start, - StopWatch stopWatch, - int security) - throws ArgumentException, - IllegalStateException-
addresses - The addresses.threshold - Min balance required.start - Starting key index.stopWatch - the stopwatch.security - The security level of private key / seed.ArgumentException - is thrown when the specified security level is not valid.IllegalStateExceptionpublic GetBundleResponse getBundle(String transaction) - throws ArgumentException-
transaction - The transaction encoded in trytes.ArgumentException - is thrown when the specified input is not valid.public GetAccountDataResponse getAccountData(String seed, - int security, - int index, - boolean checksum, - int total, - boolean returnAll, - int start, - int end, - boolean inclusionStates, - long threshold) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferred.security - The Security level of private key / seed.index - Key index to start search from. If the index is provided, the generation of the address is not deterministic.checksum - Adds 9-tryte address checksum.total - Total number of addresses to generate.returnAll - If true, it returns all addresses which were deterministically generated (until findTransactions returns null).start - Starting key index.end - Ending key index.inclusionStates - If true, it gets the inclusion states of the transfers.threshold - Min balance required.ArgumentException - is thrown when the specified input is not valid.public ReplayBundleResponse replayBundle(String transaction, - int depth, - int minWeightMagnitude) - throws ArgumentException-
transaction - The transaction.depth - The depth.minWeightMagnitude - The minimum weight magnitude.ArgumentException - is thrown when the specified input is not valid.public GetInclusionStateResponse getLatestInclusion(String[] hashes) - throws ArgumentException-
hashes - The hashes.ArgumentExceptionpublic SendTransferResponse sendTransfer(String seed, - int security, - int depth, - int minWeightMagnitude, - List<Transfer> transfers, - List<Input> inputs, - String remainderAddress, - boolean validateInputs) - throws ArgumentException-
seed - Tryte-encoded seedsecurity - The security level of private key / seed.depth - The depth.minWeightMagnitude - The minimum weight magnitude.transfers - Array of transfer objects.inputs - List of inputs used for funding the transfer.remainderAddress - If defined, this remainderAddress will be used for sending the remainder value (of the inputs) to.validateInputs - Whether or not to validate the balances of the provided inputsArgumentException - is thrown when the specified input is not valid.public Bundle traverseBundle(String trunkTx, - String bundleHash, - Bundle bundle) - throws ArgumentException-
trunkTx - Hash of a trunk or a tail transaction of a bundle.bundleHash - The bundle hashes.bundle - List of bundles to be populated.ArgumentException - is thrown when an invalid input is provided.public List<Transaction> initiateTransfer(int securitySum, - String inputAddress, - String remainderAddress, - List<Transfer> transfers, - boolean testMode) - throws ArgumentException-
securitySum - The sum of security levels used by all co-signers.inputAddress - Array of input addresses as well as the securitySum.remainderAddress - Has to be generated by the cosigners before initiating the transfer, can be null if fully spent.ArgumentException - is thrown when an invalid argument is provided.IllegalStateException - is thrown when a transfer fails because their is not enough balance to perform the transfer.public List<String> addRemainder(String seed, - int security, - List<Input> inputs, - Bundle bundle, - String tag, - long totalValue, - String remainderAddress, - List<String> signatureFragments) - throws ArgumentException-
seed - Tryte-encoded seed.security - The security level of private key / seed.inputs - List of inputs used for funding the transfer.bundle - To be populated.tag - The tag.totalValue - The total value.remainderAddress - If defined, this address will be used for sending the remainder value (of the inputs) to.signatureFragments - The signature fragments.ArgumentException - is thrown when an invalid argument is provided.IllegalStateException - is thrown when a transfer fails because their is not enough balance to perform the transfer.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaAPICommands.html b/javadoc/jota/IotaAPICommands.html deleted file mode 100644 index deea461..0000000 --- a/javadoc/jota/IotaAPICommands.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - - -public enum IotaAPICommands -extends Enum<IotaAPICommands>-
| Enum Constant and Description | -
|---|
ADD_NEIGHBORS |
-
ATTACH_TO_TANGLE |
-
BROADCAST_TRANSACTIONS |
-
FIND_TRANSACTIONS |
-
GET_BALANCES |
-
GET_INCLUSIONS_STATES |
-
GET_NEIGHBORS |
-
GET_NODE_INFO |
-
GET_TIPS |
-
GET_TRANSACTIONS_TO_APPROVE |
-
GET_TRYTES |
-
INTERRUPT_ATTACHING_TO_TANGLE |
-
REMOVE_NEIGHBORS |
-
STORE_TRANSACTIONS |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-command()
-Gets the command.
- |
-
static IotaAPICommands |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IotaAPICommands[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final IotaAPICommands GET_NODE_INFO-
public static final IotaAPICommands GET_NEIGHBORS-
public static final IotaAPICommands ADD_NEIGHBORS-
public static final IotaAPICommands REMOVE_NEIGHBORS-
public static final IotaAPICommands GET_TIPS-
public static final IotaAPICommands FIND_TRANSACTIONS-
public static final IotaAPICommands GET_TRYTES-
public static final IotaAPICommands GET_INCLUSIONS_STATES-
public static final IotaAPICommands GET_BALANCES-
public static final IotaAPICommands GET_TRANSACTIONS_TO_APPROVE-
public static final IotaAPICommands ATTACH_TO_TANGLE-
public static final IotaAPICommands INTERRUPT_ATTACHING_TO_TANGLE-
public static final IotaAPICommands BROADCAST_TRANSACTIONS-
public static final IotaAPICommands STORE_TRANSACTIONS-
public static IotaAPICommands[] values()-
-for (IotaAPICommands c : IotaAPICommands.values()) - System.out.println(c); -
public static IotaAPICommands valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String command()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaAPICore.Builder.html b/javadoc/jota/IotaAPICore.Builder.html deleted file mode 100644 index 0dabe97..0000000 --- a/javadoc/jota/IotaAPICore.Builder.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - -public static class IotaAPICore.Builder<T extends IotaAPICore.Builder<T>> -extends Object-
| Modifier and Type | -Method and Description | -
|---|---|
IotaAPICore |
-build() |
-
T |
-config(Properties properties) |
-
T |
-host(String host) |
-
T |
-localPoW(IotaLocalPoW localPoW) |
-
T |
-port(String port) |
-
T |
-protocol(String protocol) |
-
public IotaAPICore build()-
public T config(Properties properties)-
public T localPoW(IotaLocalPoW localPoW)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaAPICore.html b/javadoc/jota/IotaAPICore.html deleted file mode 100644 index 4ee7117..0000000 --- a/javadoc/jota/IotaAPICore.html +++ /dev/null @@ -1,782 +0,0 @@ - - - - - - -| Modifier and Type | -Class and Description | -
|---|---|
static class |
-IotaAPICore.Builder<T extends IotaAPICore.Builder<T>> |
-
| Modifier | -Constructor and Description | -
|---|---|
protected |
-IotaAPICore(IotaAPICore.Builder builder)
-Build the API core.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
AddNeighborsResponse |
-addNeighbors(String... uris)
-Add a list of neighbors to the node.
- |
-
GetAttachToTangleResponse |
-attachToTangle(String trunkTransaction,
- String branchTransaction,
- Integer minWeightMagnitude,
- String... trytes)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
BroadcastTransactionsResponse |
-broadcastTransactions(String... trytes)
-Broadcast a list of transactions to all neighbors.
- |
-
FindTransactionResponse |
-findTransactions(String[] addresses,
- String[] tags,
- String[] approvees,
- String[] bundles)
-Find the transactions which match the specified input
- |
-
FindTransactionResponse |
-findTransactionsByAddresses(String... addresses)
-Find the transactions by addresses
- |
-
FindTransactionResponse |
-findTransactionsByApprovees(String... approvees)
-Find the transactions by approvees
- |
-
FindTransactionResponse |
-findTransactionsByBundles(String... bundles)
-Find the transactions by bundles
- |
-
FindTransactionResponse |
-findTransactionsByDigests(String... digests)
-Find the transactions by digests
- |
-
GetBalancesResponse |
-getBalances(Integer threshold,
- List<String> addresses)
-Similar to getInclusionStates.
- |
-
String |
-getHost()
-Gets the host.
- |
-
GetInclusionStateResponse |
-getInclusionStates(String[] transactions,
- String[] tips)
-Get the inclusion states of a set of transactions.
- |
-
GetNeighborsResponse |
-getNeighbors()
-Get the list of neighbors from the node.
- |
-
GetNodeInfoResponse |
-getNodeInfo()
-Get the node information.
- |
-
String |
-getPort()
-Gets the port.
- |
-
String |
-getProtocol()
-Gets the protocol.
- |
-
GetTipsResponse |
-getTips()
-Get the list of latest tips (unconfirmed transactions).
- |
-
GetTransactionsToApproveResponse |
-getTransactionsToApprove(Integer depth)
-Tip selection which returns trunkTransaction and branchTransaction.
- |
-
GetTrytesResponse |
-getTrytes(String... hashes)
-Returns the raw trytes data of a transaction.
- |
-
InterruptAttachingToTangleResponse |
-interruptAttachingToTangle()
-Interrupts and completely aborts the attachToTangle process.
- |
-
RemoveNeighborsResponse |
-removeNeighbors(String... uris)
-Removes a list of neighbors from the node.
- |
-
StoreTransactionsResponse |
-storeTransactions(String... trytes)
-Store transactions into the local storage.
- |
-
protected static <T> retrofit2.Response<T> |
-wrapCheckedException(retrofit2.Call<T> call) |
-
protected IotaAPICore(IotaAPICore.Builder builder)-
builder - The builder.protected static <T> retrofit2.Response<T> wrapCheckedException(retrofit2.Call<T> call)-
public GetNodeInfoResponse getNodeInfo()-
public GetNeighborsResponse getNeighbors()-
public AddNeighborsResponse addNeighbors(String... uris)-
uris - The list of URI elements.public RemoveNeighborsResponse removeNeighbors(String... uris)-
uris - The list of URI elements.public GetTipsResponse getTips()-
public FindTransactionResponse findTransactions(String[] addresses, - String[] tags, - String[] approvees, - String[] bundles)-
public FindTransactionResponse findTransactionsByAddresses(String... addresses) - throws ArgumentException-
addresses - A List of addresses.ArgumentExceptionpublic FindTransactionResponse findTransactionsByBundles(String... bundles)-
bundles - A List of bundles.public FindTransactionResponse findTransactionsByApprovees(String... approvees)-
approvees - A List of approvess.public FindTransactionResponse findTransactionsByDigests(String... digests)-
digests - A List of digests.public GetInclusionStateResponse getInclusionStates(String[] transactions, - String[] tips) - throws ArgumentException-
transactions - The ist of transactions you want to get the inclusion state for.tips - ThelList of tips (including milestones) you want to search for the inclusion state.ArgumentExceptionpublic GetTrytesResponse getTrytes(String... hashes) - throws ArgumentException-
hashes - The of transaction hashes of which you want to get trytes from.ArgumentExceptionpublic GetTransactionsToApproveResponse getTransactionsToApprove(Integer depth)-
depth - The number of bundles to go back to determine the transactions for approval.public GetBalancesResponse getBalances(Integer threshold, - List<String> addresses) - throws ArgumentException-
threshold - The confirmation threshold, should be set to 100.addresses - The list of addresses you want to get the confirmed balance from.ArgumentExceptionpublic GetAttachToTangleResponse attachToTangle(String trunkTransaction, - String branchTransaction, - Integer minWeightMagnitude, - String... trytes) - throws ArgumentException-
trunkTransaction - The trunk transaction to approve.branchTransaction - The branch transaction to approve.minWeightMagnitude - The Proof of Work intensity.trytes - A List of trytes (raw transaction data) to attach to the tangle.ArgumentExceptionpublic InterruptAttachingToTangleResponse interruptAttachingToTangle()-
public BroadcastTransactionsResponse broadcastTransactions(String... trytes) - throws ArgumentException-
trytes - The list of raw data of transactions to be rebroadcast.ArgumentExceptionpublic StoreTransactionsResponse storeTransactions(String... trytes)-
trytes - The list of raw data of transactions to be rebroadcast.public String getProtocol()-
public String getHost()-
public String getPort()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaAPIService.html b/javadoc/jota/IotaAPIService.html deleted file mode 100644 index c53a039..0000000 --- a/javadoc/jota/IotaAPIService.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - -public interface IotaAPIService
-| Modifier and Type | -Field and Description | -
|---|---|
static String |
-CONTENT_TYPE_HEADER |
-
static String |
-USER_AGENT_HEADER |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<AddNeighborsResponse> |
-addNeighbors(IotaNeighborsRequest request)
-Add a list of neighbors to the node.
- |
-
retrofit2.Call<GetAttachToTangleResponse> |
-attachToTangle(IotaAttachToTangleRequest request)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
retrofit2.Call<BroadcastTransactionsResponse> |
-broadcastTransactions(IotaBroadcastTransactionRequest request)
-Broadcast a list of transactions to all neighbors.
- |
-
retrofit2.Call<FindTransactionResponse> |
-findTransactions(IotaFindTransactionsRequest request)
-Find the transactions which match the specified input and return.
- |
-
retrofit2.Call<GetBalancesResponse> |
-getBalances(IotaGetBalancesRequest request)
-It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
- |
-
retrofit2.Call<GetInclusionStateResponse> |
-getInclusionStates(IotaGetInclusionStateRequest request)
-Get the inclusion states of a set of transactions.
- |
-
retrofit2.Call<GetNeighborsResponse> |
-getNeighbors(IotaCommandRequest request)
-Get the list of neighbors from the node.
- |
-
retrofit2.Call<GetNodeInfoResponse> |
-getNodeInfo(IotaCommandRequest request)
-Returns information about the node.
- |
-
retrofit2.Call<GetTipsResponse> |
-getTips(IotaCommandRequest request)
-Get the list of latest tips (unconfirmed transactions).
- |
-
retrofit2.Call<GetTransactionsToApproveResponse> |
-getTransactionsToApprove(IotaGetTransactionsToApproveRequest request)
-Tip selection which returns trunkTransaction and branchTransaction.
- |
-
retrofit2.Call<GetTrytesResponse> |
-getTrytes(IotaGetTrytesRequest request)
-Returns the raw trytes data of a transaction.
- |
-
retrofit2.Call<InterruptAttachingToTangleResponse> |
-interruptAttachingToTangle(IotaCommandRequest request)
-Interrupts and completely aborts the attachToTangle process.
- |
-
retrofit2.Call<RemoveNeighborsResponse> |
-removeNeighbors(IotaNeighborsRequest request)
-Removes a list of neighbors from the node.
- |
-
retrofit2.Call<StoreTransactionsResponse> |
-storeTransactions(IotaStoreTransactionsRequest request)
-Store transactions into the local storage.
- |
-
static final String CONTENT_TYPE_HEADER-
static final String USER_AGENT_HEADER-
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetNodeInfoResponse> getNodeInfo(@Body
- IotaCommandRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getNodeInfo"}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetNeighborsResponse> getNeighbors(@Body
- IotaCommandRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getNeighbors"}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<AddNeighborsResponse> addNeighbors(@Body
- IotaNeighborsRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "addNeighbors", "uris": ["udp://8.8.8.8:14265", "udp://8.8.8.5:14265"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<RemoveNeighborsResponse> removeNeighbors(@Body
- IotaNeighborsRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "removeNeighbors", "uris": ["udp://8.8.8.8:14265", "udp://8.8.8.5:14265"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetTipsResponse> getTips(@Body
- IotaCommandRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getTips"}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<FindTransactionResponse> findTransactions(@Body
- IotaFindTransactionsRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "findTransactions", "addresses": ["RVORZ9SIIP9RCYMREUIXXVPQIPHVCNPQ9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYGVAZETAIRPTM"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetInclusionStateResponse> getInclusionStates(@Body
- IotaGetInclusionStateRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getInclusionStates", "transactions"Q9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYGVAZETAIRPTM"], "tips" : [ZIJGAJ9AADLRPWNCYNNHUHRRAC9QOUDATEDQUMTNOTABUVRPTSTFQDGZKFYUUIE9ZEBIVCCXXXLKX9999]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetTrytesResponse> getTrytes(@Body
- IotaGetTrytesRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getTrytes", "hashes": ["OAATQS9VQLSXCLDJVJJVYUGONXAXOFMJOZNSYWRZSWECMXAQQURHQBJNLD9IOFEPGZEPEMPXCIVRX9999"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetTransactionsToApproveResponse> getTransactionsToApprove(@Body
- IotaGetTransactionsToApproveRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getTransactionsToApprove", "depth": 27}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetBalancesResponse> getBalances(@Body
- IotaGetBalancesRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "getBalances", "addresses": ["HBBYKAKTILIPVUKFOTSLHGENPTXYBNKXZFQFR9VQFWNBMTQNRVOUKPVPRNBSZVVILMAFBKOTBLGLWLOHQ"], "threshold": 100}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<GetAttachToTangleResponse> attachToTangle(@Body
- IotaAttachToTangleRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "attachToTangle", "trunkTransaction": "JVMTDGDPDFYHMZPMWEKKANBQSLSDTIIHAYQUMZOKHXXXGJHJDQPOMDOMNRDKYCZRUFZROZDADTHZC9999", "branchTransaction": "P9KFSJVGSPLXAEBJSHWFZLGP9GGJTIO9YITDEHATDTGAFLPLBZ9FOFWWTKMAZXZHFGQHUOXLXUALY9999", "minWeightMagnitude": 18, "trytes": ["TRYTVALUEHERE"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<InterruptAttachingToTangleResponse> interruptAttachingToTangle(@Body
- IotaCommandRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "interruptAttachingToTangle"}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<BroadcastTransactionsResponse> broadcastTransactions(@Body
- IotaBroadcastTransactionRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "broadcastTransactions", "trytes": ["BYSWEAUTWXHXZ9YBZISEK9LUHWGMHXCGEVNZHRLUWQFCUSDXZHOFHWHL9MQPVJXXZLIXPXPXF9KYEREFSKCPKYIIKPZVLHUTDFQKKVVBBN9ATTLPCNPJDWDEVIYYLGPZGCWXOBDXMLJC9VO9QXTTBLAXTTBFUAROYEGQIVB9MJWJKXJMCUPTWAUGFZBTZCSJVRBGMYXTVBDDS9MYUJCPZ9YDWWQNIPUAIJXXSNLKUBSCOIJPCLEFPOXFJREXQCUVUMKSDOVQGGHRNILCO9GNCLWFM9APMNMWYASHXQAYBEXF9QRIHIBHYEJOYHRQJAOKAQ9AJJFQ9WEIWIJOTZATIBOXQLBMIJU9PCGBLVDDVFP9CFFSXTDUXMEGOOFXWRTLFGV9XXMYWEMGQEEEDBTIJ9OJOXFAPFQXCDAXOUDMLVYRMRLUDBETOLRJQAEDDLNVIRQJUBZBO9CCFDHIX9MSQCWYAXJVWHCUPTRSXJDESISQPRKZAFKFRULCGVRSBLVFOPEYLEE99JD9SEBALQINPDAZHFAB9RNBH9AZWIJOTLBZVIEJIAYGMC9AZGNFWGRSWAXTYSXVROVNKCOQQIWGPNQZKHUNODGYADPYLZZZUQRTJRTODOUKAOITNOMWNGHJBBA99QUMBHRENGBHTH9KHUAOXBVIVDVYYZMSEYSJWIOGGXZVRGN999EEGQMCOYVJQRIRROMPCQBLDYIGQO9AMORPYFSSUGACOJXGAQSPDY9YWRRPESNXXBDQ9OZOXVIOMLGTSWAMKMTDRSPGJKGBXQIVNRJRFRYEZ9VJDLHIKPSKMYC9YEGHFDS9SGVDHRIXBEMLFIINOHVPXIFAZCJKBHVMQZEVWCOSNWQRDYWVAIBLSCBGESJUIBWZECPUCAYAWMTQKRMCHONIPKJYYTEGZCJYCT9ABRWTJLRQXKMWY9GWZMHYZNWPXULNZAPVQLPMYQZCYNEPOCGOHBJUZLZDPIXVHLDMQYJUUBEDXXPXFLNRGIPWBRNQQZJSGSJTTYHIGGFAWJVXWL9THTPWOOHTNQWCNYOYZXALHAZXVMIZE9WMQUDCHDJMIBWKTYH9AC9AFOT9DPCADCV9ZWUTE9QNOMSZPTZDJLJZCJGHXUNBJFUBJWQUEZDMHXGBPTNSPZBR9TGSKVOHMOQSWPGFLSWNESFKSAZY9HHERAXALZCABFYPOVLAHMIHVDBGKUMDXC9WHHTIRYHZVWNXSVQUWCR9M9RAGMFEZZKZ9XEOQGOSLFQCHHOKLDSA9QCMDGCGMRYJZLBVIFOLBIJPROKMHOYTBTJIWUZWJMCTKCJKKTR9LCVYPVJI9AHGI9JOWMIWZAGMLDFJA9WU9QAMEFGABIBEZNNAL9OXSBFLOEHKDGHWFQSHMPLYFCNXAAZYJLMQDEYRGL9QKCEUEJ9LLVUOINVSZZQHCIKPAGMT9CAYIIMTTBCPKWTYHOJIIY9GYNPAJNUJ9BKYYXSV9JSPEXYMCFAIKTGNRSQGUNIYZCRT9FOWENSZQPD9ALUPYYAVICHVYELYFPUYDTWUSWNIYFXPX9MICCCOOZIWRNJIDALWGWRATGLJXNAYTNIZWQ9YTVDBOFZRKO9CFWRPAQQRXTPACOWCPRLYRYSJARRKSQPR9TCFXDVIXLP9XVL99ERRDSOHBFJDJQQGGGCZNDQ9NYCTQJWVZIAELCRBJJFDMCNZU9FIZRPGNURTXOCDSQGXTQHKHUECGWFUUYS9J9NYQ9U9P9UUP9YMZHWWWCIASCFLCMSKTELZWUGCDE9YOKVOVKTAYPHDF9ZCCQAYPJIJNGSHUIHHCOSSOOBUDOKE9CJZGYSSGNCQJVBEFTZFJ9SQUHOASKRRGBSHWKBCBWBTJHOGQ9WOMQFHWJVEG9NYX9KWBTCAIXNXHEBDIOFO9ALYMFGRICLCKKLG9FOBOX9PDWNQRGHBKHGKKRLWTBEQMCWQRLHAVYYZDIIPKVQTHYTWQMTOACXZOQCDTJTBAAUWXSGJF9PNQIJ9AJRUMUVCPWYVYVARKR9RKGOUHHNKNVGGPDDLGKPQNOYHNKAVVKCXWXOQPZNSLATUJT9AUWRMPPSWHSTTYDFAQDXOCYTZHOYYGAIM9CELMZ9AZPWB9MJXGHOKDNNSZVUDAGXTJJSSZCPZVPZBYNNTUQABSXQWZCHDQSLGK9UOHCFKBIBNETK999999999999999999999999999999999999999999999999999999999999999999999999999999999NOXDXXKUDWLOFJLIPQIBRBMGDYCPGDNLQOLQS99EQYKBIU9VHCJVIPFUYCQDNY9APGEVYLCENJIOBLWNB999999999XKBRHUD99C99999999NKZKEKWLDKMJCI9N9XQOLWEPAYWSH9999999999999999999999999KDDTGZLIPBNZKMLTOLOXQVNGLASESDQVPTXALEKRMIOHQLUHD9ELQDBQETS9QFGTYOYWLNTSKKMVJAUXSIROUICDOXKSYZTDPEDKOQENTJOWJONDEWROCEJIEWFWLUAACVSJFTMCHHXJBJRKAAPUDXXVXFWP9X9999IROUICDOXKSYZTDPEDKOQENTJOWJONDEWROCEJIEWFWLUAACVSJFTMCHHXJBJRKAAPUDXXVXFWP9X9999"]}'
@Headers(value={"Content-Type: application/json","User-Agent: JOTA-API wrapper"})
- @POST(value="./")
-retrofit2.Call<StoreTransactionsResponse> storeTransactions(@Body
- IotaStoreTransactionsRequest request)
-
- curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'
- -d '{"command": "storeTransactions", "trytes": ["BYSWEAUTWXHXZ9YBZISEK9LUHWGMHXCGEVNZHRLUWQFCUSDXZHOFHWHL9MQPVJXXZLIXPXPXF9KYEREFSKCPKYIIKPZVLHUTDFQKKVVBBN9ATTLPCNPJDWDEVIYYLGPZGCWXOBDXMLJC9VO9QXTTBLAXTTBFUAROYEGQIVB9MJWJKXJMCUPTWAUGFZBTZCSJVRBGMYXTVBDDS9MYUJCPZ9YDWWQNIPUAIJXXSNLKUBSCOIJPCLEFPOXFJREXQCUVUMKSDOVQGGHRNILCO9GNCLWFM9APMNMWYASHXQAYBEXF9QRIHIBHYEJOYHRQJAOKAQ9AJJFQ9WEIWIJOTZATIBOXQLBMIJU9PCGBLVDDVFP9CFFSXTDUXMEGOOFXWRTLFGV9XXMYWEMGQEEEDBTIJ9OJOXFAPFQXCDAXOUDMLVYRMRLUDBETOLRJQAEDDLNVIRQJUBZBO9CCFDHIX9MSQCWYAXJVWHCUPTRSXJDESISQPRKZAFKFRULCGVRSBLVFOPEYLEE99JD9SEBALQINPDAZHFAB9RNBH9AZWIJOTLBZVIEJIAYGMC9AZGNFWGRSWAXTYSXVROVNKCOQQIWGPNQZKHUNODGYADPYLZZZUQRTJRTODOUKAOITNOMWNGHJBBA99QUMBHRENGBHTH9KHUAOXBVIVDVYYZMSEYSJWIOGGXZVRGN999EEGQMCOYVJQRIRROMPCQBLDYIGQO9AMORPYFSSUGACOJXGAQSPDY9YWRRPESNXXBDQ9OZOXVIOMLGTSWAMKMTDRSPGJKGBXQIVNRJRFRYEZ9VJDLHIKPSKMYC9YEGHFDS9SGVDHRIXBEMLFIINOHVPXIFAZCJKBHVMQZEVWCOSNWQRDYWVAIBLSCBGESJUIBWZECPUCAYAWMTQKRMCHONIPKJYYTEGZCJYCT9ABRWTJLRQXKMWY9GWZMHYZNWPXULNZAPVQLPMYQZCYNEPOCGOHBJUZLZDPIXVHLDMQYJUUBEDXXPXFLNRGIPWBRNQQZJSGSJTTYHIGGFAWJVXWL9THTPWOOHTNQWCNYOYZXALHAZXVMIZE9WMQUDCHDJMIBWKTYH9AC9AFOT9DPCADCV9ZWUTE9QNOMSZPTZDJLJZCJGHXUNBJFUBJWQUEZDMHXGBPTNSPZBR9TGSKVOHMOQSWPGFLSWNESFKSAZY9HHERAXALZCABFYPOVLAHMIHVDBGKUMDXC9WHHTIRYHZVWNXSVQUWCR9M9RAGMFEZZKZ9XEOQGOSLFQCHHOKLDSA9QCMDGCGMRYJZLBVIFOLBIJPROKMHOYTBTJIWUZWJMCTKCJKKTR9LCVYPVJI9AHGI9JOWMIWZAGMLDFJA9WU9QAMEFGABIBEZNNAL9OXSBFLOEHKDGHWFQSHMPLYFCNXAAZYJLMQDEYRGL9QKCEUEJ9LLVUOINVSZZQHCIKPAGMT9CAYIIMTTBCPKWTYHOJIIY9GYNPAJNUJ9BKYYXSV9JSPEXYMCFAIKTGNRSQGUNIYZCRT9FOWENSZQPD9ALUPYYAVICHVYELYFPUYDTWUSWNIYFXPX9MICCCOOZIWRNJIDALWGWRATGLJXNAYTNIZWQ9YTVDBOFZRKO9CFWRPAQQRXTPACOWCPRLYRYSJARRKSQPR9TCFXDVIXLP9XVL99ERRDSOHBFJDJQQGGGCZNDQ9NYCTQJWVZIAELCRBJJFDMCNZU9FIZRPGNURTXOCDSQGXTQHKHUECGWFUUYS9J9NYQ9U9P9UUP9YMZHWWWCIASCFLCMSKTELZWUGCDE9YOKVOVKTAYPHDF9ZCCQAYPJIJNGSHUIHHCOSSOOBUDOKE9CJZGYSSGNCQJVBEFTZFJ9SQUHOASKRRGBSHWKBCBWBTJHOGQ9WOMQFHWJVEG9NYX9KWBTCAIXNXHEBDIOFO9ALYMFGRICLCKKLG9FOBOX9PDWNQRGHBKHGKKRLWTBEQMCWQRLHAVYYZDIIPKVQTHYTWQMTOACXZOQCDTJTBAAUWXSGJF9PNQIJ9AJRUMUVCPWYVYVARKR9RKGOUHHNKNVGGPDDLGKPQNOYHNKAVVKCXWXOQPZNSLATUJT9AUWRMPPSWHSTTYDFAQDXOCYTZHOYYGAIM9CELMZ9AZPWB9MJXGHOKDNNSZVUDAGXTJJSSZCPZVPZBYNNTUQABSXQWZCHDQSLGK9UOHCFKBIBNETK999999999999999999999999999999999999999999999999999999999999999999999999999999999NOXDXXKUDWLOFJLIPQIBRBMGDYCPGDNLQOLQS99EQYKBIU9VHCJVIPFUYCQDNY9APGEVYLCENJIOBLWNB999999999XKBRHUD99C99999999NKZKEKWLDKMJCI9N9XQOLWEPAYWSH9999999999999999999999999KDDTGZLIPBNZKMLTOLOXQVNGLASESDQVPTXALEKRMIOHQLUHD9ELQDBQETS9QFGTYOYWLNTSKKMVJAUXSIROUICDOXKSYZTDPEDKOQENTJOWJONDEWROCEJIEWFWLUAACVSJFTMCHHXJBJRKAAPUDXXVXFWP9X9999IROUICDOXKSYZTDPEDKOQENTJOWJONDEWROCEJIEWFWLUAACVSJFTMCHHXJBJRKAAPUDXXVXFWP9X9999"]}'
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/IotaLocalPoW.html b/javadoc/jota/IotaLocalPoW.html deleted file mode 100644 index a08614f..0000000 --- a/javadoc/jota/IotaLocalPoW.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -public interface IotaLocalPoW
-| Modifier and Type | -Method and Description | -
|---|---|
String |
-performPoW(String trytes,
- int minWeightMagnitude) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPI.Builder.html b/javadoc/jota/class-use/IotaAPI.Builder.html deleted file mode 100644 index 779b711..0000000 --- a/javadoc/jota/class-use/IotaAPI.Builder.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IotaAPI.Builder |
-IotaAPI.Builder.withCustomCurl(ICurl curl) |
-
| Constructor and Description | -
|---|
IotaAPI(IotaAPI.Builder builder) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPI.html b/javadoc/jota/class-use/IotaAPI.html deleted file mode 100644 index 0e70cca..0000000 --- a/javadoc/jota/class-use/IotaAPI.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPICommands.html b/javadoc/jota/class-use/IotaAPICommands.html deleted file mode 100644 index 6327372..0000000 --- a/javadoc/jota/class-use/IotaAPICommands.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
static IotaAPICommands |
-IotaAPICommands.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IotaAPICommands[] |
-IotaAPICommands.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| Constructor and Description | -
|---|
IotaCommandRequest(IotaAPICommands command)
-Initializes a new instance of the IotaCommandRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPICore.Builder.html b/javadoc/jota/class-use/IotaAPICore.Builder.html deleted file mode 100644 index a805644..0000000 --- a/javadoc/jota/class-use/IotaAPICore.Builder.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Class and Description | -
|---|---|
static class |
-IotaAPICore.Builder<T extends IotaAPICore.Builder<T>> |
-
| Modifier and Type | -Class and Description | -
|---|---|
static class |
-IotaAPI.Builder |
-
| Constructor and Description | -
|---|
IotaAPICore(IotaAPICore.Builder builder)
-Build the API core.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPICore.html b/javadoc/jota/class-use/IotaAPICore.html deleted file mode 100644 index 07f4c4f..0000000 --- a/javadoc/jota/class-use/IotaAPICore.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-IotaAPI
-IotaAPI Builder.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
IotaAPICore |
-IotaAPICore.Builder.build() |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaAPIService.html b/javadoc/jota/class-use/IotaAPIService.html deleted file mode 100644 index 883f815..0000000 --- a/javadoc/jota/class-use/IotaAPIService.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/class-use/IotaLocalPoW.html b/javadoc/jota/class-use/IotaLocalPoW.html deleted file mode 100644 index 1169fa1..0000000 --- a/javadoc/jota/class-use/IotaLocalPoW.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| cfb.pearldiver | -- |
| jota | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-PearlDiverLocalPoW
-Perform local PoW using Come-from-Beyond's PearlDiver implementation.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
T |
-IotaAPICore.Builder.localPoW(IotaLocalPoW localPoW) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaAttachToTangleRequest.html b/javadoc/jota/dto/request/IotaAttachToTangleRequest.html deleted file mode 100644 index 3d2993b..0000000 --- a/javadoc/jota/dto/request/IotaAttachToTangleRequest.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - -public class IotaAttachToTangleRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaAttachToTangleRequest |
-createAttachToTangleRequest(String trunkTransaction,
- String branchTransaction,
- Integer minWeightMagnitude,
- String... trytes)
-Create a new instance of the IotaAttachedToTangleRequest class.
- |
-
String |
-getBranchTransaction()
-Gets the branch transaction.
- |
-
Integer |
-getMinWeightMagnitude()
-Gets the min weight magnitude.
- |
-
String |
-getTrunkTransaction()
-Gets the trunk transaction.
- |
-
String[] |
-getTrytes()
-Gets the trytes.
- |
-
void |
-setBranchTransaction(String branchTransaction)
-Sets the branch transaction.
- |
-
void |
-setMinWeightMagnitude(Integer minWeightMagnitude)
-Sets the min weight magnitude.
- |
-
void |
-setTrunkTransaction(String trunkTransaction)
-Sets the trunk transaction.
- |
-
void |
-setTrytes(String[] trytes)
-Sets the trytes.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaAttachToTangleRequest createAttachToTangleRequest(String trunkTransaction, - String branchTransaction, - Integer minWeightMagnitude, - String... trytes)-
public String getTrunkTransaction()-
public void setTrunkTransaction(String trunkTransaction)-
trunkTransaction - The trunk transaction.public String getBranchTransaction()-
public void setBranchTransaction(String branchTransaction)-
branchTransaction - the branch transaction.public Integer getMinWeightMagnitude()-
public void setMinWeightMagnitude(Integer minWeightMagnitude)-
minWeightMagnitude - The min weight magnitude.public String[] getTrytes()-
public void setTrytes(String[] trytes)-
trytes - The trytes.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaBroadcastTransactionRequest.html b/javadoc/jota/dto/request/IotaBroadcastTransactionRequest.html deleted file mode 100644 index daab0fe..0000000 --- a/javadoc/jota/dto/request/IotaBroadcastTransactionRequest.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - -public class IotaBroadcastTransactionRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaBroadcastTransactionRequest |
-createBroadcastTransactionsRequest(String... trytes)
-Initializes a new instance of the IotaBroadcastTransactionRequest class.
- |
-
String[] |
-getTrytes()
-Gets the trytes.
- |
-
void |
-setTrytes(String[] trytes)
-Sets the trytes.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaBroadcastTransactionRequest createBroadcastTransactionsRequest(String... trytes)-
public String[] getTrytes()-
public void setTrytes(String[] trytes)-
trytes - The trytes.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaCommandRequest.html b/javadoc/jota/dto/request/IotaCommandRequest.html deleted file mode 100644 index 75da74e..0000000 --- a/javadoc/jota/dto/request/IotaCommandRequest.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -public class IotaCommandRequest -extends Object-
| Modifier | -Constructor and Description | -
|---|---|
protected |
-IotaCommandRequest(IotaAPICommands command)
-Initializes a new instance of the IotaCommandRequest class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaCommandRequest |
-createGetNeighborsRequest()
-Gets the neighbours of the node.
- |
-
static IotaCommandRequest |
-createGetTipsRequest()
-Gets the tips of the node.
- |
-
static IotaCommandRequest |
-createInterruptAttachToTangleRequest()
-Interrupt attaching to the tangle
- |
-
static IotaCommandRequest |
-createNodeInfoRequest()
-Get information about the node.
- |
-
protected IotaCommandRequest(IotaAPICommands command)-
public static IotaCommandRequest createNodeInfoRequest()-
public static IotaCommandRequest createGetTipsRequest()-
public static IotaCommandRequest createGetNeighborsRequest()-
public static IotaCommandRequest createInterruptAttachToTangleRequest()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaFindTransactionsRequest.html b/javadoc/jota/dto/request/IotaFindTransactionsRequest.html deleted file mode 100644 index 12176a4..0000000 --- a/javadoc/jota/dto/request/IotaFindTransactionsRequest.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - -public class IotaFindTransactionsRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
IotaFindTransactionsRequest |
-byAddresses(String... addresses)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-byApprovees(String... approvees)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-byBundles(String... bundles)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-byTags(String... tags)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
static IotaFindTransactionsRequest |
-createFindTransactionRequest()
-Create a new instance of the IotaFindTransactionsRequest class.
- |
-
String[] |
-getAddresses()
-Gets the addresses.
- |
-
String[] |
-getApprovees()
-Gets the approvees.
- |
-
String[] |
-getBundles()
-Gets the bundles.
- |
-
String[] |
-getTags()
-Gets the tags.
- |
-
void |
-setAddresses(String[] addresses)
-Sets the addresses.
- |
-
void |
-setApprovees(String[] approvees)
-Sets the approvees.
- |
-
void |
-setBundles(String[] bundles)
-Sets the bundles.
- |
-
void |
-setTags(String[] tags)
-Sets the tags.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaFindTransactionsRequest createFindTransactionRequest()-
public IotaFindTransactionsRequest byBundles(String... bundles)-
public IotaFindTransactionsRequest byAddresses(String... addresses)-
public IotaFindTransactionsRequest byTags(String... tags)-
public IotaFindTransactionsRequest byApprovees(String... approvees)-
public String[] getBundles()-
public void setBundles(String[] bundles)-
bundles - The bundles.public String[] getAddresses()-
public void setAddresses(String[] addresses)-
addresses - The addresses.public String[] getTags()-
public void setTags(String[] tags)-
tags - The tags.public String[] getApprovees()-
public void setApprovees(String[] approvees)-
approvees - The approvees.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaGetBalancesRequest.html b/javadoc/jota/dto/request/IotaGetBalancesRequest.html deleted file mode 100644 index 629ccd1..0000000 --- a/javadoc/jota/dto/request/IotaGetBalancesRequest.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -public class IotaGetBalancesRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetBalancesRequest |
-createIotaGetBalancesRequest(Integer threshold,
- String... addresses)
-Create a new instance of the IotaGetBalancesRequest class.
- |
-
String[] |
-getAddresses()
-Gets the addresses.
- |
-
Integer |
-getThreshold()
-Gets the threshold.
- |
-
void |
-setAddresses(String[] addresses)
-Sets the addresses.
- |
-
void |
-setThreshold(Integer threshold)
-Sets the threshold.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaGetBalancesRequest createIotaGetBalancesRequest(Integer threshold, - String... addresses)-
public String[] getAddresses()-
public void setAddresses(String[] addresses)-
addresses - The addresses.public Integer getThreshold()-
public void setThreshold(Integer threshold)-
threshold - The threshold.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaGetInclusionStateRequest.html b/javadoc/jota/dto/request/IotaGetInclusionStateRequest.html deleted file mode 100644 index 95197a6..0000000 --- a/javadoc/jota/dto/request/IotaGetInclusionStateRequest.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -public class IotaGetInclusionStateRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetInclusionStateRequest |
-createGetInclusionStateRequest(Collection<String> transactions,
- Collection<String> tips)
-Create a new instance of the IotaGetInclusionStateRequest class.
- |
-
static IotaGetInclusionStateRequest |
-createGetInclusionStateRequest(String[] transactions,
- String[] tips)
-Create a new instance of the IotaGetInclusionStateRequest class.
- |
-
String[] |
-getTips()
-Gets the tips.
- |
-
String[] |
-getTransactions()
-Gets the transactions.
- |
-
void |
-setTips(String[] tips)
-Sets the tips.
- |
-
void |
-setTransactions(String[] transactions)
-Sets the transactions.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaGetInclusionStateRequest createGetInclusionStateRequest(String[] transactions, - String[] tips)-
public static IotaGetInclusionStateRequest createGetInclusionStateRequest(Collection<String> transactions, - Collection<String> tips)-
public String[] getTransactions()-
public void setTransactions(String[] transactions)-
transactions - The transactions.public String[] getTips()-
public void setTips(String[] tips)-
tips - The tips.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaGetTransactionsToApproveRequest.html b/javadoc/jota/dto/request/IotaGetTransactionsToApproveRequest.html deleted file mode 100644 index 7391337..0000000 --- a/javadoc/jota/dto/request/IotaGetTransactionsToApproveRequest.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class IotaGetTransactionsToApproveRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetTransactionsToApproveRequest |
-createIotaGetTransactionsToApproveRequest(Integer depth)
-Create a new instance of the IotaGetTransactionsToApproveRequest class.
- |
-
Integer |
-getDepth()
-Gets the depth.
- |
-
void |
-setDepth(Integer depth)
-Sets the depth.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaGetTransactionsToApproveRequest createIotaGetTransactionsToApproveRequest(Integer depth)-
public Integer getDepth()-
public void setDepth(Integer depth)-
depth - The depth.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaGetTrytesRequest.html b/javadoc/jota/dto/request/IotaGetTrytesRequest.html deleted file mode 100644 index 0ade38e..0000000 --- a/javadoc/jota/dto/request/IotaGetTrytesRequest.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class IotaGetTrytesRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetTrytesRequest |
-createGetTrytesRequest(String... hashes)
-Create a new instance of the IotaGetTrytesRequest class.
- |
-
String[] |
-getHashes()
-Gets the hashes.
- |
-
void |
-setHashes(String[] hashes)
-Sets the hashes.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaGetTrytesRequest createGetTrytesRequest(String... hashes)-
public String[] getHashes()-
public void setHashes(String[] hashes)-
hashes - The hashes.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaNeighborsRequest.html b/javadoc/jota/dto/request/IotaNeighborsRequest.html deleted file mode 100644 index 3443dd0..0000000 --- a/javadoc/jota/dto/request/IotaNeighborsRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class IotaNeighborsRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaNeighborsRequest |
-createAddNeighborsRequest(String... uris)
-Create a new instance of the IotaNeighborsRequest class.
- |
-
static IotaNeighborsRequest |
-createRemoveNeighborsRequest(String... uris)
-Create a new instance of the IotaNeighborsRequest class.
- |
-
String[] |
-getUris()
-Gets the uris.
- |
-
void |
-setUris(String[] uris)
-Sets the uris.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaNeighborsRequest createAddNeighborsRequest(String... uris)-
public static IotaNeighborsRequest createRemoveNeighborsRequest(String... uris)-
public String[] getUris()-
public void setUris(String[] uris)-
uris - The uris.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/IotaStoreTransactionsRequest.html b/javadoc/jota/dto/request/IotaStoreTransactionsRequest.html deleted file mode 100644 index 9179aa2..0000000 --- a/javadoc/jota/dto/request/IotaStoreTransactionsRequest.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - -public class IotaStoreTransactionsRequest -extends IotaCommandRequest-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaStoreTransactionsRequest |
-createStoreTransactionsRequest(String... trytes)
-Create a new instance of the IotaStoreTransactionsRequest class.
- |
-
String[] |
-getTrytes()
-Gets the trytes.
- |
-
void |
-setTrytes(String[] trytes)
-Sets the trytes.
- |
-
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaStoreTransactionsRequest createStoreTransactionsRequest(String... trytes)-
public String[] getTrytes()-
public void setTrytes(String[] trytes)-
trytes - The trytes.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaAttachToTangleRequest.html b/javadoc/jota/dto/request/class-use/IotaAttachToTangleRequest.html deleted file mode 100644 index cbbed54..0000000 --- a/javadoc/jota/dto/request/class-use/IotaAttachToTangleRequest.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetAttachToTangleResponse> |
-IotaAPIService.attachToTangle(IotaAttachToTangleRequest request)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaAttachToTangleRequest |
-IotaAttachToTangleRequest.createAttachToTangleRequest(String trunkTransaction,
- String branchTransaction,
- Integer minWeightMagnitude,
- String... trytes)
-Create a new instance of the IotaAttachedToTangleRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaBroadcastTransactionRequest.html b/javadoc/jota/dto/request/class-use/IotaBroadcastTransactionRequest.html deleted file mode 100644 index c8e7205..0000000 --- a/javadoc/jota/dto/request/class-use/IotaBroadcastTransactionRequest.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<BroadcastTransactionsResponse> |
-IotaAPIService.broadcastTransactions(IotaBroadcastTransactionRequest request)
-Broadcast a list of transactions to all neighbors.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaBroadcastTransactionRequest |
-IotaBroadcastTransactionRequest.createBroadcastTransactionsRequest(String... trytes)
-Initializes a new instance of the IotaBroadcastTransactionRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaCommandRequest.html b/javadoc/jota/dto/request/class-use/IotaCommandRequest.html deleted file mode 100644 index dab0543..0000000 --- a/javadoc/jota/dto/request/class-use/IotaCommandRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetNeighborsResponse> |
-IotaAPIService.getNeighbors(IotaCommandRequest request)
-Get the list of neighbors from the node.
- |
-
retrofit2.Call<GetNodeInfoResponse> |
-IotaAPIService.getNodeInfo(IotaCommandRequest request)
-Returns information about the node.
- |
-
retrofit2.Call<GetTipsResponse> |
-IotaAPIService.getTips(IotaCommandRequest request)
-Get the list of latest tips (unconfirmed transactions).
- |
-
retrofit2.Call<InterruptAttachingToTangleResponse> |
-IotaAPIService.interruptAttachingToTangle(IotaCommandRequest request)
-Interrupts and completely aborts the attachToTangle process.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-IotaAttachToTangleRequest
-This class represents the core API request 'attachToTangle'.
- |
-
class |
-IotaBroadcastTransactionRequest
-This class represents the core API request 'broadcastTransaction'.
- |
-
class |
-IotaFindTransactionsRequest
-This class represents the core api request 'findTransactions'.
- |
-
class |
-IotaGetBalancesRequest
-This class represents the core api request 'getBalances'.
- |
-
class |
-IotaGetInclusionStateRequest
-This class represents the core API request 'getInclusionStates'.
- |
-
class |
-IotaGetTransactionsToApproveRequest
-This class represents the core API request 'getTransactionsToApprove'.
- |
-
class |
-IotaGetTrytesRequest
-This class represents the core API request 'getTrytes'.
- |
-
class |
-IotaNeighborsRequest
-This class represents the core API request 'addNeighbors' and 'removeNeighbors'.
- |
-
class |
-IotaStoreTransactionsRequest
-This class represents the core API request 'getTransactionsToApprove'.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaCommandRequest |
-IotaCommandRequest.createGetNeighborsRequest()
-Gets the neighbours of the node.
- |
-
static IotaCommandRequest |
-IotaCommandRequest.createGetTipsRequest()
-Gets the tips of the node.
- |
-
static IotaCommandRequest |
-IotaCommandRequest.createInterruptAttachToTangleRequest()
-Interrupt attaching to the tangle
- |
-
static IotaCommandRequest |
-IotaCommandRequest.createNodeInfoRequest()
-Get information about the node.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaFindTransactionsRequest.html b/javadoc/jota/dto/request/class-use/IotaFindTransactionsRequest.html deleted file mode 100644 index 8400797..0000000 --- a/javadoc/jota/dto/request/class-use/IotaFindTransactionsRequest.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<FindTransactionResponse> |
-IotaAPIService.findTransactions(IotaFindTransactionsRequest request)
-Find the transactions which match the specified input and return.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
IotaFindTransactionsRequest |
-IotaFindTransactionsRequest.byAddresses(String... addresses)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-IotaFindTransactionsRequest.byApprovees(String... approvees)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-IotaFindTransactionsRequest.byBundles(String... bundles)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
IotaFindTransactionsRequest |
-IotaFindTransactionsRequest.byTags(String... tags)
-Initializes a new instance of the IotaFindTransactionsRequest class.
- |
-
static IotaFindTransactionsRequest |
-IotaFindTransactionsRequest.createFindTransactionRequest()
-Create a new instance of the IotaFindTransactionsRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaGetBalancesRequest.html b/javadoc/jota/dto/request/class-use/IotaGetBalancesRequest.html deleted file mode 100644 index 278cf2c..0000000 --- a/javadoc/jota/dto/request/class-use/IotaGetBalancesRequest.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetBalancesResponse> |
-IotaAPIService.getBalances(IotaGetBalancesRequest request)
-It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetBalancesRequest |
-IotaGetBalancesRequest.createIotaGetBalancesRequest(Integer threshold,
- String... addresses)
-Create a new instance of the IotaGetBalancesRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaGetInclusionStateRequest.html b/javadoc/jota/dto/request/class-use/IotaGetInclusionStateRequest.html deleted file mode 100644 index f6ec489..0000000 --- a/javadoc/jota/dto/request/class-use/IotaGetInclusionStateRequest.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetInclusionStateResponse> |
-IotaAPIService.getInclusionStates(IotaGetInclusionStateRequest request)
-Get the inclusion states of a set of transactions.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetInclusionStateRequest |
-IotaGetInclusionStateRequest.createGetInclusionStateRequest(Collection<String> transactions,
- Collection<String> tips)
-Create a new instance of the IotaGetInclusionStateRequest class.
- |
-
static IotaGetInclusionStateRequest |
-IotaGetInclusionStateRequest.createGetInclusionStateRequest(String[] transactions,
- String[] tips)
-Create a new instance of the IotaGetInclusionStateRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaGetTransactionsToApproveRequest.html b/javadoc/jota/dto/request/class-use/IotaGetTransactionsToApproveRequest.html deleted file mode 100644 index f459d03..0000000 --- a/javadoc/jota/dto/request/class-use/IotaGetTransactionsToApproveRequest.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetTransactionsToApproveResponse> |
-IotaAPIService.getTransactionsToApprove(IotaGetTransactionsToApproveRequest request)
-Tip selection which returns trunkTransaction and branchTransaction.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetTransactionsToApproveRequest |
-IotaGetTransactionsToApproveRequest.createIotaGetTransactionsToApproveRequest(Integer depth)
-Create a new instance of the IotaGetTransactionsToApproveRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaGetTrytesRequest.html b/javadoc/jota/dto/request/class-use/IotaGetTrytesRequest.html deleted file mode 100644 index 9a06f7a..0000000 --- a/javadoc/jota/dto/request/class-use/IotaGetTrytesRequest.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetTrytesResponse> |
-IotaAPIService.getTrytes(IotaGetTrytesRequest request)
-Returns the raw trytes data of a transaction.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaGetTrytesRequest |
-IotaGetTrytesRequest.createGetTrytesRequest(String... hashes)
-Create a new instance of the IotaGetTrytesRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaNeighborsRequest.html b/javadoc/jota/dto/request/class-use/IotaNeighborsRequest.html deleted file mode 100644 index 5e63302..0000000 --- a/javadoc/jota/dto/request/class-use/IotaNeighborsRequest.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<AddNeighborsResponse> |
-IotaAPIService.addNeighbors(IotaNeighborsRequest request)
-Add a list of neighbors to the node.
- |
-
retrofit2.Call<RemoveNeighborsResponse> |
-IotaAPIService.removeNeighbors(IotaNeighborsRequest request)
-Removes a list of neighbors from the node.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaNeighborsRequest |
-IotaNeighborsRequest.createAddNeighborsRequest(String... uris)
-Create a new instance of the IotaNeighborsRequest class.
- |
-
static IotaNeighborsRequest |
-IotaNeighborsRequest.createRemoveNeighborsRequest(String... uris)
-Create a new instance of the IotaNeighborsRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/class-use/IotaStoreTransactionsRequest.html b/javadoc/jota/dto/request/class-use/IotaStoreTransactionsRequest.html deleted file mode 100644 index d8ae386..0000000 --- a/javadoc/jota/dto/request/class-use/IotaStoreTransactionsRequest.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<StoreTransactionsResponse> |
-IotaAPIService.storeTransactions(IotaStoreTransactionsRequest request)
-Store transactions into the local storage.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IotaStoreTransactionsRequest |
-IotaStoreTransactionsRequest.createStoreTransactionsRequest(String... trytes)
-Create a new instance of the IotaStoreTransactionsRequest class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/package-frame.html b/javadoc/jota/dto/request/package-frame.html deleted file mode 100644 index 9bcae1e..0000000 --- a/javadoc/jota/dto/request/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| IotaAttachToTangleRequest | -
- This class represents the core API request 'attachToTangle'.
- |
-
| IotaBroadcastTransactionRequest | -
- This class represents the core API request 'broadcastTransaction'.
- |
-
| IotaCommandRequest | -
- This class represents the core api request 'getNodeInfo', 'getNeighbors' and 'interruptAttachToTangle'.
- |
-
| IotaFindTransactionsRequest | -
- This class represents the core api request 'findTransactions'.
- |
-
| IotaGetBalancesRequest | -
- This class represents the core api request 'getBalances'.
- |
-
| IotaGetInclusionStateRequest | -
- This class represents the core API request 'getInclusionStates'.
- |
-
| IotaGetTransactionsToApproveRequest | -
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
| IotaGetTrytesRequest | -
- This class represents the core API request 'getTrytes'.
- |
-
| IotaNeighborsRequest | -
- This class represents the core API request 'addNeighbors' and 'removeNeighbors'.
- |
-
| IotaStoreTransactionsRequest | -
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/package-tree.html b/javadoc/jota/dto/request/package-tree.html deleted file mode 100644 index 7fb1381..0000000 --- a/javadoc/jota/dto/request/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/request/package-use.html b/javadoc/jota/dto/request/package-use.html deleted file mode 100644 index 01ecdf5..0000000 --- a/javadoc/jota/dto/request/package-use.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.request | -- |
| Class and Description | -
|---|
| IotaAttachToTangleRequest
- This class represents the core API request 'attachToTangle'.
- |
-
| IotaBroadcastTransactionRequest
- This class represents the core API request 'broadcastTransaction'.
- |
-
| IotaCommandRequest
- This class represents the core api request 'getNodeInfo', 'getNeighbors' and 'interruptAttachToTangle'.
- |
-
| IotaFindTransactionsRequest
- This class represents the core api request 'findTransactions'.
- |
-
| IotaGetBalancesRequest
- This class represents the core api request 'getBalances'.
- |
-
| IotaGetInclusionStateRequest
- This class represents the core API request 'getInclusionStates'.
- |
-
| IotaGetTransactionsToApproveRequest
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
| IotaGetTrytesRequest
- This class represents the core API request 'getTrytes'.
- |
-
| IotaNeighborsRequest
- This class represents the core API request 'addNeighbors' and 'removeNeighbors'.
- |
-
| IotaStoreTransactionsRequest
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
| Class and Description | -
|---|
| IotaAttachToTangleRequest
- This class represents the core API request 'attachToTangle'.
- |
-
| IotaBroadcastTransactionRequest
- This class represents the core API request 'broadcastTransaction'.
- |
-
| IotaCommandRequest
- This class represents the core api request 'getNodeInfo', 'getNeighbors' and 'interruptAttachToTangle'.
- |
-
| IotaFindTransactionsRequest
- This class represents the core api request 'findTransactions'.
- |
-
| IotaGetBalancesRequest
- This class represents the core api request 'getBalances'.
- |
-
| IotaGetInclusionStateRequest
- This class represents the core API request 'getInclusionStates'.
- |
-
| IotaGetTransactionsToApproveRequest
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
| IotaGetTrytesRequest
- This class represents the core API request 'getTrytes'.
- |
-
| IotaNeighborsRequest
- This class represents the core API request 'addNeighbors' and 'removeNeighbors'.
- |
-
| IotaStoreTransactionsRequest
- This class represents the core API request 'getTransactionsToApprove'.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/AbstractResponse.html b/javadoc/jota/dto/response/AbstractResponse.html deleted file mode 100644 index 6209201..0000000 --- a/javadoc/jota/dto/response/AbstractResponse.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - -public abstract class AbstractResponse -extends Object-
| Constructor and Description | -
|---|
AbstractResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
boolean |
-equals(Object obj) |
-
Long |
-getDuration()
-Gets the duration.
- |
-
int |
-hashCode() |
-
void |
-setDuration(Long duration)
-Sets the duration.
- |
-
String |
-toString()
-Returns a String that represents this object.
- |
-
public Long getDuration()-
public void setDuration(Long duration)-
duration - The durationpublic String toString()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/AddNeighborsResponse.html b/javadoc/jota/dto/response/AddNeighborsResponse.html deleted file mode 100644 index d2e6dd9..0000000 --- a/javadoc/jota/dto/response/AddNeighborsResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class AddNeighborsResponse -extends AbstractResponse-
IotaNeighborsRequest.| Constructor and Description | -
|---|
AddNeighborsResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
int |
-getAddedNeighbors()
-Gets the number of added neighbors.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/AnalyzeTransactionResponse.html b/javadoc/jota/dto/response/AnalyzeTransactionResponse.html deleted file mode 100644 index 8cdfc1e..0000000 --- a/javadoc/jota/dto/response/AnalyzeTransactionResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class AnalyzeTransactionResponse -extends AbstractResponse-
IotaGetBalancesRequest.| Constructor and Description | -
|---|
AnalyzeTransactionResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Transaction> |
-getTransactions()
-Gets the transactions.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/BroadcastTransactionsResponse.html b/javadoc/jota/dto/response/BroadcastTransactionsResponse.html deleted file mode 100644 index 44eaa5e..0000000 --- a/javadoc/jota/dto/response/BroadcastTransactionsResponse.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -public class BroadcastTransactionsResponse -extends AbstractResponse-
IotaBroadcastTransactionRequest.| Constructor and Description | -
|---|
BroadcastTransactionsResponse() |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/FindTransactionResponse.html b/javadoc/jota/dto/response/FindTransactionResponse.html deleted file mode 100644 index 306ebf2..0000000 --- a/javadoc/jota/dto/response/FindTransactionResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class FindTransactionResponse -extends AbstractResponse-
IotaFindTransactionsRequest.| Constructor and Description | -
|---|
FindTransactionResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String[] |
-getHashes()
-Gets the hashes.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetAccountDataResponse.html b/javadoc/jota/dto/response/GetAccountDataResponse.html deleted file mode 100644 index 93dea6b..0000000 --- a/javadoc/jota/dto/response/GetAccountDataResponse.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -public class GetAccountDataResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
GetAccountDataResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetAccountDataResponse |
-create(List<String> addresses,
- Bundle[] transferBundle,
- List<Input> inputs,
- long balance,
- long duration)
-Initializes a new instance of the GetAccountDataResponse class.
- |
-
List<String> |
-getAddresses()
-Gets the addresses.
- |
-
long |
-getBalance()
-Gets the balance.
- |
-
List<Input> |
-getInput()
-Gets the inputs.
- |
-
Bundle[] |
-getTransfers()
-Gets the transfers.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic GetAccountDataResponse()-
public static GetAccountDataResponse create(List<String> addresses, - Bundle[] transferBundle, - List<Input> inputs, - long balance, - long duration)-
public List<String> getAddresses()-
public Bundle[] getTransfers()-
public long getBalance()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetAttachToTangleResponse.html b/javadoc/jota/dto/response/GetAttachToTangleResponse.html deleted file mode 100644 index 3df63cd..0000000 --- a/javadoc/jota/dto/response/GetAttachToTangleResponse.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class GetAttachToTangleResponse -extends AbstractResponse-
IotaAttachToTangleRequest.| Constructor and Description | -
|---|
GetAttachToTangleResponse(long duration)
-Initializes a new instance of the GetAttachToTangleResponse class.
- |
-
GetAttachToTangleResponse(String[] trytes)
-Initializes a new instance of the GetAttachToTangleResponse class with the given trytes.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String[] |
-getTrytes()
-Gets the rytes.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic GetAttachToTangleResponse(long duration)-
public GetAttachToTangleResponse(String[] trytes)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetBalancesAndFormatResponse.html b/javadoc/jota/dto/response/GetBalancesAndFormatResponse.html deleted file mode 100644 index 68efe23..0000000 --- a/javadoc/jota/dto/response/GetBalancesAndFormatResponse.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -public class GetBalancesAndFormatResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
GetBalancesAndFormatResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetBalancesAndFormatResponse |
-create(List<Input> inputs,
- long totalBalance,
- long duration)
-Initializes a new instance of the GetBalancesAndFormatResponse class.
- |
-
List<Input> |
-getInputs()
-Gets the input.
- |
-
long |
-getTotalBalance()
-Gets the total balance.
- |
-
void |
-setInputs(List<Input> input)
-Sets the input.
- |
-
void |
-setTotalBalance(long totalBalance)
-Sets the total balance.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic GetBalancesAndFormatResponse()-
public static GetBalancesAndFormatResponse create(List<Input> inputs, - long totalBalance, - long duration)-
public void setInputs(List<Input> input)-
input - The input.public long getTotalBalance()-
public void setTotalBalance(long totalBalance)-
totalBalance - The total balance.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetBalancesResponse.html b/javadoc/jota/dto/response/GetBalancesResponse.html deleted file mode 100644 index 0739e9d..0000000 --- a/javadoc/jota/dto/response/GetBalancesResponse.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - -public class GetBalancesResponse -extends AbstractResponse-
IotaGetBalancesRequest.| Constructor and Description | -
|---|
GetBalancesResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String[] |
-getBalances()
-Gets the balances.
- |
-
String |
-getMilestone()
-Gets the milestone.
- |
-
int |
-getMilestoneIndex()
-Gets the milestone index.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic int getMilestoneIndex()-
public String getMilestone()-
public String[] getBalances()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetBundleResponse.html b/javadoc/jota/dto/response/GetBundleResponse.html deleted file mode 100644 index 5ebab40..0000000 --- a/javadoc/jota/dto/response/GetBundleResponse.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class GetBundleResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
GetBundleResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetBundleResponse |
-create(List<Transaction> transactions,
- long duration)
-Initializes a new instance of the GetBundleResponse class.
- |
-
List<Transaction> |
-getTransactions()
-Gets the transactions.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic static GetBundleResponse create(List<Transaction> transactions, - long duration)-
public List<Transaction> getTransactions()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetInclusionStateResponse.html b/javadoc/jota/dto/response/GetInclusionStateResponse.html deleted file mode 100644 index 48dbbbc..0000000 --- a/javadoc/jota/dto/response/GetInclusionStateResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class GetInclusionStateResponse -extends AbstractResponse-
IotaGetInclusionStateRequest.| Constructor and Description | -
|---|
GetInclusionStateResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
boolean[] |
-getStates()
-Gets the states.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetNeighborsResponse.html b/javadoc/jota/dto/response/GetNeighborsResponse.html deleted file mode 100644 index 081f656..0000000 --- a/javadoc/jota/dto/response/GetNeighborsResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class GetNeighborsResponse -extends AbstractResponse-
IotaCommandRequest.| Constructor and Description | -
|---|
GetNeighborsResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Neighbor> |
-getNeighbors()
-Gets the neighbors.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetNewAddressResponse.html b/javadoc/jota/dto/response/GetNewAddressResponse.html deleted file mode 100644 index 3b16f89..0000000 --- a/javadoc/jota/dto/response/GetNewAddressResponse.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class GetNewAddressResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
GetNewAddressResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetNewAddressResponse |
-create(List<String> addresses,
- long duration)
-Initializes a new instance of the GetNewAddressResponse class.
- |
-
List<String> |
-getAddresses()
-Gets the addresses.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetNodeInfoResponse.html b/javadoc/jota/dto/response/GetNodeInfoResponse.html deleted file mode 100644 index 87047bd..0000000 --- a/javadoc/jota/dto/response/GetNodeInfoResponse.html +++ /dev/null @@ -1,595 +0,0 @@ - - - - - - -public class GetNodeInfoResponse -extends AbstractResponse-
IotaNeighborsRequest.| Constructor and Description | -
|---|
GetNodeInfoResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getAppName()
-The name of the IOTA software the node currently running (IRI stands for Initial Reference Implementation).
- |
-
String |
-getAppVersion()
-The version of the IOTA software the node currently running.
- |
-
Integer |
-getJreAvailableProcessors()
-Available cores on the node currently running.
- |
-
long |
-getJreFreeMemory()
-The amount of free memory in the Java Virtual Machine.
- |
-
long |
-getJreMaxMemory()
-The maximum amount of memory that the Java virtual machine will attempt to use.
- |
-
long |
-getJreTotalMemory()
-The total amount of memory in the Java virtual machine.
- |
-
String |
-getJreVersion()
-The version of running java version.
- |
-
String |
-getLatestMilestone()
-Latest milestone that was signed off by the coordinator.
- |
-
int |
-getLatestMilestoneIndex()
-Index of the latest milestone.
- |
-
String |
-getLatestSolidSubtangleMilestone()
-The latest milestone which is solid and is used for sending transactions.
- |
-
int |
-getLatestSolidSubtangleMilestoneIndex()
-Index of the latest solid subtangle.
- |
-
int |
-getNeighbors()
-Number of neighbors the node connected with.
- |
-
int |
-getPacketsQueueSize()
-Packets which are currently queued up.
- |
-
Long |
-getTime()
-Current UNIX timestamp.
- |
-
int |
-getTips()
-Number of tips in the network.
- |
-
int |
-getTransactionsToRequest()
-Transactions to request during syncing process.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic String getAppName()-
public String getAppVersion()-
public String getJreVersion()-
public Integer getJreAvailableProcessors()-
public long getJreFreeMemory()-
public long getJreMaxMemory()-
public long getJreTotalMemory()-
public String getLatestMilestone()-
public int getLatestMilestoneIndex()-
public String getLatestSolidSubtangleMilestone()-
public int getLatestSolidSubtangleMilestoneIndex()-
public int getNeighbors()-
public int getPacketsQueueSize()-
public Long getTime()-
public int getTips()-
public int getTransactionsToRequest()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetTipsResponse.html b/javadoc/jota/dto/response/GetTipsResponse.html deleted file mode 100644 index 586fb47..0000000 --- a/javadoc/jota/dto/response/GetTipsResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class GetTipsResponse -extends AbstractResponse-
IotaCommandRequest.| Constructor and Description | -
|---|
GetTipsResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String[] |
-getHashes()
-Gets the hashes.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetTransactionsToApproveResponse.html b/javadoc/jota/dto/response/GetTransactionsToApproveResponse.html deleted file mode 100644 index 0254026..0000000 --- a/javadoc/jota/dto/response/GetTransactionsToApproveResponse.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -public class GetTransactionsToApproveResponse -extends AbstractResponse-
IotaGetTransactionsToApproveRequest.| Constructor and Description | -
|---|
GetTransactionsToApproveResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getBranchTransaction()
-Gets the branch transaction.
- |
-
String |
-getTrunkTransaction()
-Gets the trunk transaction.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic GetTransactionsToApproveResponse()-
public String getTrunkTransaction()-
public String getBranchTransaction()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetTransferResponse.html b/javadoc/jota/dto/response/GetTransferResponse.html deleted file mode 100644 index 6ba833b..0000000 --- a/javadoc/jota/dto/response/GetTransferResponse.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class GetTransferResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
GetTransferResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetTransferResponse |
-create(Bundle[] transferBundle,
- long duration)
-Initializes a new instance of the GetTransferResponse class.
- |
-
Bundle[] |
-getTransfers()
-Gets the transfer bundle.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic static GetTransferResponse create(Bundle[] transferBundle, - long duration)-
public Bundle[] getTransfers()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/GetTrytesResponse.html b/javadoc/jota/dto/response/GetTrytesResponse.html deleted file mode 100644 index f968809..0000000 --- a/javadoc/jota/dto/response/GetTrytesResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class GetTrytesResponse -extends AbstractResponse-
IotaGetTrytesRequest.| Constructor and Description | -
|---|
GetTrytesResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
String[] |
-getTrytes()
-Gets the trytes.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/InterruptAttachingToTangleResponse.html b/javadoc/jota/dto/response/InterruptAttachingToTangleResponse.html deleted file mode 100644 index bfdc3e2..0000000 --- a/javadoc/jota/dto/response/InterruptAttachingToTangleResponse.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -public class InterruptAttachingToTangleResponse -extends AbstractResponse-
IotaCommandRequest.| Constructor and Description | -
|---|
InterruptAttachingToTangleResponse() |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/RemoveNeighborsResponse.html b/javadoc/jota/dto/response/RemoveNeighborsResponse.html deleted file mode 100644 index ad4adfd..0000000 --- a/javadoc/jota/dto/response/RemoveNeighborsResponse.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class RemoveNeighborsResponse -extends AbstractResponse-
IotaNeighborsRequest.| Constructor and Description | -
|---|
RemoveNeighborsResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
int |
-getRemovedNeighbors()
-Gets the number of removed neighbors.
- |
-
equals, getDuration, hashCode, setDuration, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/ReplayBundleResponse.html b/javadoc/jota/dto/response/ReplayBundleResponse.html deleted file mode 100644 index e9dfacf..0000000 --- a/javadoc/jota/dto/response/ReplayBundleResponse.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - -public class ReplayBundleResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
ReplayBundleResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ReplayBundleResponse |
-create(Boolean[] successfully,
- long duration)
-Initializes a new instance of the ReplayBundleResponse class.
- |
-
Boolean[] |
-getSuccessfully()
-Gets the successfully.
- |
-
void |
-setSuccessfully(Boolean[] successfully)
-Sets the successfully.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic static ReplayBundleResponse create(Boolean[] successfully, - long duration)-
public Boolean[] getSuccessfully()-
public void setSuccessfully(Boolean[] successfully)-
successfully - The successfully.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/SendTransferResponse.html b/javadoc/jota/dto/response/SendTransferResponse.html deleted file mode 100644 index be7b6dc..0000000 --- a/javadoc/jota/dto/response/SendTransferResponse.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -public class SendTransferResponse -extends AbstractResponse-
| Constructor and Description | -
|---|
SendTransferResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SendTransferResponse |
-create(List<Transaction> transactions,
- Boolean[] successfully,
- long duration)
-Initializes a new instance of the SendTransferResponse class.
- |
-
Boolean[] |
-getSuccessfully()
-Gets the successfully.
- |
-
List<Transaction> |
-getTransactions()
-Gets the transactions.
- |
-
void |
-setSuccessfully(Boolean[] successfully)
-Sets the successfully.
- |
-
void |
-setTransactions(List<Transaction> transactions)
-Sets the transactions.
- |
-
equals, getDuration, hashCode, setDuration, toStringpublic static SendTransferResponse create(List<Transaction> transactions, - Boolean[] successfully, - long duration)-
public List<Transaction> getTransactions()-
public void setTransactions(List<Transaction> transactions)-
transactions - The transactions.public Boolean[] getSuccessfully()-
public void setSuccessfully(Boolean[] successfully)-
successfully - The successfully.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/StoreTransactionsResponse.html b/javadoc/jota/dto/response/StoreTransactionsResponse.html deleted file mode 100644 index 64fb2fc..0000000 --- a/javadoc/jota/dto/response/StoreTransactionsResponse.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -public class StoreTransactionsResponse -extends AbstractResponse-
IotaStoreTransactionsRequest.| Constructor and Description | -
|---|
StoreTransactionsResponse(long duration)
-Initializes a new instance of the StoreTransactionsResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/AbstractResponse.html b/javadoc/jota/dto/response/class-use/AbstractResponse.html deleted file mode 100644 index 1bd15fa..0000000 --- a/javadoc/jota/dto/response/class-use/AbstractResponse.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.dto.response | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-AddNeighborsResponse
-Response of
-IotaNeighborsRequest. |
-
class |
-AnalyzeTransactionResponse
-Response of
-IotaGetBalancesRequest. |
-
class |
-BroadcastTransactionsResponse
-Response of
-IotaBroadcastTransactionRequest. |
-
class |
-FindTransactionResponse
-Response of
-IotaFindTransactionsRequest. |
-
class |
-GetAccountDataResponse
-Response of api request 'getAccountData'.
- |
-
class |
-GetAttachToTangleResponse
-Response of
-IotaAttachToTangleRequest. |
-
class |
-GetBalancesAndFormatResponse
-Response of api request 'getBalancesAndFormatResponse'.
- |
-
class |
-GetBalancesResponse
-Response of
-IotaGetBalancesRequest. |
-
class |
-GetBundleResponse
-Response of api request 'getBundle.
- |
-
class |
-GetInclusionStateResponse
-Response of
-IotaGetInclusionStateRequest. |
-
class |
-GetNeighborsResponse
-Response of
-IotaCommandRequest. |
-
class |
-GetNewAddressResponse
-Response of api request 'getNewAddress'.
- |
-
class |
-GetNodeInfoResponse
-Response of
-IotaNeighborsRequest. |
-
class |
-GetTipsResponse
-Response of
-IotaCommandRequest. |
-
class |
-GetTransactionsToApproveResponse
-Response of
-IotaGetTransactionsToApproveRequest. |
-
class |
-GetTransferResponse
-Response of api request 'getTransfer'.
- |
-
class |
-GetTrytesResponse
-Response of
-IotaGetTrytesRequest. |
-
class |
-InterruptAttachingToTangleResponse
-Response of
-IotaCommandRequest. |
-
class |
-RemoveNeighborsResponse
-Response of
-IotaNeighborsRequest. |
-
class |
-ReplayBundleResponse
-Response of api request 'replayBundle'.
- |
-
class |
-SendTransferResponse
-Response of api request 'sendTransfer'.
- |
-
class |
-StoreTransactionsResponse
-Response of
-IotaStoreTransactionsRequest. |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/AddNeighborsResponse.html b/javadoc/jota/dto/response/class-use/AddNeighborsResponse.html deleted file mode 100644 index 7d846c8..0000000 --- a/javadoc/jota/dto/response/class-use/AddNeighborsResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
AddNeighborsResponse |
-IotaAPICore.addNeighbors(String... uris)
-Add a list of neighbors to the node.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<AddNeighborsResponse> |
-IotaAPIService.addNeighbors(IotaNeighborsRequest request)
-Add a list of neighbors to the node.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/AnalyzeTransactionResponse.html b/javadoc/jota/dto/response/class-use/AnalyzeTransactionResponse.html deleted file mode 100644 index 1e35000..0000000 --- a/javadoc/jota/dto/response/class-use/AnalyzeTransactionResponse.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/BroadcastTransactionsResponse.html b/javadoc/jota/dto/response/class-use/BroadcastTransactionsResponse.html deleted file mode 100644 index 6fe8383..0000000 --- a/javadoc/jota/dto/response/class-use/BroadcastTransactionsResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
BroadcastTransactionsResponse |
-IotaAPICore.broadcastTransactions(String... trytes)
-Broadcast a list of transactions to all neighbors.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<BroadcastTransactionsResponse> |
-IotaAPIService.broadcastTransactions(IotaBroadcastTransactionRequest request)
-Broadcast a list of transactions to all neighbors.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/FindTransactionResponse.html b/javadoc/jota/dto/response/class-use/FindTransactionResponse.html deleted file mode 100644 index 66c84f3..0000000 --- a/javadoc/jota/dto/response/class-use/FindTransactionResponse.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
FindTransactionResponse |
-IotaAPICore.findTransactions(String[] addresses,
- String[] tags,
- String[] approvees,
- String[] bundles)
-Find the transactions which match the specified input
- |
-
FindTransactionResponse |
-IotaAPICore.findTransactionsByAddresses(String... addresses)
-Find the transactions by addresses
- |
-
FindTransactionResponse |
-IotaAPICore.findTransactionsByApprovees(String... approvees)
-Find the transactions by approvees
- |
-
FindTransactionResponse |
-IotaAPICore.findTransactionsByBundles(String... bundles)
-Find the transactions by bundles
- |
-
FindTransactionResponse |
-IotaAPICore.findTransactionsByDigests(String... digests)
-Find the transactions by digests
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<FindTransactionResponse> |
-IotaAPIService.findTransactions(IotaFindTransactionsRequest request)
-Find the transactions which match the specified input and return.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetAccountDataResponse.html b/javadoc/jota/dto/response/class-use/GetAccountDataResponse.html deleted file mode 100644 index c59e7ad..0000000 --- a/javadoc/jota/dto/response/class-use/GetAccountDataResponse.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetAccountDataResponse |
-IotaAPI.getAccountData(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll,
- int start,
- int end,
- boolean inclusionStates,
- long threshold)
-Similar to getTransfers, just that it returns additional account data
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetAccountDataResponse |
-GetAccountDataResponse.create(List<String> addresses,
- Bundle[] transferBundle,
- List<Input> inputs,
- long balance,
- long duration)
-Initializes a new instance of the GetAccountDataResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetAttachToTangleResponse.html b/javadoc/jota/dto/response/class-use/GetAttachToTangleResponse.html deleted file mode 100644 index 8de2449..0000000 --- a/javadoc/jota/dto/response/class-use/GetAttachToTangleResponse.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetAttachToTangleResponse |
-IotaAPICore.attachToTangle(String trunkTransaction,
- String branchTransaction,
- Integer minWeightMagnitude,
- String... trytes)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetAttachToTangleResponse> |
-IotaAPIService.attachToTangle(IotaAttachToTangleRequest request)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetBalancesAndFormatResponse.html b/javadoc/jota/dto/response/class-use/GetBalancesAndFormatResponse.html deleted file mode 100644 index 8c7105b..0000000 --- a/javadoc/jota/dto/response/class-use/GetBalancesAndFormatResponse.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetBalancesAndFormatResponse |
-IotaAPI.getBalanceAndFormat(List<String> addresses,
- long threshold,
- int start,
- StopWatch stopWatch,
- int security)
-Gets the balances and formats the output.
- |
-
GetBalancesAndFormatResponse |
-IotaAPI.getInputs(String seed,
- int security,
- int start,
- int end,
- long threshold)
-Gets the inputs of a seed
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetBalancesAndFormatResponse |
-GetBalancesAndFormatResponse.create(List<Input> inputs,
- long totalBalance,
- long duration)
-Initializes a new instance of the GetBalancesAndFormatResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetBalancesResponse.html b/javadoc/jota/dto/response/class-use/GetBalancesResponse.html deleted file mode 100644 index a9df07a..0000000 --- a/javadoc/jota/dto/response/class-use/GetBalancesResponse.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetBalancesResponse |
-IotaAPICore.getBalances(Integer threshold,
- List<String> addresses)
-Similar to getInclusionStates.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetBalancesResponse> |
-IotaAPIService.getBalances(IotaGetBalancesRequest request)
-It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetBundleResponse.html b/javadoc/jota/dto/response/class-use/GetBundleResponse.html deleted file mode 100644 index 6587bcc..0000000 --- a/javadoc/jota/dto/response/class-use/GetBundleResponse.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetBundleResponse |
-IotaAPI.getBundle(String transaction)
-Gets the associated bundle transactions of a single transaction.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetBundleResponse |
-GetBundleResponse.create(List<Transaction> transactions,
- long duration)
-Initializes a new instance of the GetBundleResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetInclusionStateResponse.html b/javadoc/jota/dto/response/class-use/GetInclusionStateResponse.html deleted file mode 100644 index eddf255..0000000 --- a/javadoc/jota/dto/response/class-use/GetInclusionStateResponse.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetInclusionStateResponse |
-IotaAPICore.getInclusionStates(String[] transactions,
- String[] tips)
-Get the inclusion states of a set of transactions.
- |
-
GetInclusionStateResponse |
-IotaAPI.getLatestInclusion(String[] hashes)
-Wrapper function for getNodeInfo and getInclusionStates
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetInclusionStateResponse> |
-IotaAPIService.getInclusionStates(IotaGetInclusionStateRequest request)
-Get the inclusion states of a set of transactions.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetNeighborsResponse.html b/javadoc/jota/dto/response/class-use/GetNeighborsResponse.html deleted file mode 100644 index f703910..0000000 --- a/javadoc/jota/dto/response/class-use/GetNeighborsResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetNeighborsResponse |
-IotaAPICore.getNeighbors()
-Get the list of neighbors from the node.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetNeighborsResponse> |
-IotaAPIService.getNeighbors(IotaCommandRequest request)
-Get the list of neighbors from the node.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetNewAddressResponse.html b/javadoc/jota/dto/response/class-use/GetNewAddressResponse.html deleted file mode 100644 index e29b404..0000000 --- a/javadoc/jota/dto/response/class-use/GetNewAddressResponse.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetNewAddressResponse |
-IotaAPI.getNewAddress(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll)
-Generates a new address from a seed and returns the remainderAddress.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetNewAddressResponse |
-GetNewAddressResponse.create(List<String> addresses,
- long duration)
-Initializes a new instance of the GetNewAddressResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetNodeInfoResponse.html b/javadoc/jota/dto/response/class-use/GetNodeInfoResponse.html deleted file mode 100644 index d9c8a68..0000000 --- a/javadoc/jota/dto/response/class-use/GetNodeInfoResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetNodeInfoResponse |
-IotaAPICore.getNodeInfo()
-Get the node information.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetNodeInfoResponse> |
-IotaAPIService.getNodeInfo(IotaCommandRequest request)
-Returns information about the node.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetTipsResponse.html b/javadoc/jota/dto/response/class-use/GetTipsResponse.html deleted file mode 100644 index 733ddc5..0000000 --- a/javadoc/jota/dto/response/class-use/GetTipsResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetTipsResponse |
-IotaAPICore.getTips()
-Get the list of latest tips (unconfirmed transactions).
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetTipsResponse> |
-IotaAPIService.getTips(IotaCommandRequest request)
-Get the list of latest tips (unconfirmed transactions).
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetTransactionsToApproveResponse.html b/javadoc/jota/dto/response/class-use/GetTransactionsToApproveResponse.html deleted file mode 100644 index 49b87fd..0000000 --- a/javadoc/jota/dto/response/class-use/GetTransactionsToApproveResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetTransactionsToApproveResponse |
-IotaAPICore.getTransactionsToApprove(Integer depth)
-Tip selection which returns trunkTransaction and branchTransaction.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetTransactionsToApproveResponse> |
-IotaAPIService.getTransactionsToApprove(IotaGetTransactionsToApproveRequest request)
-Tip selection which returns trunkTransaction and branchTransaction.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetTransferResponse.html b/javadoc/jota/dto/response/class-use/GetTransferResponse.html deleted file mode 100644 index 3b39968..0000000 --- a/javadoc/jota/dto/response/class-use/GetTransferResponse.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetTransferResponse |
-IotaAPI.getTransfers(String seed,
- int security,
- Integer start,
- Integer end,
- Boolean inclusionStates) |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetTransferResponse |
-GetTransferResponse.create(Bundle[] transferBundle,
- long duration)
-Initializes a new instance of the GetTransferResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/GetTrytesResponse.html b/javadoc/jota/dto/response/class-use/GetTrytesResponse.html deleted file mode 100644 index 3a58f84..0000000 --- a/javadoc/jota/dto/response/class-use/GetTrytesResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetTrytesResponse |
-IotaAPICore.getTrytes(String... hashes)
-Returns the raw trytes data of a transaction.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<GetTrytesResponse> |
-IotaAPIService.getTrytes(IotaGetTrytesRequest request)
-Returns the raw trytes data of a transaction.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/InterruptAttachingToTangleResponse.html b/javadoc/jota/dto/response/class-use/InterruptAttachingToTangleResponse.html deleted file mode 100644 index 09e459b..0000000 --- a/javadoc/jota/dto/response/class-use/InterruptAttachingToTangleResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
InterruptAttachingToTangleResponse |
-IotaAPICore.interruptAttachingToTangle()
-Interrupts and completely aborts the attachToTangle process.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<InterruptAttachingToTangleResponse> |
-IotaAPIService.interruptAttachingToTangle(IotaCommandRequest request)
-Interrupts and completely aborts the attachToTangle process.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/RemoveNeighborsResponse.html b/javadoc/jota/dto/response/class-use/RemoveNeighborsResponse.html deleted file mode 100644 index 7bd5a4d..0000000 --- a/javadoc/jota/dto/response/class-use/RemoveNeighborsResponse.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
RemoveNeighborsResponse |
-IotaAPICore.removeNeighbors(String... uris)
-Removes a list of neighbors from the node.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<RemoveNeighborsResponse> |
-IotaAPIService.removeNeighbors(IotaNeighborsRequest request)
-Removes a list of neighbors from the node.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/ReplayBundleResponse.html b/javadoc/jota/dto/response/class-use/ReplayBundleResponse.html deleted file mode 100644 index 9e6f669..0000000 --- a/javadoc/jota/dto/response/class-use/ReplayBundleResponse.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ReplayBundleResponse |
-IotaAPI.replayBundle(String transaction,
- int depth,
- int minWeightMagnitude)
-Replays a transfer by doing Proof of Work again.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ReplayBundleResponse |
-ReplayBundleResponse.create(Boolean[] successfully,
- long duration)
-Initializes a new instance of the ReplayBundleResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/SendTransferResponse.html b/javadoc/jota/dto/response/class-use/SendTransferResponse.html deleted file mode 100644 index b5c8589..0000000 --- a/javadoc/jota/dto/response/class-use/SendTransferResponse.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SendTransferResponse |
-IotaAPI.sendTransfer(String seed,
- int security,
- int depth,
- int minWeightMagnitude,
- List<Transfer> transfers,
- List<Input> inputs,
- String remainderAddress,
- boolean validateInputs)
-Wrapper function that basically does prepareTransfers, as well as attachToTangle and finally, it broadcasts and stores the transactions locally.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SendTransferResponse |
-SendTransferResponse.create(List<Transaction> transactions,
- Boolean[] successfully,
- long duration)
-Initializes a new instance of the SendTransferResponse class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/class-use/StoreTransactionsResponse.html b/javadoc/jota/dto/response/class-use/StoreTransactionsResponse.html deleted file mode 100644 index da37954..0000000 --- a/javadoc/jota/dto/response/class-use/StoreTransactionsResponse.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| Modifier and Type | -Method and Description | -
|---|---|
StoreTransactionsResponse |
-IotaAPI.broadcastAndStore(String... trytes)
-Wrapper function that broadcasts and stores the specified trytes.
- |
-
StoreTransactionsResponse |
-IotaAPICore.storeTransactions(String... trytes)
-Store transactions into the local storage.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
retrofit2.Call<StoreTransactionsResponse> |
-IotaAPIService.storeTransactions(IotaStoreTransactionsRequest request)
-Store transactions into the local storage.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/package-frame.html b/javadoc/jota/dto/response/package-frame.html deleted file mode 100644 index bc26a00..0000000 --- a/javadoc/jota/dto/response/package-frame.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/package-tree.html b/javadoc/jota/dto/response/package-tree.html deleted file mode 100644 index 1421653..0000000 --- a/javadoc/jota/dto/response/package-tree.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/dto/response/package-use.html b/javadoc/jota/dto/response/package-use.html deleted file mode 100644 index 16a5636..0000000 --- a/javadoc/jota/dto/response/package-use.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| Class and Description | -
|---|
| AbstractResponse
- Abstract response.
- |
-
| GetAccountDataResponse
- Response of api request 'getAccountData'.
- |
-
| GetBalancesAndFormatResponse
- Response of api request 'getBalancesAndFormatResponse'.
- |
-
| GetBundleResponse
- Response of api request 'getBundle.
- |
-
| GetNewAddressResponse
- Response of api request 'getNewAddress'.
- |
-
| GetTransferResponse
- Response of api request 'getTransfer'.
- |
-
| ReplayBundleResponse
- Response of api request 'replayBundle'.
- |
-
| SendTransferResponse
- Response of api request 'sendTransfer'.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/ArgumentException.html b/javadoc/jota/error/ArgumentException.html deleted file mode 100644 index 518abb6..0000000 --- a/javadoc/jota/error/ArgumentException.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -public class ArgumentException -extends BaseException-
messages| Constructor and Description | -
|---|
ArgumentException()
-Initializes a new instance of the ArgumentException.
- |
-
ArgumentException(String msg)
-Initializes a new instance of the ArgumentException.
- |
-
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/BaseException.html b/javadoc/jota/error/BaseException.html deleted file mode 100644 index ed11642..0000000 --- a/javadoc/jota/error/BaseException.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - -public class BaseException -extends Exception-
| Modifier and Type | -Field and Description | -
|---|---|
protected Collection<String> |
-messages |
-
| Constructor and Description | -
|---|
BaseException(Collection<String> messages) |
-
BaseException(Collection<String> messages,
- Exception cause) |
-
BaseException(String msg) |
-
BaseException(String msg,
- Exception cause) |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getMessage() |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Collection<String> messages-
public BaseException(String msg)-
public BaseException(Collection<String> messages)-
public BaseException(Collection<String> messages, - Exception cause)-
public String getMessage()-
getMessage in class ThrowableCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/class-use/ArgumentException.html b/javadoc/jota/error/class-use/ArgumentException.html deleted file mode 100644 index c01b992..0000000 --- a/javadoc/jota/error/class-use/ArgumentException.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
List<String> |
-IotaAPI.addRemainder(String seed,
- int security,
- List<Input> inputs,
- Bundle bundle,
- String tag,
- long totalValue,
- String remainderAddress,
- List<String> signatureFragments) |
-
GetAttachToTangleResponse |
-IotaAPICore.attachToTangle(String trunkTransaction,
- String branchTransaction,
- Integer minWeightMagnitude,
- String... trytes)
-Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
- |
-
StoreTransactionsResponse |
-IotaAPI.broadcastAndStore(String... trytes)
-Wrapper function that broadcasts and stores the specified trytes.
- |
-
BroadcastTransactionsResponse |
-IotaAPICore.broadcastTransactions(String... trytes)
-Broadcast a list of transactions to all neighbors.
- |
-
Bundle[] |
-IotaAPI.bundlesFromAddresses(String[] addresses,
- Boolean inclusionStates)
-Internal function to get the formatted bundles of a list of addresses.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByAddresses(String[] addresses)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByApprovees(String[] approvees)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByBundle(String[] bundles)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByTag(String[] tags)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
FindTransactionResponse |
-IotaAPICore.findTransactionsByAddresses(String... addresses)
-Find the transactions by addresses
- |
-
List<Transaction> |
-IotaAPI.findTransactionsObjectsByHashes(String[] hashes)
-Wrapper function for getTrytes and transactionObjects.
- |
-
GetAccountDataResponse |
-IotaAPI.getAccountData(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll,
- int start,
- int end,
- boolean inclusionStates,
- long threshold)
-Similar to getTransfers, just that it returns additional account data
- |
-
GetBalancesAndFormatResponse |
-IotaAPI.getBalanceAndFormat(List<String> addresses,
- long threshold,
- int start,
- StopWatch stopWatch,
- int security)
-Gets the balances and formats the output.
- |
-
GetBalancesResponse |
-IotaAPICore.getBalances(Integer threshold,
- List<String> addresses)
-Similar to getInclusionStates.
- |
-
GetBundleResponse |
-IotaAPI.getBundle(String transaction)
-Gets the associated bundle transactions of a single transaction.
- |
-
GetInclusionStateResponse |
-IotaAPICore.getInclusionStates(String[] transactions,
- String[] tips)
-Get the inclusion states of a set of transactions.
- |
-
GetBalancesAndFormatResponse |
-IotaAPI.getInputs(String seed,
- int security,
- int start,
- int end,
- long threshold)
-Gets the inputs of a seed
- |
-
GetInclusionStateResponse |
-IotaAPI.getLatestInclusion(String[] hashes)
-Wrapper function for getNodeInfo and getInclusionStates
- |
-
GetNewAddressResponse |
-IotaAPI.getNewAddress(String seed,
- int security,
- int index,
- boolean checksum,
- int total,
- boolean returnAll)
-Generates a new address from a seed and returns the remainderAddress.
- |
-
GetTransferResponse |
-IotaAPI.getTransfers(String seed,
- int security,
- Integer start,
- Integer end,
- Boolean inclusionStates) |
-
GetTrytesResponse |
-IotaAPICore.getTrytes(String... hashes)
-Returns the raw trytes data of a transaction.
- |
-
List<Transaction> |
-IotaAPI.initiateTransfer(int securitySum,
- String inputAddress,
- String remainderAddress,
- List<Transfer> transfers,
- boolean testMode)
-Prepares transfer by generating the bundle with the corresponding cosigner transactions.
- |
-
List<String> |
-IotaAPI.prepareTransfers(String seed,
- int security,
- List<Transfer> transfers,
- String remainder,
- List<Input> inputs,
- boolean validateInputs)
-Prepares transfer by generating bundle, finding and signing inputs.
- |
-
ReplayBundleResponse |
-IotaAPI.replayBundle(String transaction,
- int depth,
- int minWeightMagnitude)
-Replays a transfer by doing Proof of Work again.
- |
-
SendTransferResponse |
-IotaAPI.sendTransfer(String seed,
- int security,
- int depth,
- int minWeightMagnitude,
- List<Transfer> transfers,
- List<Input> inputs,
- String remainderAddress,
- boolean validateInputs)
-Wrapper function that basically does prepareTransfers, as well as attachToTangle and finally, it broadcasts and stores the transactions locally.
- |
-
List<Transaction> |
-IotaAPI.sendTrytes(String[] trytes,
- int depth,
- int minWeightMagnitude)
-Facade method: Gets transactions to approve, attaches to Tangle, broadcasts and stores.
- |
-
Bundle |
-IotaAPI.traverseBundle(String trunkTx,
- String bundleHash,
- Bundle bundle)
-Basically traverse the Bundle by going down the trunkTransactions until
- the bundle hash of the transaction is no longer the same.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-Checksum.addChecksum(String address)
-Adds the checksum to the specified address.
- |
-
static boolean |
-InputValidator.checkAddress(String address)
-Checks whether the specified address is an address and throws and exception if the address is invalid.
- |
-
String |
-Multisig.getDigest(String seed,
- int security,
- int index) |
-
String |
-Multisig.getKey(String seed,
- int index,
- int security)
-Gets the key value of a seed
- |
-
static boolean |
-InputValidator.isAddressesCollectionValid(List<String> addresses)
-Determines whether the specified addresses are valid.
- |
-
static boolean |
-Checksum.isAddressWithChecksum(String address)
-Check if specified address is an address with checksum.
- |
-
static boolean |
-Checksum.isAddressWithoutChecksum(String address)
-Check if specified address is an address without checksum.
- |
-
static boolean |
-InputValidator.isTransfersCollectionValid(List<Transfer> transfers)
-Determines whether the specified transfers are valid.
- |
-
static boolean |
-Checksum.isValidChecksum(String addressWithChecksum)
-Determines whether the specified address with checksum has a valid checksum.
- |
-
int[] |
-Signing.key(int[] inSeed,
- int index,
- int security) |
-
static String |
-IotaAPIUtils.newAddress(String seed,
- int security,
- int index,
- boolean checksum,
- ICurl curl)
-Generates a new address
- |
-
static String |
-Checksum.removeChecksum(String address)
-Remove the checksum to the specified address.
- |
-
static List<String> |
-IotaAPIUtils.signInputsAndReturn(String seed,
- List<Input> inputs,
- Bundle bundle,
- List<String> signatureFragments,
- ICurl curl) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/class-use/BaseException.html b/javadoc/jota/error/class-use/BaseException.html deleted file mode 100644 index 82c48c7..0000000 --- a/javadoc/jota/error/class-use/BaseException.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.error | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ArgumentException
-This exception occurs when an invalid argument is provided.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/package-frame.html b/javadoc/jota/error/package-frame.html deleted file mode 100644 index b5854ef..0000000 --- a/javadoc/jota/error/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -| Exception | -Description | -
|---|---|
| ArgumentException | -
- This exception occurs when an invalid argument is provided.
- |
-
| BaseException | -- |
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/package-tree.html b/javadoc/jota/error/package-tree.html deleted file mode 100644 index 5e1e4e3..0000000 --- a/javadoc/jota/error/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/error/package-use.html b/javadoc/jota/error/package-use.html deleted file mode 100644 index 5e48be2..0000000 --- a/javadoc/jota/error/package-use.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.error | -- |
| jota.utils | -- |
| Class and Description | -
|---|
| ArgumentException
- This exception occurs when an invalid argument is provided.
- |
-
| Class and Description | -
|---|
| BaseException | -
| Class and Description | -
|---|
| ArgumentException
- This exception occurs when an invalid argument is provided.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Bundle.html b/javadoc/jota/model/Bundle.html deleted file mode 100644 index 36dda56..0000000 --- a/javadoc/jota/model/Bundle.html +++ /dev/null @@ -1,504 +0,0 @@ - - - - - - -public class Bundle -extends Object -implements Comparable<Bundle>-
| Modifier and Type | -Field and Description | -
|---|---|
static String |
-EMPTY_HASH |
-
| Constructor and Description | -
|---|
Bundle()
-Initializes a new instance of the Bundle class without transactions.
- |
-
Bundle(List<Transaction> transactions,
- int length)
-Initializes a new instance of the Bundle class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-addEntry(int signatureMessageLength,
- String address,
- long value,
- String tag,
- long timestamp)
-Adds a bundle entry.
- |
-
void |
-addTrytes(List<String> signatureFragments)
-Adds the trytes.
- |
-
int |
-compareTo(Bundle o)
-Compares the current object with another object of the same type.
- |
-
void |
-finalize(ICurl customCurl)
-Finalizes the bundle using the specified curl implementation,
- |
-
int |
-getLength()
-Gets the length of the bundle
- |
-
List<Transaction> |
-getTransactions()
-Gets the transactions
- |
-
int[] |
-normalizedBundle(String bundleHash)
-Normalized the bundle.
- |
-
void |
-setLength(int length)
-Sets the length of the bundle
- |
-
public Bundle()-
public Bundle(List<Transaction> transactions, - int length)-
public List<Transaction> getTransactions()-
public int getLength()-
public void setLength(int length)-
length - The length.public void addEntry(int signatureMessageLength, - String address, - long value, - String tag, - long timestamp)-
signatureMessageLength - Length of the signature message.address - The address.value - The value.tag - The tag.timestamp - The timestamp.public void finalize(ICurl customCurl)-
customCurl - The custom curl.public void addTrytes(List<String> signatureFragments)-
signatureFragments - The signature fragments.public int[] normalizedBundle(String bundleHash)-
bundleHash - The bundle hash.public int compareTo(Bundle o)-
compareTo in interface Comparable<Bundle>o - An object to compare with this object.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Input.html b/javadoc/jota/model/Input.html deleted file mode 100644 index 6127719..0000000 --- a/javadoc/jota/model/Input.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -public class Input -extends Object-
| Constructor and Description | -
|---|
Input(String address,
- long balance,
- int keyIndex,
- int security)
-Initializes a new instance of the Input class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getAddress()
-Get the address.
- |
-
long |
-getBalance()
-Get the balance.
- |
-
int |
-getKeyIndex()
-Get the keyIndex.
- |
-
int |
-getSecurity()
-Get the security.
- |
-
void |
-setAddress(String address)
-Get the address.
- |
-
void |
-setBalance(long balance)
-Get the balance.
- |
-
void |
-setKeyIndex(int keyIndex)
-Get the keyIndex.
- |
-
void |
-setSecurity(int security)
-Get the security.
- |
-
String |
-toString()
-Returns a String that represents this object.
- |
-
public Input(String address, - long balance, - int keyIndex, - int security)-
public String toString()-
public String getAddress()-
public void setAddress(String address)-
address - The address.public long getBalance()-
public void setBalance(long balance)-
balance - The balance.public int getKeyIndex()-
public void setKeyIndex(int keyIndex)-
keyIndex - The keyIndex.public int getSecurity()-
public void setSecurity(int security)-
security - The security.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Inputs.html b/javadoc/jota/model/Inputs.html deleted file mode 100644 index ef82e1b..0000000 --- a/javadoc/jota/model/Inputs.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -public class Inputs -extends Object-
| Constructor and Description | -
|---|
Inputs(List<Input> inputsList,
- long totalBalance)
-Initializes a new instance of the Input class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Input> |
-getInputsList()
-Get the input list.
- |
-
long |
-getTotalBalance()
-Get the total balance.
- |
-
void |
-setInputsList(List<Input> inputsList)
-Set the input list.
- |
-
void |
-setTotalBalance(long totalBalance)
-Set the total balance.
- |
-
String |
-toString()
-Returns a Json Object that represents this object.
- |
-
public String toString()-
public List<Input> getInputsList()-
public void setInputsList(List<Input> inputsList)-
inputsList - The input list.public long getTotalBalance()-
public void setTotalBalance(long totalBalance)-
totalBalance - The total balance.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Neighbor.html b/javadoc/jota/model/Neighbor.html deleted file mode 100644 index 47b3e5c..0000000 --- a/javadoc/jota/model/Neighbor.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -public class Neighbor -extends Object-
| Constructor and Description | -
|---|
Neighbor(String address,
- Integer numberOfAllTransactions,
- Integer numberOfInvalidTransactions,
- Integer numberOfNewTransactions,
- Integer numberOfRandomTransactionRequests,
- Integer numberOfSentTransactions,
- String connectionType)
-Initializes a new instance of the Neighbor class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getAddress()
-Get the address.
- |
-
String |
-getConnectionType()
-Get the connection type.
- |
-
Integer |
-getNumberOfAllTransactions()
-Get the number of all transactions.
- |
-
Integer |
-getNumberOfInvalidTransactions()
-Get the number of invalid transactions.
- |
-
Integer |
-getNumberOfNewTransactions()
-Get the number of new transactions.
- |
-
Integer |
-getNumberOfRandomTransactionRequests()
-Get the number of random transaction requests.
- |
-
Integer |
-getNumberOfSentTransactions()
-Get the number of sent transactions.
- |
-
public Neighbor(String address, - Integer numberOfAllTransactions, - Integer numberOfInvalidTransactions, - Integer numberOfNewTransactions, - Integer numberOfRandomTransactionRequests, - Integer numberOfSentTransactions, - String connectionType)-
public String getAddress()-
public Integer getNumberOfAllTransactions()-
public Integer getNumberOfInvalidTransactions()-
public Integer getNumberOfNewTransactions()-
public Integer getNumberOfRandomTransactionRequests()-
public Integer getNumberOfSentTransactions()-
public String getConnectionType()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Signature.html b/javadoc/jota/model/Signature.html deleted file mode 100644 index c478ff4..0000000 --- a/javadoc/jota/model/Signature.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -public class Signature -extends Object-
| Constructor and Description | -
|---|
Signature()
-Initializes a new instance of the Signature class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getAddress()
-Get the address.
- |
-
List<String> |
-getSignatureFragments()
-Get the signatureFragments.
- |
-
void |
-setAddress(String address)
-Set the address.
- |
-
void |
-setSignatureFragments(List<String> signatureFragments)
-Set the signatureFragments.
- |
-
public Signature()-
public String getAddress()-
public void setAddress(String address)-
address - The address.public List<String> getSignatureFragments()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Transaction.html b/javadoc/jota/model/Transaction.html deleted file mode 100644 index 7124939..0000000 --- a/javadoc/jota/model/Transaction.html +++ /dev/null @@ -1,1104 +0,0 @@ - - - - - - -public class Transaction -extends Object-
| Constructor and Description | -
|---|
Transaction()
-Initializes a new instance of the Signature class.
- |
-
Transaction(ICurl curl)
-Initializes a new instance of the Signature class.
- |
-
Transaction(String trytes)
-Initializes a new instance of the Signature class.
- |
-
Transaction(String trytes,
- ICurl customCurl)
-Initializes a new instance of the Signature class.
- |
-
Transaction(String signatureFragments,
- long currentIndex,
- long lastIndex,
- String nonce,
- String hash,
- String obsoleteTag,
- long timestamp,
- String trunkTransaction,
- String branchTransaction,
- String address,
- long value,
- String bundle,
- String tag,
- long attachmentTimestamp,
- long attachmentTimestampLowerBound,
- long attachmentTimestampUpperBound)
-Initializes a new instance of the Signature class.
- |
-
Transaction(String address,
- long value,
- String tag,
- long timestamp)
-Initializes a new instance of the Signature class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
boolean |
-equals(Object obj) |
-
String |
-getAddress()
-Get the address.
- |
-
long |
-getAttachmentTimestamp()
-Get the attachmentTimestamp.
- |
-
long |
-getAttachmentTimestampLowerBound() |
-
long |
-getAttachmentTimestampUpperBound() |
-
String |
-getBranchTransaction()
-Get the branch transaction.
- |
-
String |
-getBundle()
-Get the bundle.
- |
-
long |
-getCurrentIndex()
-Get the current index.
- |
-
String |
-getHash()
-Get the hash.
- |
-
long |
-getLastIndex()
-Get the last index.
- |
-
String |
-getNonce()
-Get the nonce.
- |
-
String |
-getObsoleteTag()
-Get the obsoleteTag.
- |
-
Boolean |
-getPersistence()
-Get the persistence.
- |
-
String |
-getSignatureFragments()
-Get the signature fragments.
- |
-
String |
-getTag()
-Get the tag.
- |
-
long |
-getTimestamp()
-Get the timestamp.
- |
-
String |
-getTrunkTransaction()
-Get the trunk transaction.
- |
-
long |
-getValue()
-Get the value.
- |
-
void |
-setAddress(String address)
-Set the address.
- |
-
void |
-setAttachmentTimestamp(long attachmentTimestamp)
-Set the attachmentTimestamp.
- |
-
void |
-setAttachmentTimestampLowerBound(long attachmentTimestampLowerBound) |
-
void |
-setAttachmentTimestampUpperBound(long attachmentTimestampUpperBound) |
-
void |
-setBranchTransaction(String branchTransaction)
-Set the branch transaction.
- |
-
void |
-setBundle(String bundle)
-Set the bundle.
- |
-
void |
-setCurrentIndex(long currentIndex)
-Set the current index.
- |
-
void |
-setHash(String hash)
-Set the hash.
- |
-
void |
-setLastIndex(long lastIndex)
-Set the last index.
- |
-
void |
-setNonce(String nonce)
-Set the nonce.
- |
-
void |
-setObsoleteTag(String obsoleteTag)
-Set the obsoleteTag.
- |
-
void |
-setPersistence(Boolean persistence)
-Set the persistence.
- |
-
void |
-setSignatureFragments(String signatureFragments)
-Set the signature fragments.
- |
-
void |
-setTag(String tag)
-Set the tag.
- |
-
void |
-setTimestamp(long timestamp)
-Set the timestamp.
- |
-
void |
-setTrunkTransaction(String trunkTransaction)
-Set the trunk transaction.
- |
-
void |
-setValue(long value)
-Set the value.
- |
-
String |
-toString()
-Returns a String that represents this object.
- |
-
String |
-toTrytes()
-Converts the transaction to the corresponding trytes representation
- |
-
void |
-transactionObject(String trytes)
-Initializes a new instance of the Signature class.
- |
-
public Transaction(String signatureFragments, - long currentIndex, - long lastIndex, - String nonce, - String hash, - String obsoleteTag, - long timestamp, - String trunkTransaction, - String branchTransaction, - String address, - long value, - String bundle, - String tag, - long attachmentTimestamp, - long attachmentTimestampLowerBound, - long attachmentTimestampUpperBound)-
public Transaction(String address, - long value, - String tag, - long timestamp)-
public Transaction(ICurl curl)-
public Transaction()-
public Transaction(String trytes)-
public long getAttachmentTimestampLowerBound()-
public void setAttachmentTimestampLowerBound(long attachmentTimestampLowerBound)-
public long getAttachmentTimestampUpperBound()-
public void setAttachmentTimestampUpperBound(long attachmentTimestampUpperBound)-
public String toString()-
public String getHash()-
public void setHash(String hash)-
hash - The hash.public String getSignatureFragments()-
public void setSignatureFragments(String signatureFragments)-
signatureFragments - The signature fragments.public String getAddress()-
public void setAddress(String address)-
address - The address.public long getValue()-
public void setValue(long value)-
value - The value.public String getTag()-
public void setTag(String tag)-
tag - The tag.public long getTimestamp()-
public void setTimestamp(long timestamp)-
timestamp - The timestamp.public long getCurrentIndex()-
public void setCurrentIndex(long currentIndex)-
currentIndex - The current index.public long getLastIndex()-
public void setLastIndex(long lastIndex)-
lastIndex - The last index.public String getBundle()-
public void setBundle(String bundle)-
bundle - The bundle.public String getTrunkTransaction()-
public void setTrunkTransaction(String trunkTransaction)-
trunkTransaction - The trunk transaction.public String getBranchTransaction()-
public void setBranchTransaction(String branchTransaction)-
branchTransaction - The branch transaction.public String getNonce()-
public void setNonce(String nonce)-
nonce - The trunk nonce.public Boolean getPersistence()-
public void setPersistence(Boolean persistence)-
persistence - The persistence.public String getObsoleteTag()-
public void setObsoleteTag(String obsoleteTag)-
obsoleteTag - The persistence.public long getAttachmentTimestamp()-
public void setAttachmentTimestamp(long attachmentTimestamp)-
attachmentTimestamp - The persistence.public String toTrytes()-
public void transactionObject(String trytes)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/Transfer.html b/javadoc/jota/model/Transfer.html deleted file mode 100644 index f827121..0000000 --- a/javadoc/jota/model/Transfer.html +++ /dev/null @@ -1,620 +0,0 @@ - - - - - - -public class Transfer -extends Object-
| Constructor and Description | -
|---|
Transfer(String address,
- long value)
-Initializes a new instance of the Transfer class.
- |
-
Transfer(String address,
- long value,
- String message,
- String tag)
-Initializes a new instance of the Transfer class.
- |
-
Transfer(String timestamp,
- String address,
- String hash,
- Boolean persistence,
- long value,
- String message,
- String tag)
-Initializes a new instance of the Transfer class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getAddress()
-Get the address.
- |
-
String |
-getHash()
-Get the hash.
- |
-
String |
-getMessage()
-Get the message.
- |
-
Boolean |
-getPersistence()
-Get the persistence.
- |
-
String |
-getTag()
-Get the tag.
- |
-
String |
-getTimestamp()
-Get the timestamp.
- |
-
long |
-getValue()
-Get the value.
- |
-
void |
-setAddress(String address)
-Set the address.
- |
-
void |
-setHash(String hash)
-Set the hash.
- |
-
void |
-setMessage(String message)
-Set the message.
- |
-
void |
-setPersistence(Boolean persistence)
-Set the persistence.
- |
-
void |
-setTag(String tag)
-Set the tag.
- |
-
void |
-setTimestamp(String timestamp)
-Set the timestamp.
- |
-
void |
-setValue(long value)
-Set the value.
- |
-
String |
-toString()
-Returns a Json Object that represents this object.
- |
-
public Transfer(String timestamp, - String address, - String hash, - Boolean persistence, - long value, - String message, - String tag)-
public Transfer(String address, - long value)-
public String toString()-
public String getAddress()-
public void setAddress(String address)-
address - The address.public String getHash()-
public void setHash(String hash)-
hash - The hash.public Boolean getPersistence()-
public void setPersistence(Boolean persistence)-
persistence - The persistence.public String getTimestamp()-
public void setTimestamp(String timestamp)-
timestamp - The timestamp in seconds.public long getValue()-
public void setValue(long value)-
value - The value.public String getMessage()-
public void setMessage(String message)-
message - The message trytes encoded.public String getTag()-
public void setTag(String tag)-
tag - The tag max 27 trytes encoded.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Bundle.html b/javadoc/jota/model/class-use/Bundle.html deleted file mode 100644 index a61d5bc..0000000 --- a/javadoc/jota/model/class-use/Bundle.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| jota.model | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
Bundle[] |
-IotaAPI.bundlesFromAddresses(String[] addresses,
- Boolean inclusionStates)
-Internal function to get the formatted bundles of a list of addresses.
- |
-
Bundle |
-IotaAPI.traverseBundle(String trunkTx,
- String bundleHash,
- Bundle bundle)
-Basically traverse the Bundle by going down the trunkTransactions until
- the bundle hash of the transaction is no longer the same.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<String> |
-IotaAPI.addRemainder(String seed,
- int security,
- List<Input> inputs,
- Bundle bundle,
- String tag,
- long totalValue,
- String remainderAddress,
- List<String> signatureFragments) |
-
Bundle |
-IotaAPI.traverseBundle(String trunkTx,
- String bundleHash,
- Bundle bundle)
-Basically traverse the Bundle by going down the trunkTransactions until
- the bundle hash of the transaction is no longer the same.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
Bundle[] |
-GetTransferResponse.getTransfers()
-Gets the transfer bundle.
- |
-
Bundle[] |
-GetAccountDataResponse.getTransfers()
-Gets the transfers.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetTransferResponse |
-GetTransferResponse.create(Bundle[] transferBundle,
- long duration)
-Initializes a new instance of the GetTransferResponse class.
- |
-
static GetAccountDataResponse |
-GetAccountDataResponse.create(List<String> addresses,
- Bundle[] transferBundle,
- List<Input> inputs,
- long balance,
- long duration)
-Initializes a new instance of the GetAccountDataResponse class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
int |
-Bundle.compareTo(Bundle o)
-Compares the current object with another object of the same type.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
Bundle |
-Multisig.addSignature(Bundle bundleToSign,
- String inputAddress,
- String keyTrytes)
-Adds the cosigner signatures to the corresponding bundle transaction
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
Bundle |
-Multisig.addSignature(Bundle bundleToSign,
- String inputAddress,
- String keyTrytes)
-Adds the cosigner signatures to the corresponding bundle transaction
- |
-
static List<String> |
-IotaAPIUtils.signInputsAndReturn(String seed,
- List<Input> inputs,
- Bundle bundle,
- List<String> signatureFragments,
- ICurl curl) |
-
Boolean |
-Signing.validateSignatures(Bundle signedBundle,
- String inputAddress) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Input.html b/javadoc/jota/model/class-use/Input.html deleted file mode 100644 index d15d05b..0000000 --- a/javadoc/jota/model/class-use/Input.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| jota.model | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
List<String> |
-IotaAPI.addRemainder(String seed,
- int security,
- List<Input> inputs,
- Bundle bundle,
- String tag,
- long totalValue,
- String remainderAddress,
- List<String> signatureFragments) |
-
List<String> |
-IotaAPI.prepareTransfers(String seed,
- int security,
- List<Transfer> transfers,
- String remainder,
- List<Input> inputs,
- boolean validateInputs)
-Prepares transfer by generating bundle, finding and signing inputs.
- |
-
SendTransferResponse |
-IotaAPI.sendTransfer(String seed,
- int security,
- int depth,
- int minWeightMagnitude,
- List<Transfer> transfers,
- List<Input> inputs,
- String remainderAddress,
- boolean validateInputs)
-Wrapper function that basically does prepareTransfers, as well as attachToTangle and finally, it broadcasts and stores the transactions locally.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Input> |
-GetAccountDataResponse.getInput()
-Gets the inputs.
- |
-
List<Input> |
-GetBalancesAndFormatResponse.getInputs()
-Gets the input.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GetBalancesAndFormatResponse |
-GetBalancesAndFormatResponse.create(List<Input> inputs,
- long totalBalance,
- long duration)
-Initializes a new instance of the GetBalancesAndFormatResponse class.
- |
-
static GetAccountDataResponse |
-GetAccountDataResponse.create(List<String> addresses,
- Bundle[] transferBundle,
- List<Input> inputs,
- long balance,
- long duration)
-Initializes a new instance of the GetAccountDataResponse class.
- |
-
void |
-GetBalancesAndFormatResponse.setInputs(List<Input> input)
-Sets the input.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Input> |
-Inputs.getInputsList()
-Get the input list.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-Inputs.setInputsList(List<Input> inputsList)
-Set the input list.
- |
-
| Constructor and Description | -
|---|
Inputs(List<Input> inputsList,
- long totalBalance)
-Initializes a new instance of the Input class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static List<String> |
-IotaAPIUtils.signInputsAndReturn(String seed,
- List<Input> inputs,
- Bundle bundle,
- List<String> signatureFragments,
- ICurl curl) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Inputs.html b/javadoc/jota/model/class-use/Inputs.html deleted file mode 100644 index 3a7747d..0000000 --- a/javadoc/jota/model/class-use/Inputs.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Neighbor.html b/javadoc/jota/model/class-use/Neighbor.html deleted file mode 100644 index 425c1ca..0000000 --- a/javadoc/jota/model/class-use/Neighbor.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.dto.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
List<Neighbor> |
-GetNeighborsResponse.getNeighbors()
-Gets the neighbors.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Signature.html b/javadoc/jota/model/class-use/Signature.html deleted file mode 100644 index 4f2c461..0000000 --- a/javadoc/jota/model/class-use/Signature.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Transaction.html b/javadoc/jota/model/class-use/Transaction.html deleted file mode 100644 index 5580663..0000000 --- a/javadoc/jota/model/class-use/Transaction.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| jota.model | -- |
| Modifier and Type | -Method and Description | -
|---|---|
List<Transaction> |
-IotaAPI.findTransactionObjectsByAddresses(String[] addresses)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByApprovees(String[] approvees)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByBundle(String[] bundles)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionObjectsByTag(String[] tags)
-Wrapper function for findTransactions, getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.findTransactionsObjectsByHashes(String[] hashes)
-Wrapper function for getTrytes and transactionObjects.
- |
-
List<Transaction> |
-IotaAPI.initiateTransfer(int securitySum,
- String inputAddress,
- String remainderAddress,
- List<Transfer> transfers,
- boolean testMode)
-Prepares transfer by generating the bundle with the corresponding cosigner transactions.
- |
-
List<Transaction> |
-IotaAPI.sendTrytes(String[] trytes,
- int depth,
- int minWeightMagnitude)
-Facade method: Gets transactions to approve, attaches to Tangle, broadcasts and stores.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Transaction> |
-GetBundleResponse.getTransactions()
-Gets the transactions.
- |
-
List<Transaction> |
-SendTransferResponse.getTransactions()
-Gets the transactions.
- |
-
List<Transaction> |
-AnalyzeTransactionResponse.getTransactions()
-Gets the transactions.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SendTransferResponse |
-SendTransferResponse.create(List<Transaction> transactions,
- Boolean[] successfully,
- long duration)
-Initializes a new instance of the SendTransferResponse class.
- |
-
static GetBundleResponse |
-GetBundleResponse.create(List<Transaction> transactions,
- long duration)
-Initializes a new instance of the GetBundleResponse class.
- |
-
void |
-SendTransferResponse.setTransactions(List<Transaction> transactions)
-Sets the transactions.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
List<Transaction> |
-Bundle.getTransactions()
-Gets the transactions
- |
-
| Constructor and Description | -
|---|
Bundle(List<Transaction> transactions,
- int length)
-Initializes a new instance of the Bundle class.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/class-use/Transfer.html b/javadoc/jota/model/class-use/Transfer.html deleted file mode 100644 index e7fa224..0000000 --- a/javadoc/jota/model/class-use/Transfer.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
List<Transaction> |
-IotaAPI.initiateTransfer(int securitySum,
- String inputAddress,
- String remainderAddress,
- List<Transfer> transfers,
- boolean testMode)
-Prepares transfer by generating the bundle with the corresponding cosigner transactions.
- |
-
List<String> |
-IotaAPI.prepareTransfers(String seed,
- int security,
- List<Transfer> transfers,
- String remainder,
- List<Input> inputs,
- boolean validateInputs)
-Prepares transfer by generating bundle, finding and signing inputs.
- |
-
SendTransferResponse |
-IotaAPI.sendTransfer(String seed,
- int security,
- int depth,
- int minWeightMagnitude,
- List<Transfer> transfers,
- List<Input> inputs,
- String remainderAddress,
- boolean validateInputs)
-Wrapper function that basically does prepareTransfers, as well as attachToTangle and finally, it broadcasts and stores the transactions locally.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static boolean |
-InputValidator.isValidTransfer(Transfer transfer)
-Determines whether the specified transfer is valid.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static boolean |
-InputValidator.isTransfersCollectionValid(List<Transfer> transfers)
-Determines whether the specified transfers are valid.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/package-frame.html b/javadoc/jota/model/package-frame.html deleted file mode 100644 index ab755c9..0000000 --- a/javadoc/jota/model/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Bundle | -
- This class represents a Bundle, a set of transactions.
- |
-
| Input | -
- This class represents an Input.
- |
-
| Inputs | -
- This class represents an Inputs.
- |
-
| Neighbor | -
- This class represents an Neighbor.
- |
-
| Signature | -
- This class represents an Signature.
- |
-
| Transaction | -
- This class represents an iota transaction.
- |
-
| Transfer | -
- This class represents a Transfer.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/package-tree.html b/javadoc/jota/model/package-tree.html deleted file mode 100644 index c21b65e..0000000 --- a/javadoc/jota/model/package-tree.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/model/package-use.html b/javadoc/jota/model/package-use.html deleted file mode 100644 index 3c4e730..0000000 --- a/javadoc/jota/model/package-use.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.dto.response | -- |
| jota.model | -- |
| jota.utils | -- |
| Class and Description | -
|---|
| Bundle
- This class represents a Bundle, a set of transactions.
- |
-
| Input
- This class represents an Input.
- |
-
| Transaction
- This class represents an iota transaction.
- |
-
| Transfer
- This class represents a Transfer.
- |
-
| Class and Description | -
|---|
| Bundle
- This class represents a Bundle, a set of transactions.
- |
-
| Input
- This class represents an Input.
- |
-
| Neighbor
- This class represents an Neighbor.
- |
-
| Transaction
- This class represents an iota transaction.
- |
-
| Class and Description | -
|---|
| Bundle
- This class represents a Bundle, a set of transactions.
- |
-
| Input
- This class represents an Input.
- |
-
| Transaction
- This class represents an iota transaction.
- |
-
| Class and Description | -
|---|
| Bundle
- This class represents a Bundle, a set of transactions.
- |
-
| Input
- This class represents an Input.
- |
-
| Transfer
- This class represents a Transfer.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/package-frame.html b/javadoc/jota/package-frame.html deleted file mode 100644 index f4573d1..0000000 --- a/javadoc/jota/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -| Interface | -Description | -
|---|---|
| IotaAPIService | -
- IOTA API Proxy Service definition using Retrofit2
- |
-
| IotaLocalPoW | -
- Interface for an implementation to perform local PoW.
- |
-
| Class | -Description | -
|---|---|
| IotaAPI | -
- IotaAPI Builder.
- |
-
| IotaAPI.Builder | -- |
| IotaAPICore | -
- This class provides access to the Iota core API
- |
-
| IotaAPICore.Builder<T extends IotaAPICore.Builder<T>> | -- |
| Enum | -Description | -
|---|---|
| IotaAPICommands | -
- IOTA's node command list
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/package-tree.html b/javadoc/jota/package-tree.html deleted file mode 100644 index a4429d4..0000000 --- a/javadoc/jota/package-tree.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/package-use.html b/javadoc/jota/package-use.html deleted file mode 100644 index 22fc8fb..0000000 --- a/javadoc/jota/package-use.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| cfb.pearldiver | -- |
| jota | -- |
| jota.dto.request | -- |
| Class and Description | -
|---|
| IotaLocalPoW
- Interface for an implementation to perform local PoW.
- |
-
| Class and Description | -
|---|
| IotaAPI
- IotaAPI Builder.
- |
-
| IotaAPI.Builder | -
| IotaAPICommands
- IOTA's node command list
- |
-
| IotaAPICore
- This class provides access to the Iota core API
- |
-
| IotaAPICore.Builder | -
| IotaLocalPoW
- Interface for an implementation to perform local PoW.
- |
-
| Class and Description | -
|---|
| IotaAPICommands
- IOTA's node command list
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/ICurl.html b/javadoc/jota/pow/ICurl.html deleted file mode 100644 index 525e594..0000000 --- a/javadoc/jota/pow/ICurl.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -| Modifier and Type | -Method and Description | -
|---|---|
ICurl |
-absorb(int[] trits)
-Absorbs the specified trits.
- |
-
ICurl |
-absorb(int[] trits,
- int offset,
- int length)
-Absorbs the specified trits.
- |
-
ICurl |
-clone()
-Clones this instance.
- |
-
int[] |
-getState()
-Gets or sets the state.
- |
-
ICurl |
-reset()
-Resets this state.
- |
-
void |
-setState(int[] state)
-Sets or sets the state.
- |
-
int[] |
-squeeze(int[] trits)
-Squeezes the specified trits.
- |
-
int[] |
-squeeze(int[] trits,
- int offset,
- int length)
-Squeezes the specified trits.
- |
-
ICurl |
-transform()
-Transforms this instance.
- |
-
ICurl absorb(int[] trits, - int offset, - int length)-
trits - The trits.offset - The offset to start from.length - The length.ICurl absorb(int[] trits)-
trits - The trits.int[] squeeze(int[] trits, - int offset, - int length)-
trits - The trits.offset - The offset to start from.length - The length.int[] squeeze(int[] trits)-
trits - The trits.ICurl transform()-
ICurl reset()-
int[] getState()-
void setState(int[] state)-
state - The state.ICurl clone()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/JCurl.html b/javadoc/jota/pow/JCurl.html deleted file mode 100644 index 6aeb652..0000000 --- a/javadoc/jota/pow/JCurl.html +++ /dev/null @@ -1,630 +0,0 @@ - - - - - - -| Modifier and Type | -Field and Description | -
|---|---|
static int |
-HASH_LENGTH
-The hash length.
- |
-
static int |
-NUMBER_OF_ROUNDSP27 |
-
static int |
-NUMBER_OF_ROUNDSP81 |
-
| Constructor and Description | -
|---|
JCurl(boolean pair,
- SpongeFactory.Mode mode) |
-
JCurl(SpongeFactory.Mode mode) |
-
| Modifier and Type | -Method and Description | -
|---|---|
JCurl |
-absorb(int[] trits)
-Absorbs the specified trits.
- |
-
JCurl |
-absorb(int[] trits,
- int offset,
- int length)
-Absorbs the specified trits.
- |
-
void |
-absorb(Pair<long[],long[]> pair,
- int offset,
- int length) |
-
ICurl |
-clone()
-Clones this instance.
- |
-
int[] |
-getState()
-Gets the states.
- |
-
JCurl |
-reset()
-Resets this state.
- |
-
JCurl |
-reset(boolean pair) |
-
void |
-setState(int[] state)
-Sets the state.
- |
-
int[] |
-squeeze(int[] trits)
-Squeezes the specified trits.
- |
-
int[] |
-squeeze(int[] trits,
- int offset,
- int length)
-Squeezes the specified trits.
- |
-
Pair<long[],long[]> |
-squeeze(Pair<long[],long[]> pair,
- int offset,
- int length) |
-
JCurl |
-transform()
-Transforms this instance.
- |
-
public static final int HASH_LENGTH-
public static final int NUMBER_OF_ROUNDSP81-
public static final int NUMBER_OF_ROUNDSP27-
public JCurl(boolean pair, - SpongeFactory.Mode mode)-
public JCurl(SpongeFactory.Mode mode)-
public JCurl absorb(int[] trits, - int offset, - int length)-
public JCurl absorb(int[] trits)-
public JCurl transform()-
public JCurl reset()-
public JCurl reset(boolean pair)-
public int[] squeeze(int[] trits, - int offset, - int length)-
public int[] squeeze(int[] trits)-
public int[] getState()-
public void setState(int[] state)-
public void absorb(Pair<long[],long[]> pair, - int offset, - int length)-
public Pair<long[],long[]> squeeze(Pair<long[],long[]> pair, - int offset, - int length)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/Kerl.html b/javadoc/jota/pow/Kerl.html deleted file mode 100644 index 151c523..0000000 --- a/javadoc/jota/pow/Kerl.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - -NUMBER_OF_ROUNDSP27, NUMBER_OF_ROUNDSP81| Modifier and Type | -Method and Description | -
|---|---|
Kerl |
-absorb(int[] trits,
- int offset,
- int length)
-Absorbs the specified trits.
- |
-
Kerl |
-clone()
-Clones this instance.
- |
-
static int[] |
-convertBytesToTrits(byte[] bytes) |
-
static byte[] |
-convertTritsToBytes(int[] trits) |
-
Kerl |
-reset()
-Resets this state.
- |
-
int[] |
-squeeze(int[] trits)
-Squeezes the specified trits.
- |
-
int[] |
-squeeze(int[] trits,
- int offset,
- int length)
-Squeezes the specified trits.
- |
-
public static byte[] convertTritsToBytes(int[] trits)-
public static int[] convertBytesToTrits(byte[] bytes)-
public Kerl absorb(int[] trits, - int offset, - int length)-
JCurlpublic int[] squeeze(int[] trits, - int offset, - int length)-
JCurlpublic int[] squeeze(int[] trits)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/SpongeFactory.Mode.html b/javadoc/jota/pow/SpongeFactory.Mode.html deleted file mode 100644 index 6ac0c57..0000000 --- a/javadoc/jota/pow/SpongeFactory.Mode.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -public static enum SpongeFactory.Mode -extends Enum<SpongeFactory.Mode>-
| Enum Constant and Description | -
|---|
CURLP27 |
-
CURLP81 |
-
KERL |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SpongeFactory.Mode |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SpongeFactory.Mode[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final SpongeFactory.Mode CURLP81-
public static final SpongeFactory.Mode CURLP27-
public static final SpongeFactory.Mode KERL-
public static SpongeFactory.Mode[] values()-
-for (SpongeFactory.Mode c : SpongeFactory.Mode.values()) - System.out.println(c); -
public static SpongeFactory.Mode valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/SpongeFactory.html b/javadoc/jota/pow/SpongeFactory.html deleted file mode 100644 index 130989f..0000000 --- a/javadoc/jota/pow/SpongeFactory.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public abstract class SpongeFactory -extends Object-
| Modifier and Type | -Class and Description | -
|---|---|
static class |
-SpongeFactory.Mode |
-
| Constructor and Description | -
|---|
SpongeFactory() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ICurl |
-create(SpongeFactory.Mode mode) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/class-use/ICurl.html b/javadoc/jota/pow/class-use/ICurl.html deleted file mode 100644 index bbc3153..0000000 --- a/javadoc/jota/pow/class-use/ICurl.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.model | -- |
| jota.pow | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IotaAPI.Builder |
-IotaAPI.Builder.withCustomCurl(ICurl curl) |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-Bundle.finalize(ICurl customCurl)
-Finalizes the bundle using the specified curl implementation,
- |
-
| Constructor and Description | -
|---|
Transaction(ICurl curl)
-Initializes a new instance of the Signature class.
- |
-
Transaction(String trytes,
- ICurl customCurl)
-Initializes a new instance of the Signature class.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JCurl
-(c) 2016 Come-from-Beyond
-
- JCurl belongs to the sponge function family.
- |
-
class |
-Kerl |
-
| Modifier and Type | -Method and Description | -
|---|---|
ICurl |
-ICurl.absorb(int[] trits)
-Absorbs the specified trits.
- |
-
ICurl |
-ICurl.absorb(int[] trits,
- int offset,
- int length)
-Absorbs the specified trits.
- |
-
ICurl |
-ICurl.clone()
-Clones this instance.
- |
-
ICurl |
-JCurl.clone()
-Clones this instance.
- |
-
static ICurl |
-SpongeFactory.create(SpongeFactory.Mode mode) |
-
ICurl |
-ICurl.reset()
-Resets this state.
- |
-
ICurl |
-ICurl.transform()
-Transforms this instance.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-IotaAPIUtils.newAddress(String seed,
- int security,
- int index,
- boolean checksum,
- ICurl curl)
-Generates a new address
- |
-
static List<String> |
-IotaAPIUtils.signInputsAndReturn(String seed,
- List<Input> inputs,
- Bundle bundle,
- List<String> signatureFragments,
- ICurl curl) |
-
| Constructor and Description | -
|---|
Multisig(ICurl customCurl)
-Initializes a new instance of the Multisig class.
- |
-
Signing(ICurl curl)
-public Signing() {
- this(null);
- }
-
- /**
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/class-use/JCurl.html b/javadoc/jota/pow/class-use/JCurl.html deleted file mode 100644 index e53e0ee..0000000 --- a/javadoc/jota/pow/class-use/JCurl.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.pow | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-Kerl |
-
| Modifier and Type | -Method and Description | -
|---|---|
JCurl |
-JCurl.absorb(int[] trits)
-Absorbs the specified trits.
- |
-
JCurl |
-JCurl.absorb(int[] trits,
- int offset,
- int length)
-Absorbs the specified trits.
- |
-
JCurl |
-JCurl.reset()
-Resets this state.
- |
-
JCurl |
-JCurl.reset(boolean pair) |
-
JCurl |
-JCurl.transform()
-Transforms this instance.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/class-use/Kerl.html b/javadoc/jota/pow/class-use/Kerl.html deleted file mode 100644 index 2af7a35..0000000 --- a/javadoc/jota/pow/class-use/Kerl.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/class-use/SpongeFactory.Mode.html b/javadoc/jota/pow/class-use/SpongeFactory.Mode.html deleted file mode 100644 index a24d716..0000000 --- a/javadoc/jota/pow/class-use/SpongeFactory.Mode.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.pow | -- |
| Modifier and Type | -Method and Description | -
|---|---|
static SpongeFactory.Mode |
-SpongeFactory.Mode.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SpongeFactory.Mode[] |
-SpongeFactory.Mode.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ICurl |
-SpongeFactory.create(SpongeFactory.Mode mode) |
-
| Constructor and Description | -
|---|
JCurl(boolean pair,
- SpongeFactory.Mode mode) |
-
JCurl(SpongeFactory.Mode mode) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/class-use/SpongeFactory.html b/javadoc/jota/pow/class-use/SpongeFactory.html deleted file mode 100644 index f0c5227..0000000 --- a/javadoc/jota/pow/class-use/SpongeFactory.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/package-frame.html b/javadoc/jota/pow/package-frame.html deleted file mode 100644 index f13fced..0000000 --- a/javadoc/jota/pow/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - -| Interface | -Description | -
|---|---|
| ICurl | -
- This interface abstracts the curl hashing algorithm.
- |
-
| Class | -Description | -
|---|---|
| JCurl | -
- (c) 2016 Come-from-Beyond
-
- JCurl belongs to the sponge function family.
- |
-
| Kerl | -- |
| SpongeFactory | -
- Created by paul on 7/27/17.
- |
-
| Enum | -Description | -
|---|---|
| SpongeFactory.Mode | -- |
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/package-tree.html b/javadoc/jota/pow/package-tree.html deleted file mode 100644 index 5902d35..0000000 --- a/javadoc/jota/pow/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/pow/package-use.html b/javadoc/jota/pow/package-use.html deleted file mode 100644 index 21fc209..0000000 --- a/javadoc/jota/pow/package-use.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.model | -- |
| jota.pow | -- |
| jota.utils | -- |
| Class and Description | -
|---|
| ICurl
- This interface abstracts the curl hashing algorithm.
- |
-
| Class and Description | -
|---|
| ICurl
- This interface abstracts the curl hashing algorithm.
- |
-
| Class and Description | -
|---|
| ICurl
- This interface abstracts the curl hashing algorithm.
- |
-
| JCurl
- (c) 2016 Come-from-Beyond
-
- JCurl belongs to the sponge function family.
- |
-
| Kerl | -
| SpongeFactory.Mode | -
| Class and Description | -
|---|
| ICurl
- This interface abstracts the curl hashing algorithm.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Checksum.html b/javadoc/jota/utils/Checksum.html deleted file mode 100644 index b003d29..0000000 --- a/javadoc/jota/utils/Checksum.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -public class Checksum -extends Object-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-addChecksum(String address)
-Adds the checksum to the specified address.
- |
-
static boolean |
-isAddressWithChecksum(String address)
-Check if specified address is an address with checksum.
- |
-
static boolean |
-isAddressWithoutChecksum(String address)
-Check if specified address is an address without checksum.
- |
-
static boolean |
-isValidChecksum(String addressWithChecksum)
-Determines whether the specified address with checksum has a valid checksum.
- |
-
static String |
-removeChecksum(String address)
-Remove the checksum to the specified address.
- |
-
public static String addChecksum(String address) - throws ArgumentException-
address - The address without checksum.ArgumentException - is thrown when the specified address is not an valid address.public static String removeChecksum(String address) - throws ArgumentException-
address - The address with checksum.ArgumentException - is thrown when the specified address is not an address with checksum.public static boolean isValidChecksum(String addressWithChecksum) - throws ArgumentException-
addressWithChecksum - The address with checksum.true if the specified address with checksum has a valid checksum [the specified address with checksum]; otherwise, false.ArgumentException - is thrown when the specified address is not an valid address.public static boolean isAddressWithChecksum(String address) - throws ArgumentException-
address - The address to check.true if the specified address is with checksum ; otherwise, false.ArgumentException - is thrown when the specified address is not an valid address.public static boolean isAddressWithoutChecksum(String address) - throws ArgumentException-
address - The address to check.true if the specified address is without checksum ; otherwise, false.ArgumentException - is thrown when the specified address is not an valid address.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Constants.html b/javadoc/jota/utils/Constants.html deleted file mode 100644 index 32a07a1..0000000 --- a/javadoc/jota/utils/Constants.html +++ /dev/null @@ -1,694 +0,0 @@ - - - - - - -public class Constants -extends Object-
public static final String TRYTE_ALPHABET-
public static final int SEED_LENGTH_MAX-
public static int ADDRESS_LENGTH_WITHOUT_CHECKSUM-
public static int ADDRESS_LENGTH_WITH_CHECKSUM-
public static int MESSAGE_LENGTH-
public static int TAG_LENGTH-
public static final String INVALID_TRYTES_INPUT_ERROR-
public static final String INVALID_HASHES_INPUT_ERROR-
public static final String INVALID_TAIL_HASH_INPUT_ERROR-
public static final String INVALID_SEED_INPUT_ERROR-
public static final String INVALID_SECURITY_LEVEL_INPUT_ERROR-
public static final String INVALID_ATTACHED_TRYTES_INPUT_ERROR-
public static final String INVALID_TRANSFERS_INPUT_ERROR-
public static final String INVALID_ADDRESSES_INPUT_ERROR-
public static final String INVALID_INPUT_ERROR-
public static final String INVALID_BUNDLE_ERROR-
public static final String INVALID_BUNDLE_SUM_ERROR-
public static final String INVALID_BUNDLE_HASH_ERROR-
public static final String INVALID_SIGNATURES_ERROR-
public static final String INVALID_VALUE_TRANSFER_ERROR-
public static final String NOT_ENOUGH_BALANCE_ERROR-
public static final String NO_REMAINDER_ADDRESS_ERROR-
public static final String GET_TRYTES_RESPONSE_ERROR-
public static final String GET_BUNDLE_RESPONSE_ERROR-
public static final String GET_INCLUSION_STATE_RESPONSE_ERROR-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Converter.html b/javadoc/jota/utils/Converter.html deleted file mode 100644 index 9056c43..0000000 --- a/javadoc/jota/utils/Converter.html +++ /dev/null @@ -1,671 +0,0 @@ - - - - - - -public class Converter -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
static int |
-HIGH_INTEGER_BITS |
-
static long |
-HIGH_LONG_BITS |
-
| Modifier and Type | -Method and Description | -
|---|---|
static byte[] |
-bytes(int[] trits) |
-
static byte[] |
-bytes(int[] trits,
- int offset,
- int size)
-Converts the specified trits array to bytes.
- |
-
static int[] |
-convertToIntArray(List<Integer> integers) |
-
static int[] |
-copyTrits(String input,
- int[] destination)
-Copies the trits from the input string into the destination array
- |
-
static void |
-getTrits(byte[] bytes,
- int[] trits)
-Gets the trits from the specified bytes and stores it into the provided trits array.
- |
-
static void |
-increment(int[] trits,
- int size)
-Increments the specified trits.
- |
-
static long |
-longValue(int[] trits)
-Converts the specified trits to its corresponding integer value.
- |
-
static int[] |
-trits(long trytes)
-Converts trytes into trits.
- |
-
static int[] |
-trits(long trytes,
- int length)
-Converts the specified trinary encoded string into a trits array of the specified length.
- |
-
static int[] |
-trits(String trytes)
-Converts trytes into trits.
- |
-
static int[] |
-trits(String trytes,
- int length)
-Converts the specified trinary encoded string into a trits array of the specified length.
- |
-
static int[] |
-tritsString(String trytes)
-Deprecated.
- |
-
static String |
-trytes(int[] trits) |
-
static String |
-trytes(int[] trits,
- int offset,
- int size)
-Converts trites to trytes.
- |
-
static int |
-tryteValue(int[] trits,
- int offset)
-Converts the specified trits array to trytes in integer representation.
- |
-
static int |
-value(int[] trits)
-Converts the specified trits to its corresponding integer value.
- |
-
public static final int HIGH_INTEGER_BITS-
public static final long HIGH_LONG_BITS-
public static byte[] bytes(int[] trits, - int offset, - int size)-
trits - The trits.offset - The offset to start from.size - The size.public static byte[] bytes(int[] trits)-
public static void getTrits(byte[] bytes, - int[] trits)-
bytes - The bytes.trits - The trits.public static int[] trits(String trytes, - int length)-
trytes - The trytes.length - The lengthpublic static int[] trits(long trytes, - int length)-
trytes - The trytes.length - The length.@Deprecated -public static int[] tritsString(String trytes)-
trytes - The trytes.public static int[] trits(long trytes)-
trytes - The trytes to be converted.public static int[] trits(String trytes)-
trytes - The trytes to be converted.public static int[] copyTrits(String input, - int[] destination)-
input - The input String.destination - The destination array.public static String trytes(int[] trits, - int offset, - int size)-
trits - Teh trits to be converted.offset - The offset to start from.size - The size.public static String trytes(int[] trits)-
public static int tryteValue(int[] trits, - int offset)-
trits - The trits.offset - The offset to start from.public static int value(int[] trits)-
trits - The trits.public static long longValue(int[] trits)-
trits - The trits.public static void increment(int[] trits, - int size)-
trits - The trits.size - The size.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/InputValidator.html b/javadoc/jota/utils/InputValidator.html deleted file mode 100644 index c592093..0000000 --- a/javadoc/jota/utils/InputValidator.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - - - -public class InputValidator -extends Object-
| Constructor and Description | -
|---|
InputValidator() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static boolean |
-checkAddress(String address)
-Checks whether the specified address is an address and throws and exception if the address is invalid.
- |
-
static boolean |
-isAddress(String address)
-Determines whether the specified string is an address.
- |
-
static boolean |
-isAddressesCollectionValid(List<String> addresses)
-Determines whether the specified addresses are valid.
- |
-
static boolean |
-isArrayOfAttachedTrytes(String[] trytes)
-Checks if attached trytes if last 241 trytes are non-zero
- |
-
static boolean |
-isArrayOfHashes(String[] hashes)
-Determines whether the specified array contains only valid hashes.
- |
-
static boolean |
-isArrayOfTrytes(String[] trytes)
-Determines whether the specified string array contains only trytes.
- |
-
static boolean |
-isHash(String hash)
-Checks if input is correct hash.
- |
-
static boolean |
-isHashes(List<String> hashes)
-Checks if input is correct hashes.
- |
-
static boolean |
-isNinesTrytes(String trytes,
- int length)
-Determines whether the specified string consist only of '9'.
- |
-
static boolean |
-isTransfersCollectionValid(List<Transfer> transfers)
-Determines whether the specified transfers are valid.
- |
-
static boolean |
-isTrytes(String trytes,
- int length)
-Determines whether the specified string contains only characters from the trytes alphabet (see
- |
-
static boolean |
-isValidSeed(String seed)
-Checks if the seed is valid.
- |
-
static boolean |
-isValidTransfer(Transfer transfer)
-Determines whether the specified transfer is valid.
- |
-
static boolean |
-isValue(String value)
-Determines whether the specified string represents a signed integer.
- |
-
public static boolean isAddress(String address)-
address - The address to validate.true if the specified string is an address; otherwise, false.public static boolean isAddressesCollectionValid(List<String> addresses) - throws ArgumentException-
addresses - The address list to validate.true if the specified addresses are valid; otherwise, false.ArgumentExceptionpublic static boolean checkAddress(String address) - throws ArgumentException-
address - The address to validate.true if the specified string is an address; otherwise, false.ArgumentException - is thrown when the specified input is not valid.public static boolean isTrytes(String trytes, - int length)-
trytes - The trytes to validate.length - The length.true if the specified trytes are trytes otherwise, false.public static boolean isNinesTrytes(String trytes, - int length)-
trytes - The trytes to validate.length - The length.true if the specified string consist only of '9'; otherwise, false.public static boolean isValue(String value)-
value - The value to validate.true the specified string represents an integer value; otherwise, false.public static boolean isArrayOfTrytes(String[] trytes)-
trytes - The trytes array to validate.true if the specified array contains only valid trytes otherwise, false.public static boolean isArrayOfHashes(String[] hashes)-
hashes - The hashes array to validate.true the specified array contains only valid hashes; otherwise, false.public static boolean isTransfersCollectionValid(List<Transfer> transfers) - throws ArgumentException-
transfers - The transfers list to validate.true if the specified transfers are valid; otherwise, false.ArgumentExceptionpublic static boolean isValidTransfer(Transfer transfer)-
transfer - The transfer to validate.true if the specified transfer is valid; otherwise, false>.public static boolean isValidSeed(String seed)-
seed - The seed to validate.true if the specified seed is valid; otherwise, false.public static boolean isHashes(List<String> hashes)-
hashes - The hashes list to validate.true if the specified hashes are valid; otherwise, false.public static boolean isHash(String hash)-
hash - The hash to validate.true if the specified hash are valid; otherwise, false.public static boolean isArrayOfAttachedTrytes(String[] trytes)-
trytes - The trytes.true if the specified trytes are valid; otherwise, false.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/IotaAPIUtils.html b/javadoc/jota/utils/IotaAPIUtils.html deleted file mode 100644 index 9ab318b..0000000 --- a/javadoc/jota/utils/IotaAPIUtils.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -public class IotaAPIUtils -extends Object-
| Constructor and Description | -
|---|
IotaAPIUtils() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-newAddress(String seed,
- int security,
- int index,
- boolean checksum,
- ICurl curl)
-Generates a new address
- |
-
static List<String> |
-signInputsAndReturn(String seed,
- List<Input> inputs,
- Bundle bundle,
- List<String> signatureFragments,
- ICurl curl) |
-
public static String newAddress(String seed, - int security, - int index, - boolean checksum, - ICurl curl) - throws ArgumentException-
seed - The tryte-encoded seed. It should be noted that this seed is not transferred.security - The secuirty level of private key / seed.index - The index to start search from. If the index is provided, the generation of the address is not deterministic.checksum - The adds 9-tryte address checksumcurl - The curl instance.ArgumentException - is thrown when the specified input is not valid.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/IotaUnitConverter.html b/javadoc/jota/utils/IotaUnitConverter.html deleted file mode 100644 index 603e3da..0000000 --- a/javadoc/jota/utils/IotaUnitConverter.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - -public class IotaUnitConverter -extends Object-
| Constructor and Description | -
|---|
IotaUnitConverter() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static double |
-convertAmountTo(long amount,
- IotaUnits target)
-Convert amount to target unit.
- |
-
static String |
-convertRawIotaAmountToDisplayText(long amount,
- boolean extended)
-Convert the iota amount to text.
- |
-
static long |
-convertUnits(long amount,
- IotaUnits fromUnit,
- IotaUnits toUnit)
-Convert the iota amount.
- |
-
static String |
-createAmountDisplayText(double amountInUnit,
- IotaUnits unit,
- boolean extended)
-Create amount text.
- |
-
static IotaUnits |
-findOptimalIotaUnitToDisplay(long amount)
-Finds the optimal unit to display the specified amount in.
- |
-
public static long convertUnits(long amount, - IotaUnits fromUnit, - IotaUnits toUnit)-
amount - The amount.fromUnit - The source unit e.g. the unit of amount.toUnit - The target unit.public static String convertRawIotaAmountToDisplayText(long amount, - boolean extended)-
amount - The amount.extended - Extended length.public static double convertAmountTo(long amount, - IotaUnits target)-
amount - The amount.public static String createAmountDisplayText(double amountInUnit, - IotaUnits unit, - boolean extended)-
amountInUnit - The amount in units.unit - The unit.extended - Extended length.public static IotaUnits findOptimalIotaUnitToDisplay(long amount)-
amount - The amount.Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/IotaUnits.html b/javadoc/jota/utils/IotaUnits.html deleted file mode 100644 index bfddbc9..0000000 --- a/javadoc/jota/utils/IotaUnits.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - -public enum IotaUnits -extends Enum<IotaUnits>-
| Enum Constant and Description | -
|---|
GIGA_IOTA |
-
IOTA |
-
KILO_IOTA |
-
MEGA_IOTA |
-
PETA_IOTA |
-
TERA_IOTA |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-getUnit()
-Gets the unit.
- |
-
long |
-getValue()
-Gets the value.
- |
-
static IotaUnits |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IotaUnits[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final IotaUnits IOTA-
public static final IotaUnits KILO_IOTA-
public static final IotaUnits MEGA_IOTA-
public static final IotaUnits GIGA_IOTA-
public static final IotaUnits TERA_IOTA-
public static final IotaUnits PETA_IOTA-
public static IotaUnits[] values()-
-for (IotaUnits c : IotaUnits.values()) - System.out.println(c); -
public static IotaUnits valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getUnit()-
public long getValue()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Multisig.html b/javadoc/jota/utils/Multisig.html deleted file mode 100644 index ecf612e..0000000 --- a/javadoc/jota/utils/Multisig.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - -public class Multisig -extends Object-
| Constructor and Description | -
|---|
Multisig()
-Initializes a new instance of the Multisig class.
- |
-
Multisig(ICurl customCurl)
-Initializes a new instance of the Multisig class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
String |
-addAddressDigest(String digestTrytes,
- String curlStateTrytes)
-Initiates the generation of a new multisig address or adds the key digest to an existing one
- |
-
Bundle |
-addSignature(Bundle bundleToSign,
- String inputAddress,
- String keyTrytes)
-Adds the cosigner signatures to the corresponding bundle transaction
- |
-
String |
-finalizeAddress(String curlStateTrytes)
-Generates a new address
- |
-
String |
-getDigest(String seed,
- int security,
- int index) |
-
String |
-getKey(String seed,
- int index,
- int security)
-Gets the key value of a seed
- |
-
boolean |
-validateAddress(String multisigAddress,
- int[][] digests)
-Validates a generated multisig address
- |
-
public Multisig(ICurl customCurl)-
public Multisig()-
public String getDigest(String seed, - int security, - int index) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferred.security - Secuirty level of private key / seed.index - Key index to start search from. If the index is provided, the generation of the address is not deterministic.ArgumentException - is thrown when the specified security level is not valid.public String addAddressDigest(String digestTrytes, - String curlStateTrytes)-
digestTrytes - curlStateTrytes - public String getKey(String seed, - int index, - int security) - throws ArgumentException-
seed - Tryte-encoded seed. It should be noted that this seed is not transferredindex - Key index to start search from. If the index is provided, the generation of the address is not deterministic.ArgumentException - is thrown when the specified security level is not valid.public String finalizeAddress(String curlStateTrytes)-
curlStateTrytes - public boolean validateAddress(String multisigAddress, - int[][] digests)-
multisigAddress - digests - Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/NamedThreadFactory.html b/javadoc/jota/utils/NamedThreadFactory.html deleted file mode 100644 index 2474610..0000000 --- a/javadoc/jota/utils/NamedThreadFactory.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class NamedThreadFactory -extends Object -implements ThreadFactory-
| Constructor and Description | -
|---|
NamedThreadFactory(String baseName) |
-
| Modifier and Type | -Method and Description | -
|---|---|
Thread |
-newThread(Runnable r) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Pair.html b/javadoc/jota/utils/Pair.html deleted file mode 100644 index be6e289..0000000 --- a/javadoc/jota/utils/Pair.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -public class Pair<S,T> -extends Object-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Parallel.Operation.html b/javadoc/jota/utils/Parallel.Operation.html deleted file mode 100644 index af87151..0000000 --- a/javadoc/jota/utils/Parallel.Operation.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -T - public static interface Parallel.Operation<T>
-| Modifier and Type | -Method and Description | -
|---|---|
void |
-perform(T pParameter) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Parallel.html b/javadoc/jota/utils/Parallel.html deleted file mode 100644 index 6c46fb8..0000000 --- a/javadoc/jota/utils/Parallel.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -public class Parallel -extends Object-
| Modifier and Type | -Class and Description | -
|---|---|
static interface |
-Parallel.Operation<T> |
-
| Modifier and Type | -Method and Description | -
|---|---|
static <T> Collection<Callable<Void>> |
-createCallables(Iterable<T> elements,
- Parallel.Operation<T> operation) |
-
static <T> void |
-For(Iterable<T> elements,
- Parallel.Operation<T> operation) |
-
public static <T> void For(Iterable<T> elements, - Parallel.Operation<T> operation)-
T - elements - operation - public static <T> Collection<Callable<Void>> createCallables(Iterable<T> elements, - Parallel.Operation<T> operation)-
T - elements - operation - Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/SeedRandomGenerator.html b/javadoc/jota/utils/SeedRandomGenerator.html deleted file mode 100644 index 0b92c75..0000000 --- a/javadoc/jota/utils/SeedRandomGenerator.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -public class SeedRandomGenerator -extends Object-
| Constructor and Description | -
|---|
SeedRandomGenerator() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-generateNewSeed()
-Generate a new seed.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/Signing.html b/javadoc/jota/utils/Signing.html deleted file mode 100644 index 22bf220..0000000 --- a/javadoc/jota/utils/Signing.html +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - -public class Signing -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
static int |
-KEY_LENGTH |
-
| Constructor and Description | -
|---|
Signing(ICurl curl)
-public Signing() {
- this(null);
- }
-
- /**
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
int[] |
-address(int[] digests) |
-
int[] |
-digest(int[] normalizedBundleFragment,
- int[] signatureFragment) |
-
int[] |
-digests(int[] key) |
-
int[] |
-key(int[] inSeed,
- int index,
- int security) |
-
int[] |
-signatureFragment(int[] normalizedBundleFragment,
- int[] keyFragment) |
-
Boolean |
-validateSignatures(Bundle signedBundle,
- String inputAddress) |
-
Boolean |
-validateSignatures(String expectedAddress,
- String[] signatureFragments,
- String bundleHash) |
-
public static final int KEY_LENGTH-
public Signing(ICurl curl)-
curl - public int[] key(int[] inSeed, - int index, - int security) - throws ArgumentException-
inSeed - index - security - ArgumentException - is thrown when the specified security level is not valid.public int[] signatureFragment(int[] normalizedBundleFragment, - int[] keyFragment)-
public int[] address(int[] digests)-
public int[] digests(int[] key)-
public int[] digest(int[] normalizedBundleFragment, - int[] signatureFragment)-
public Boolean validateSignatures(Bundle signedBundle, - String inputAddress)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/StopWatch.html b/javadoc/jota/utils/StopWatch.html deleted file mode 100644 index b955366..0000000 --- a/javadoc/jota/utils/StopWatch.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - -public class StopWatch -extends Object-
| Constructor and Description | -
|---|
StopWatch()
-Initializes a new instance of the StopWatch class.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
long |
-getElapsedTimeHour()
-Elapsed time in hours.
- |
-
long |
-getElapsedTimeMili()
-Elapsed time in milliseconds.
- |
-
long |
-getElapsedTimeMin()
-Elapsed time in minutes.
- |
-
long |
-getElapsedTimeSecs()
-Elapsed time in seconds.
- |
-
void |
-pause() |
-
void |
-reStart() |
-
void |
-resume() |
-
StopWatch |
-stop() |
-
public StopWatch()-
public void reStart()-
public StopWatch stop()-
public void pause()-
public void resume()-
public long getElapsedTimeMili()-
public long getElapsedTimeSecs()-
public long getElapsedTimeMin()-
public long getElapsedTimeHour()-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/TrytesConverter.html b/javadoc/jota/utils/TrytesConverter.html deleted file mode 100644 index ef021ba..0000000 --- a/javadoc/jota/utils/TrytesConverter.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -public class TrytesConverter -extends Object-
| Constructor and Description | -
|---|
TrytesConverter() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static String |
-toString(String inputTrytes)
-Trytes to bytes
- Reverse operation from the byteToTrytes function in send.js
- 2 Trytes == 1 Byte
- We assume that the trytes are a JSON encoded object thus for our encoding:
- First character = {
- Last character = }
- Everything after that is 9's padding
- |
-
static String |
-toTrytes(String inputString)
-Conversion of ascii encoded bytes to trytes.
- |
-
public static String toTrytes(String inputString)-
inputString - The input String.public static String toString(String inputTrytes)-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Checksum.html b/javadoc/jota/utils/class-use/Checksum.html deleted file mode 100644 index d30cd43..0000000 --- a/javadoc/jota/utils/class-use/Checksum.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Constants.html b/javadoc/jota/utils/class-use/Constants.html deleted file mode 100644 index ce1baea..0000000 --- a/javadoc/jota/utils/class-use/Constants.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Converter.html b/javadoc/jota/utils/class-use/Converter.html deleted file mode 100644 index 540ddae..0000000 --- a/javadoc/jota/utils/class-use/Converter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/InputValidator.html b/javadoc/jota/utils/class-use/InputValidator.html deleted file mode 100644 index dd4b2e1..0000000 --- a/javadoc/jota/utils/class-use/InputValidator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/IotaAPIUtils.html b/javadoc/jota/utils/class-use/IotaAPIUtils.html deleted file mode 100644 index 3eef986..0000000 --- a/javadoc/jota/utils/class-use/IotaAPIUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/IotaUnitConverter.html b/javadoc/jota/utils/class-use/IotaUnitConverter.html deleted file mode 100644 index 58bd38b..0000000 --- a/javadoc/jota/utils/class-use/IotaUnitConverter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/IotaUnits.html b/javadoc/jota/utils/class-use/IotaUnits.html deleted file mode 100644 index a75d14f..0000000 --- a/javadoc/jota/utils/class-use/IotaUnits.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
static IotaUnits |
-IotaUnitConverter.findOptimalIotaUnitToDisplay(long amount)
-Finds the optimal unit to display the specified amount in.
- |
-
static IotaUnits |
-IotaUnits.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IotaUnits[] |
-IotaUnits.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static double |
-IotaUnitConverter.convertAmountTo(long amount,
- IotaUnits target)
-Convert amount to target unit.
- |
-
static long |
-IotaUnitConverter.convertUnits(long amount,
- IotaUnits fromUnit,
- IotaUnits toUnit)
-Convert the iota amount.
- |
-
static String |
-IotaUnitConverter.createAmountDisplayText(double amountInUnit,
- IotaUnits unit,
- boolean extended)
-Create amount text.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Multisig.html b/javadoc/jota/utils/class-use/Multisig.html deleted file mode 100644 index e1444b8..0000000 --- a/javadoc/jota/utils/class-use/Multisig.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/NamedThreadFactory.html b/javadoc/jota/utils/class-use/NamedThreadFactory.html deleted file mode 100644 index 0549638..0000000 --- a/javadoc/jota/utils/class-use/NamedThreadFactory.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Pair.html b/javadoc/jota/utils/class-use/Pair.html deleted file mode 100644 index 8029c9d..0000000 --- a/javadoc/jota/utils/class-use/Pair.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.pow | -- |
| Modifier and Type | -Method and Description | -
|---|---|
Pair<long[],long[]> |
-JCurl.squeeze(Pair<long[],long[]> pair,
- int offset,
- int length) |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-JCurl.absorb(Pair<long[],long[]> pair,
- int offset,
- int length) |
-
Pair<long[],long[]> |
-JCurl.squeeze(Pair<long[],long[]> pair,
- int offset,
- int length) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Parallel.Operation.html b/javadoc/jota/utils/class-use/Parallel.Operation.html deleted file mode 100644 index c3e4936..0000000 --- a/javadoc/jota/utils/class-use/Parallel.Operation.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
static <T> Collection<Callable<Void>> |
-Parallel.createCallables(Iterable<T> elements,
- Parallel.Operation<T> operation) |
-
static <T> void |
-Parallel.For(Iterable<T> elements,
- Parallel.Operation<T> operation) |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Parallel.html b/javadoc/jota/utils/class-use/Parallel.html deleted file mode 100644 index 835390d..0000000 --- a/javadoc/jota/utils/class-use/Parallel.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/SeedRandomGenerator.html b/javadoc/jota/utils/class-use/SeedRandomGenerator.html deleted file mode 100644 index f98b0c4..0000000 --- a/javadoc/jota/utils/class-use/SeedRandomGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/Signing.html b/javadoc/jota/utils/class-use/Signing.html deleted file mode 100644 index 19d703b..0000000 --- a/javadoc/jota/utils/class-use/Signing.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/StopWatch.html b/javadoc/jota/utils/class-use/StopWatch.html deleted file mode 100644 index c6007aa..0000000 --- a/javadoc/jota/utils/class-use/StopWatch.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.utils | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetBalancesAndFormatResponse |
-IotaAPI.getBalanceAndFormat(List<String> addresses,
- long threshold,
- int start,
- StopWatch stopWatch,
- int security)
-Gets the balances and formats the output.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
StopWatch |
-StopWatch.stop() |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/class-use/TrytesConverter.html b/javadoc/jota/utils/class-use/TrytesConverter.html deleted file mode 100644 index da59986..0000000 --- a/javadoc/jota/utils/class-use/TrytesConverter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/package-frame.html b/javadoc/jota/utils/package-frame.html deleted file mode 100644 index 4c1d03d..0000000 --- a/javadoc/jota/utils/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -| Interface | -Description | -
|---|---|
| Parallel.Operation<T> | -- |
| Class | -Description | -
|---|---|
| Checksum | -
- This class defines utility methods to add/remove the checksum to/from an address.
- |
-
| Constants | -
- This class defines the global constants.
- |
-
| Converter | -
- This class provides a set of utility methods to are used to convert between different formats.
- |
-
| InputValidator | -
- This class provides methods to validate the parameters of different iota API methods.
- |
-
| IotaAPIUtils | -
- Client Side computation service.
- |
-
| IotaUnitConverter | -
- This class provides methods to convert Iota to different units.
- |
-
| Multisig | -- |
| NamedThreadFactory | -- |
| Pair<S,T> | -
- Created by paul on 4/15/17.
- |
-
| Parallel | -- |
| SeedRandomGenerator | -
- This class allows to create a secure random generated seed.
- |
-
| Signing | -- |
| StopWatch | -- |
| TrytesConverter | -
- This class allows to convert between ASCII and tryte encoded strings.
- |
-
| Enum | -Description | -
|---|---|
| IotaUnits | -
- Table of IOTA units based off of the standard system of Units.
- |
-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/package-tree.html b/javadoc/jota/utils/package-tree.html deleted file mode 100644 index c1f7e18..0000000 --- a/javadoc/jota/utils/package-tree.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/jota/utils/package-use.html b/javadoc/jota/utils/package-use.html deleted file mode 100644 index 7c76d2d..0000000 --- a/javadoc/jota/utils/package-use.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| jota | -- |
| jota.pow | -- |
| jota.utils | -- |
| Class and Description | -
|---|
| StopWatch | -
| Class and Description | -
|---|
| Pair
- Created by paul on 4/15/17.
- |
-
| Class and Description | -
|---|
| IotaUnits
- Table of IOTA units based off of the standard system of Units.
- |
-
| Parallel.Operation | -
| StopWatch | -
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/options b/javadoc/options deleted file mode 100644 index a036ac1..0000000 --- a/javadoc/options +++ /dev/null @@ -1,24 +0,0 @@ --classpath -'/home/travis/.m2/repository/com/squareup/retrofit2/converter-gson/2.3.0/converter-gson-2.3.0.jar:/home/travis/.m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar:/home/travis/.m2/repository/com/squareup/retrofit2/retrofit/2.3.0/retrofit-2.3.0.jar:/home/travis/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar:/home/travis/.m2/repository/com/squareup/okio/okio/1.13.0/okio-1.13.0.jar:/home/travis/.m2/repository/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar:/home/travis/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar:/home/travis/.m2/repository/com/squareup/okhttp3/okhttp/3.8.0/okhttp-3.8.0.jar:/home/travis/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar' --encoding -'UTF-8' --protected --sourcepath -'/home/travis/build/iotaledger/iota.lib.java/jota/src/main/java' --author --bottom -'Copyright © 2017. All rights reserved.' --charset -'UTF-8' --d -'/home/travis/build/iotaledger/iota.lib.java/jota/target/apidocs' --docencoding -'UTF-8' --doctitle -'JOTA : Library 0.9.11-SNAPSHOT API' --linkoffline -'http://docs.oracle.com/javase/8/docs/api' '/home/travis/build/iotaledger/iota.lib.java/jota/target/javadoc-bundle-options' --use --version --windowtitle -'JOTA : Library 0.9.11-SNAPSHOT API' \ No newline at end of file diff --git a/javadoc/overview-frame.html b/javadoc/overview-frame.html deleted file mode 100644 index 3cfe3cb..0000000 --- a/javadoc/overview-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -- - diff --git a/javadoc/overview-summary.html b/javadoc/overview-summary.html deleted file mode 100644 index 08228de..0000000 --- a/javadoc/overview-summary.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -
| Package | -Description | -
|---|---|
| cfb.pearldiver | -- |
| jota | -- |
| jota.dto.request | -- |
| jota.dto.response | -- |
| jota.error | -- |
| jota.model | -- |
| jota.pow | -- |
| jota.utils | -- |
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/overview-tree.html b/javadoc/overview-tree.html deleted file mode 100644 index 98a9f7f..0000000 --- a/javadoc/overview-tree.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - -Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/package-list b/javadoc/package-list deleted file mode 100644 index 588f1de..0000000 --- a/javadoc/package-list +++ /dev/null @@ -1,8 +0,0 @@ -cfb.pearldiver -jota -jota.dto.request -jota.dto.response -jota.error -jota.model -jota.pow -jota.utils diff --git a/javadoc/packages b/javadoc/packages deleted file mode 100644 index 122cbed..0000000 --- a/javadoc/packages +++ /dev/null @@ -1,8 +0,0 @@ -jota.error -jota -jota.dto.response -jota.dto.request -jota.model -jota.utils -jota.pow -cfb.pearldiver \ No newline at end of file diff --git a/javadoc/script.js b/javadoc/script.js deleted file mode 100644 index b346356..0000000 --- a/javadoc/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/javadoc/serialized-form.html b/javadoc/serialized-form.html deleted file mode 100644 index 0ebd11d..0000000 --- a/javadoc/serialized-form.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - -Collection<E> messages-
Copyright © 2017. All rights reserved.
- - diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css deleted file mode 100644 index 98055b2..0000000 --- a/javadoc/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.useSummary td.colFirst, .useSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -}