A B C D E F G H I J L M N O P Q R S T U W 
All Classes All Packages

A

AbstractId - Class in org.iota.types.ids
 
AbstractId(String) - Constructor for class org.iota.types.ids.AbstractId
 
AbstractObject - Class in org.iota.types
 
AbstractObject(JsonObject) - Constructor for class org.iota.types.AbstractObject
 
AbstractObject(String) - Constructor for class org.iota.types.AbstractObject
 
AliasId - Class in org.iota.types.ids
 
AliasId(String) - Constructor for class org.iota.types.ids.AliasId
 
aliasIdToBech32(AliasId, String) - Method in class org.iota.apis.UtilsApi
 
aliasIdToBech32(AliasId, String) - Method in class org.iota.Client
Converts an alias id to a bech32 address.
AliasOutputBuilderParams - Class in org.iota.types.output_builder
 
AliasOutputBuilderParams() - Constructor for class org.iota.types.output_builder.AliasOutputBuilderParams
 

B

BasicOutputBuilderParams - Class in org.iota.types.output_builder
 
BasicOutputBuilderParams() - Constructor for class org.iota.types.output_builder.BasicOutputBuilderParams
 
bech32ToHex(String) - Method in class org.iota.apis.UtilsApi
 
bech32ToHex(String) - Method in class org.iota.Client
Converts a bech32 address to a hex address
Block - Class in org.iota.types
 
Block(JsonObject) - Constructor for class org.iota.types.Block
 
Block(String) - Constructor for class org.iota.types.Block
 
BlockId - Class in org.iota.types.ids
 
BlockId(String) - Constructor for class org.iota.types.ids.BlockId
 
BlockMetadata - Class in org.iota.types
 
BlockMetadata(JsonObject) - Constructor for class org.iota.types.BlockMetadata
 
BlockMetadata(String) - Constructor for class org.iota.types.BlockMetadata
 
BlockPayload - Class in org.iota.types
 
BlockPayload(JsonObject) - Constructor for class org.iota.types.BlockPayload
 
BlockPayload(String) - Constructor for class org.iota.types.BlockPayload
 
buildAliasOutput(AliasOutputBuilderParams) - Method in class org.iota.apis.MiscellaneousApi
 
buildAliasOutput(AliasOutputBuilderParams) - Method in class org.iota.Client
Builds an alias output
buildAndPostBlock(SecretManager, BuildBlockOptions) - Method in class org.iota.apis.MiscellaneousApi
 
buildAndPostBlock(SecretManager, BuildBlockOptions) - Method in class org.iota.Client
Builds a block and posts it to the network
buildBasicOutput(BasicOutputBuilderParams) - Method in class org.iota.apis.MiscellaneousApi
 
buildBasicOutput(BasicOutputBuilderParams) - Method in class org.iota.Client
Builds a basic output
BuildBlockOptions - Class in org.iota.types.secret
 
BuildBlockOptions() - Constructor for class org.iota.types.secret.BuildBlockOptions
 
BuildBlockOptions.ClientBlockBuilderOutputAddress - Class in org.iota.types.secret
 
buildFoundryOutput(FoundryOutputBuilderParams) - Method in class org.iota.apis.MiscellaneousApi
 
buildFoundryOutput(FoundryOutputBuilderParams) - Method in class org.iota.Client
Builds a Foundry output object from the given parameters
buildNftOutput(NftOutputBuilderParams) - Method in class org.iota.apis.MiscellaneousApi
 
buildNftOutput(NftOutputBuilderParams) - Method in class org.iota.Client
Builds an NFT output

C

Client - Class in org.iota
 
Client(ClientConfig) - Constructor for class org.iota.Client
Creates a new client instance with the given configuration.
ClientBlockBuilderOutputAddress(String, String) - Constructor for class org.iota.types.secret.BuildBlockOptions.ClientBlockBuilderOutputAddress
 
ClientCommand - Class in org.iota.apis
 
ClientCommand(String) - Constructor for class org.iota.apis.ClientCommand
 
ClientCommand(String, JsonElement) - Constructor for class org.iota.apis.ClientCommand
 
ClientConfig - Class in org.iota.types
 
ClientConfig() - Constructor for class org.iota.types.ClientConfig
 
ClientException - Exception in org.iota.types.expections
 
ClientException(String, String) - Constructor for exception org.iota.types.expections.ClientException
 
computeAliasId(OutputId) - Method in class org.iota.apis.UtilsApi
 
computeAliasId(OutputId) - Method in class org.iota.Client
Computes the alias id for the given alias output id
computeBlockId(Block) - Method in class org.iota.apis.UtilsApi
 
computeFoundryId(String, int, int) - Method in class org.iota.apis.UtilsApi
 
computeFoundryId(String, int, int) - Method in class org.iota.Client
Computes the Foundry ID for a given alias address, serial number, and token scheme
computeNftId(OutputId) - Method in class org.iota.apis.UtilsApi
 
computeNftId(OutputId) - Method in class org.iota.Client
Computes the NFT ID from the NFT output ID
consolidateFunds(SecretManager, GenerateAddressesOptions) - Method in class org.iota.apis.HighLevelApi
 
consolidateFunds(SecretManager, GenerateAddressesOptions) - Method in class org.iota.Client
This function will consolidate all funds of the wallet

D

destroyHandle() - Method in class org.iota.apis.NativeApi
 
destroyHandle() - Method in class org.iota.Client
Destroys this client instance and drops its database connection.

E

equals(Object) - Method in class org.iota.types.AbstractObject
 
equals(Object) - Method in class org.iota.types.ids.AbstractId
 

F

Feature - Class in org.iota.types
 
Feature(JsonObject) - Constructor for class org.iota.types.Feature
 
Feature(String) - Constructor for class org.iota.types.Feature
 
findBlocks(BlockId[]) - Method in class org.iota.apis.HighLevelApi
 
findBlocks(BlockId[]) - Method in class org.iota.Client
Finds blocks by their ids
findInputs(String[], int) - Method in class org.iota.apis.HighLevelApi
 
findInputs(String[], int) - Method in class org.iota.Client
Finds the inputs that are needed to create a transaction with the given amount
findOutputs(OutputId[], String[]) - Method in class org.iota.apis.HighLevelApi
 
findOutputs(OutputId[], String[]) - Method in class org.iota.Client
Finds outputs by their ids and addresses
FoundryId - Class in org.iota.types.ids
 
FoundryId(String) - Constructor for class org.iota.types.ids.FoundryId
 
FoundryOutputBuilderParams - Class in org.iota.types.output_builder
 
FoundryOutputBuilderParams() - Constructor for class org.iota.types.output_builder.FoundryOutputBuilderParams
 

G

generateAddresses(SecretManager, GenerateAddressesOptions) - Method in class org.iota.apis.MiscellaneousApi
 
generateAddresses(SecretManager, GenerateAddressesOptions) - Method in class org.iota.Client
Generate addresses for a given secret manager
GenerateAddressesOptions - Class in org.iota.types.secret
 
GenerateAddressesOptions() - Constructor for class org.iota.types.secret.GenerateAddressesOptions
 
generateMnemonic() - Method in class org.iota.apis.UtilsApi
 
generateMnemonic() - Method in class org.iota.Client
Generate a mnemonic
getAliasOutputIdByAliasId(AliasId) - Method in class org.iota.apis.NodeIndexerApi
 
getAliasOutputIdByAliasId(AliasId) - Method in class org.iota.Client
The aliasId of the alias you want to get the outputId for.eturns the output id of an alias by its alias id
getAliasOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.apis.NodeIndexerApi
 
getAliasOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.Client
Returns the alias output ids that match the given query parameters
getAmount() - Method in class org.iota.types.responses.TreasuryResponse
 
getAsJson() - Method in class org.iota.types.secret.BuildBlockOptions.ClientBlockBuilderOutputAddress
 
getAsJson() - Method in class org.iota.types.secret.Range
 
getBasicOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.apis.NodeIndexerApi
 
getBasicOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.Client
Returns the basic output ids that match the given query parameters
getBech32Hrp() - Method in class org.iota.apis.MiscellaneousApi
 
getBech32Hrp() - Method in class org.iota.Client
Get the Bech32 HRP for the current network
getBech32Hrp() - Method in class org.iota.types.ClientConfig
 
getBech32Hrp() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getBelowMaxDepth() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getBlock(BlockId) - Method in class org.iota.apis.NodeCoreApi
 
getBlock(BlockId) - Method in class org.iota.Client
Get a block by its block id
getBlockId(Block) - Method in class org.iota.Client
This function computes the block id of a block
getBlockMetadata(BlockId) - Method in class org.iota.apis.NodeCoreApi
 
getBlockMetadata(BlockId) - Method in class org.iota.Client
Get the metadata of a block
getBlockRaw(BlockId) - Method in class org.iota.apis.NodeCoreApi
 
getBlockRaw(BlockId) - Method in class org.iota.Client
Get the raw bytes of a block
getConsumedOutputs() - Method in class org.iota.types.responses.UtxoChangesResponse
 
getCreatedOutputs() - Method in class org.iota.types.responses.UtxoChangesResponse
 
getEnd() - Method in class org.iota.types.secret.Range
 
getFallbackToLocalPow() - Method in class org.iota.Client
Returns true if the client is configured to fallback to local proof of work if the remote proof of work service is unavailable
getFoundryOutputIdByFoundryId(FoundryId) - Method in class org.iota.apis.NodeIndexerApi
 
getFoundryOutputIdByFoundryId(FoundryId) - Method in class org.iota.Client
The aliasId of the alias you want to get the outputId for.
getFoundryOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.apis.NodeIndexerApi
 
getFoundryOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.Client
Returns the Foundry output ids that match the given query parameters
getHealth(String) - Method in class org.iota.apis.NodeCoreApi
 
getHealth(String) - Method in class org.iota.Client
Get the health of a given node.
getIncludedBlock(TransactionId) - Method in class org.iota.apis.NodeCoreApi
 
getIncludedBlock(TransactionId) - Method in class org.iota.Client
Returns the block that contains the transaction that was included in the ledger.
getIndex() - Method in class org.iota.types.responses.UtxoChangesResponse
 
getJson() - Method in class org.iota.apis.NodeIndexerApi.QueryParams
 
getJson() - Method in class org.iota.types.ClientConfig
 
getJson() - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
getJson() - Method in class org.iota.types.output_builder.BasicOutputBuilderParams
 
getJson() - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
getJson() - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
getJson() - Method in class org.iota.types.secret.BuildBlockOptions
 
getJson() - Method in class org.iota.types.secret.GenerateAddressesOptions
 
getJson() - Method in class org.iota.types.secret.LedgerNanoSecretManager
 
getJson() - Method in class org.iota.types.secret.MnemonicSecretManager
 
getJson() - Method in class org.iota.types.secret.PlaceholderSecretManager
 
getJson() - Method in class org.iota.types.secret.SecretManager
 
getJson() - Method in class org.iota.types.secret.SeedSecretManager
 
getJson() - Method in class org.iota.types.secret.StrongholdSecretManager
 
getLedgerNanoStatus(boolean) - Method in class org.iota.apis.MiscellaneousApi
 
getLedgerNanoStatus(boolean) - Method in class org.iota.Client
Get the status of the Ledger Nano device
getLocalPow() - Method in class org.iota.apis.MiscellaneousApi
 
getLocalPow() - Method in class org.iota.Client
Returns true if the local PoW is enabled, otherwise false.
getMethodName() - Method in class org.iota.apis.ClientCommand
 
getMethodName() - Method in exception org.iota.types.expections.ClientException
 
getMilestoneById(MilestoneId) - Method in class org.iota.apis.NodeCoreApi
 
getMilestoneById(MilestoneId) - Method in class org.iota.Client
Get the milestone payload for the given milestone id
getMilestoneByIdRaw(MilestoneId) - Method in class org.iota.apis.NodeCoreApi
 
getMilestoneByIdRaw(MilestoneId) - Method in class org.iota.Client
Returns the raw bytes of a milestone by its id
getMilestoneByIndex(int) - Method in class org.iota.apis.NodeCoreApi
 
getMilestoneByIndex(int) - Method in class org.iota.Client
Get the milestone at the specified index
getMilestoneByIndexRaw(int) - Method in class org.iota.apis.NodeCoreApi
 
getMilestoneByIndexRaw(int) - Method in class org.iota.Client
Returns the raw bytes of the milestone at the given index
getMilestoneId() - Method in class org.iota.types.responses.TreasuryResponse
 
getMinPowScore() - Method in class org.iota.apis.MiscellaneousApi
 
getMinPowScore() - Method in class org.iota.Client
Get the minimum PoW score required for a transaction to be accepted
getMinPowScore() - Method in class org.iota.types.ClientConfig
 
getMinPowScore() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getMinQuorumSize() - Method in class org.iota.types.ClientConfig
 
getNetwork() - Method in class org.iota.types.ClientConfig
 
getNetworkId() - Method in class org.iota.apis.MiscellaneousApi
 
getNetworkId() - Method in class org.iota.Client
Get the network ID of the current network
getNetworkId() - Method in class org.iota.types.ClientConfig
 
getNetworkInfo() - Method in class org.iota.apis.MiscellaneousApi
 
getNetworkInfo() - Method in class org.iota.Client
Get network information
getNetworkName() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getNftOutputIdByNftId(NftId) - Method in class org.iota.apis.NodeIndexerApi
 
getNftOutputIdByNftId(NftId) - Method in class org.iota.Client
The aliasId of the alias you want to get the outputId for.
getNftOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.apis.NodeIndexerApi
 
getNftOutputIds(NodeIndexerApi.QueryParams) - Method in class org.iota.Client
Returns the NFT output ids that match the given query parameters
getNode() - Method in class org.iota.apis.MiscellaneousApi
 
getNode() - Method in class org.iota.Client
Get a node
getNodeInfo() - Method in class org.iota.apis.NodeCoreApi
 
getNodeInfo() - Method in class org.iota.Client
Get the node information of the given node.
getNodeInfo() - Method in class org.iota.types.responses.NodeInfoResponse
 
getNodes() - Method in class org.iota.types.ClientConfig
 
getNodeSyncInterval() - Method in class org.iota.types.ClientConfig
 
getNodeUrl() - Method in class org.iota.types.responses.NodeInfoResponse
 
getOutput(OutputId) - Method in class org.iota.apis.NodeCoreApi
 
getOutput(OutputId) - Method in class org.iota.Client
Get the output with the given id
getOutputMetadata(OutputId) - Method in class org.iota.apis.NodeCoreApi
 
getOutputMetadata(OutputId) - Method in class org.iota.Client
Get the metadata of an output
getOutputs(OutputId[]) - Method in class org.iota.apis.HighLevelApi
 
getOutputs(OutputId[]) - Method in class org.iota.Client
Get the outputs for the given output IDs
getPeers() - Method in class org.iota.apis.NodeCoreApi
 
getPeers() - Method in class org.iota.Client
Get the list of peers connected to the node
getPermanodes() - Method in class org.iota.types.ClientConfig
 
getPowWorkerCount() - Method in class org.iota.types.ClientConfig
 
getPrimaryNode() - Method in class org.iota.types.ClientConfig
 
getPrimaryPowNode() - Method in class org.iota.types.ClientConfig
 
getProtocolParameters() - Method in class org.iota.apis.MiscellaneousApi
Returns the protocol parameters.
getProtocolParameters() - Method in class org.iota.Client
Returns the protocol parameters.
getQuorumThreshold() - Method in class org.iota.types.ClientConfig
 
getReceipts() - Method in class org.iota.apis.NodeCoreApi
 
getReceipts() - Method in class org.iota.Client
Get all the receipts.
getReceiptsMigratedAt(int) - Method in class org.iota.apis.NodeCoreApi
 
getReceiptsMigratedAt(int) - Method in class org.iota.Client
Returns the list of all the receipts that were migrated at the given milestone index
getRentStructure() - Method in class org.iota.types.ClientConfig
 
getRentStructure() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getStart() - Method in class org.iota.types.secret.Range
 
getTips() - Method in class org.iota.apis.NodeCoreApi
 
getTips() - Method in class org.iota.Client
Get the tips of the Tangle.
getTipsInterval() - Method in class org.iota.apis.MiscellaneousApi
 
getTipsInterval() - Method in class org.iota.Client
Get the tips interval in seconds
getTipsInterval() - Method in class org.iota.types.ClientConfig
 
getTokenSupply() - Method in class org.iota.Client
Returns the token supply.
getTokenSupply() - Method in class org.iota.types.responses.ProtocolParametersResponse
 
getTransactionId(TransactionPayload) - Method in class org.iota.apis.UtilsApi
 
getTransactionId(TransactionPayload) - Method in class org.iota.Client
This function returns a transaction ID for a given transaction payload
getTreasury() - Method in class org.iota.apis.NodeCoreApi
 
getTreasury() - Method in class org.iota.Client
Get the treasury balance
getUnhealthyNodes() - Method in class org.iota.apis.MiscellaneousApi
 
getUnhealthyNodes() - Method in class org.iota.Client
Get the list of nodes that are not healthy
getUtxoChangesById(MilestoneId) - Method in class org.iota.apis.NodeCoreApi
 
getUtxoChangesById(MilestoneId) - Method in class org.iota.Client
Returns the UTXO changes for the given milestone id
getUtxoChangesByIndex(int) - Method in class org.iota.apis.NodeCoreApi
 
getUtxoChangesByIndex(int) - Method in class org.iota.Client
Returns the UTXO changes for the given milestone index
getVersion() - Method in class org.iota.types.responses.ProtocolParametersResponse
 

H

hashCode() - Method in class org.iota.types.AbstractObject
 
hashCode() - Method in class org.iota.types.ids.AbstractId
 
hexPublicKeyToBech32Address(String, String) - Method in class org.iota.apis.UtilsApi
 
hexPublicKeyToBech32Address(String, String) - Method in class org.iota.Client
Converts a hex public key to a bech32 address
hexToBech32(String, String) - Method in class org.iota.apis.UtilsApi
 
hexToBech32(String, String) - Method in class org.iota.Client
Converts a hex string to a bech32 string
HighLevelApi - Class in org.iota.apis
 
HighLevelApi(NativeApi) - Constructor for class org.iota.apis.HighLevelApi
 

I

InitializeClientException - Exception in org.iota.types.expections
 
InitializeClientException(String) - Constructor for exception org.iota.types.expections.InitializeClientException
 
isAddressValid(String) - Method in class org.iota.apis.UtilsApi
 
isAddressValid(String) - Method in class org.iota.Client
Checks if the given address is valid
isFallbackToLocalPow() - Method in class org.iota.apis.MiscellaneousApi
 
isFallbackToLocalPow() - Method in class org.iota.types.ClientConfig
 
isIgnoreNodeHealth() - Method in class org.iota.types.ClientConfig
 
isLocalPow() - Method in class org.iota.types.ClientConfig
 
isQuorum() - Method in class org.iota.types.ClientConfig
 

J

JsonUtils<T> - Class in org.iota.types
 
JsonUtils() - Constructor for class org.iota.types.JsonUtils
 

L

LedgerNanoSecretManager - Class in org.iota.types.secret
 
LedgerNanoSecretManager(boolean) - Constructor for class org.iota.types.secret.LedgerNanoSecretManager
 
LedgerNanoStatus - Class in org.iota.types
 
LedgerNanoStatus(JsonObject) - Constructor for class org.iota.types.LedgerNanoStatus
 
LedgerNanoStatus(String) - Constructor for class org.iota.types.LedgerNanoStatus
 
loadLibraryFromJar(String) - Static method in class org.iota.apis.NativeUtils
Loads library from current JAR archive The file from JAR is copied into system temporary directory and then loaded.

M

MilestoneId - Class in org.iota.types.ids
 
MilestoneId(String) - Constructor for class org.iota.types.ids.MilestoneId
 
MilestonePayload - Class in org.iota.types
 
MilestonePayload(JsonObject) - Constructor for class org.iota.types.MilestonePayload
 
MilestonePayload(String) - Constructor for class org.iota.types.MilestonePayload
 
MiscellaneousApi - Class in org.iota.apis
 
MiscellaneousApi(NativeApi) - Constructor for class org.iota.apis.MiscellaneousApi
 
MnemonicSecretManager - Class in org.iota.types.secret
 
MnemonicSecretManager(String) - Constructor for class org.iota.types.secret.MnemonicSecretManager
 
mnemonicToHexSeed(String) - Method in class org.iota.apis.UtilsApi
 
mnemonicToHexSeed(String) - Method in class org.iota.Client
Converts a mnemonic to a hex seed

N

NATIVE_FOLDER_PATH_PREFIX - Static variable in class org.iota.apis.NativeUtils
 
NativeApi - Class in org.iota.apis
 
NativeApi(ClientConfig) - Constructor for class org.iota.apis.NativeApi
 
NativeToken - Class in org.iota.types
 
NativeToken(JsonObject) - Constructor for class org.iota.types.NativeToken
 
NativeToken(String) - Constructor for class org.iota.types.NativeToken
 
NativeUtils - Class in org.iota.apis
A simple library class which helps with loading dynamic libraries stored in the JAR archive.
NftId - Class in org.iota.types.ids
 
NftId(String) - Constructor for class org.iota.types.ids.NftId
 
NftOutputBuilderParams - Class in org.iota.types.output_builder
 
NftOutputBuilderParams() - Constructor for class org.iota.types.output_builder.NftOutputBuilderParams
 
Node - Class in org.iota.types
 
Node(JsonObject) - Constructor for class org.iota.types.Node
 
Node(String) - Constructor for class org.iota.types.Node
 
NodeCoreApi - Class in org.iota.apis
 
NodeCoreApi(NativeApi) - Constructor for class org.iota.apis.NodeCoreApi
 
NodeIndexerApi - Class in org.iota.apis
 
NodeIndexerApi(NativeApi) - Constructor for class org.iota.apis.NodeIndexerApi
 
NodeIndexerApi.QueryParams - Class in org.iota.apis
 
NodeInfoResponse - Class in org.iota.types.responses
 
NodeInfoResponse(JsonObject) - Constructor for class org.iota.types.responses.NodeInfoResponse
 
NoFundsReceivedFromFaucetException - Exception in org.iota.types.expections
 
NoFundsReceivedFromFaucetException() - Constructor for exception org.iota.types.expections.NoFundsReceivedFromFaucetException
 

O

org.iota - package org.iota
 
org.iota.apis - package org.iota.apis
 
org.iota.types - package org.iota.types
 
org.iota.types.expections - package org.iota.types.expections
 
org.iota.types.ids - package org.iota.types.ids
 
org.iota.types.output_builder - package org.iota.types.output_builder
 
org.iota.types.responses - package org.iota.types.responses
 
org.iota.types.secret - package org.iota.types.secret
 
Output - Class in org.iota.types
 
Output(JsonObject) - Constructor for class org.iota.types.Output
 
Output(String) - Constructor for class org.iota.types.Output
 
OutputId - Class in org.iota.types.ids
 
OutputId(String) - Constructor for class org.iota.types.ids.OutputId
 
OutputMetadata - Class in org.iota.types
 
OutputMetadata(JsonObject) - Constructor for class org.iota.types.OutputMetadata
 
OutputMetadata(String) - Constructor for class org.iota.types.OutputMetadata
 

P

parseBech32Address(String) - Method in class org.iota.apis.UtilsApi
 
parseBech32Address(String) - Method in class org.iota.Client
This function is used to parse the Bech32 address
Peer - Class in org.iota.types
 
Peer(JsonObject) - Constructor for class org.iota.types.Peer
 
Peer(String) - Constructor for class org.iota.types.Peer
 
PlaceholderSecretManager - Class in org.iota.types.secret
 
PlaceholderSecretManager() - Constructor for class org.iota.types.secret.PlaceholderSecretManager
 
postBlock(Block) - Method in class org.iota.apis.NodeCoreApi
 
postBlock(Block) - Method in class org.iota.Client
Post a block to the node.
postBlockPayload(BlockPayload) - Method in class org.iota.apis.MiscellaneousApi
 
postBlockPayload(BlockPayload) - Method in class org.iota.Client
Automatically builds a block containing the given block payload and broadcasts it to the network.
postBlockRaw(byte[]) - Method in class org.iota.apis.NodeCoreApi
 
postBlockRaw(byte[]) - Method in class org.iota.Client
Post a block to the node.
PreparedTransactionData - Class in org.iota.types
 
PreparedTransactionData(JsonObject) - Constructor for class org.iota.types.PreparedTransactionData
 
PreparedTransactionData(String) - Constructor for class org.iota.types.PreparedTransactionData
 
prepareTransaction(SecretManager, BuildBlockOptions) - Method in class org.iota.apis.MiscellaneousApi
 
prepareTransaction(SecretManager, BuildBlockOptions) - Method in class org.iota.Client
Prepares a transaction for signing
promote(BlockId) - Method in class org.iota.apis.HighLevelApi
 
promote(BlockId) - Method in class org.iota.Client
Promote a block
promoteUnchecked(BlockId) - Method in class org.iota.apis.HighLevelApi
 
promoteUnchecked(BlockId) - Method in class org.iota.Client
Promote a block, without checking if it's necessary to.
ProtocolParametersResponse - Class in org.iota.types.responses
 
ProtocolParametersResponse(JsonObject) - Constructor for class org.iota.types.responses.ProtocolParametersResponse
 

Q

QueryParams() - Constructor for class org.iota.apis.NodeIndexerApi.QueryParams
 

R

Range - Class in org.iota.types.secret
 
Range(int, int) - Constructor for class org.iota.types.secret.Range
 
reattach(BlockId) - Method in class org.iota.apis.HighLevelApi
 
reattach(BlockId) - Method in class org.iota.Client
Reattaches a block to the blockchain
reattachUnchecked(BlockId) - Method in class org.iota.apis.HighLevelApi
 
reattachUnchecked(BlockId) - Method in class org.iota.Client
ReattachUnchecked() reattaches a block to the tangle, without checking if it's necessary to.
Receipt - Class in org.iota.types
 
Receipt(JsonObject) - Constructor for class org.iota.types.Receipt
 
Receipt(String) - Constructor for class org.iota.types.Receipt
 
requestFundsFromFaucet(String, String) - Method in class org.iota.apis.UtilsApi
 
requestTestFundsFromFaucet(String) - Method in class org.iota.Client
Asks the faucet for the testnet funds.
retry(BlockId) - Method in class org.iota.apis.HighLevelApi
 
retry(BlockId) - Method in class org.iota.Client
Retry a block that has failed to process
retryUntilIncluded(BlockId, int, int) - Method in class org.iota.apis.HighLevelApi
 
retryUntilIncluded(BlockId, int, int) - Method in class org.iota.Client
Retry until the block is included in the blockchain

S

SecretManager - Class in org.iota.types.secret
 
SecretManager() - Constructor for class org.iota.types.secret.SecretManager
 
SeedSecretManager - Class in org.iota.types.secret
 
SeedSecretManager(String) - Constructor for class org.iota.types.secret.SeedSecretManager
 
sendCommand(ClientCommand) - Method in class org.iota.apis.NativeApi
 
setEnd(int) - Method in class org.iota.types.secret.Range
 
setStart(int) - Method in class org.iota.types.secret.Range
 
signTransaction(SecretManager, PreparedTransactionData) - Method in class org.iota.apis.MiscellaneousApi
 
signTransaction(SecretManager, PreparedTransactionData) - Method in class org.iota.Client
Signs the given prepared transaction using the secret manager
storeMnemonic(SecretManager, String) - Method in class org.iota.apis.MiscellaneousApi
 
storeMnemonic(SecretManager, String) - Method in class org.iota.Client
Stores the mnemonic in the secret manager
StrongholdSecretManager - Class in org.iota.types.secret
 
StrongholdSecretManager() - Constructor for class org.iota.types.secret.StrongholdSecretManager
 

T

TaggedDataPayload - Class in org.iota.types
 
TaggedDataPayload(JsonObject) - Constructor for class org.iota.types.TaggedDataPayload
 
TaggedDataPayload(String) - Constructor for class org.iota.types.TaggedDataPayload
 
toJson() - Method in class org.iota.types.AbstractObject
 
toJson(byte[]) - Static method in class org.iota.types.JsonUtils
 
toJson(String[]) - Static method in class org.iota.types.JsonUtils
 
toJson(AbstractObject[]) - Static method in class org.iota.types.JsonUtils
 
toJson(AbstractId[]) - Static method in class org.iota.types.JsonUtils
 
TokenScheme - Class in org.iota.types
 
TokenScheme(JsonObject) - Constructor for class org.iota.types.TokenScheme
 
TokenScheme(String) - Constructor for class org.iota.types.TokenScheme
 
toString() - Method in class org.iota.apis.ClientCommand
 
toString() - Method in class org.iota.types.AbstractObject
 
toString() - Method in class org.iota.types.ids.AbstractId
 
TransactionId - Class in org.iota.types.ids
 
TransactionId(String) - Constructor for class org.iota.types.ids.TransactionId
 
TransactionPayload - Class in org.iota.types
 
TransactionPayload(JsonObject) - Constructor for class org.iota.types.TransactionPayload
 
TransactionPayload(String) - Constructor for class org.iota.types.TransactionPayload
 
TreasuryResponse - Class in org.iota.types.responses
 
TreasuryResponse(JsonObject) - Constructor for class org.iota.types.responses.TreasuryResponse
 
tryGetOutputs(OutputId[]) - Method in class org.iota.apis.HighLevelApi
 
tryGetOutputs(OutputId[]) - Method in class org.iota.Client
Try get the outputs for the given output IDs

U

UnlockCondition - Class in org.iota.types
 
UnlockCondition(JsonObject) - Constructor for class org.iota.types.UnlockCondition
 
UnlockCondition(String) - Constructor for class org.iota.types.UnlockCondition
 
UtilsApi - Class in org.iota.apis
 
UtilsApi(NativeApi) - Constructor for class org.iota.apis.UtilsApi
 
UtxoChangesResponse - Class in org.iota.types.responses
 
UtxoChangesResponse(JsonObject) - Constructor for class org.iota.types.responses.UtxoChangesResponse
 
UtxoInput - Class in org.iota.types
 
UtxoInput(JsonObject) - Constructor for class org.iota.types.UtxoInput
 
UtxoInput(String) - Constructor for class org.iota.types.UtxoInput
 

W

withAccountIndex(Integer) - Method in class org.iota.types.secret.BuildBlockOptions
 
withAccountIndex(Integer) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withAliasId(AliasId) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withAllowBurning(Boolean) - Method in class org.iota.types.secret.BuildBlockOptions
 
withAmount(String) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withAmount(String) - Method in class org.iota.types.output_builder.BasicOutputBuilderParams
 
withAmount(String) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withAmount(String) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
withBech32Hrp(String) - Method in class org.iota.types.ClientConfig
 
withBech32Hrp(String) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withCoinType(Integer) - Method in class org.iota.types.secret.BuildBlockOptions
 
withCoinType(Integer) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withCustomRemainderAddress(String) - Method in class org.iota.types.secret.BuildBlockOptions
 
withData(String) - Method in class org.iota.types.secret.BuildBlockOptions
 
withFallbackToLocalPow(boolean) - Method in class org.iota.types.ClientConfig
 
withFeatures(Feature[]) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withFeatures(Feature[]) - Method in class org.iota.types.output_builder.BasicOutputBuilderParams
 
withFeatures(Feature[]) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withFeatures(Feature[]) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
withFoundryCounter(Integer) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withIgnoreNodeHealth(boolean) - Method in class org.iota.types.ClientConfig
 
withImmutableFeatures(Feature[]) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withImmutableFeatures(Feature[]) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withImmutableFeatures(Feature[]) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
withInitialAddressIndex(Integer) - Method in class org.iota.types.secret.BuildBlockOptions
 
withInputRange(Range) - Method in class org.iota.types.secret.BuildBlockOptions
 
withInputs(UtxoInput[]) - Method in class org.iota.types.secret.BuildBlockOptions
 
withInternal(Boolean) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withLocalPow(boolean) - Method in class org.iota.types.ClientConfig
 
withMinPowScore(int) - Method in class org.iota.types.ClientConfig
 
withMinQuorumSize(int) - Method in class org.iota.types.ClientConfig
 
withNativeTokens(NativeToken[]) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withNativeTokens(NativeToken[]) - Method in class org.iota.types.output_builder.BasicOutputBuilderParams
 
withNativeTokens(NativeToken[]) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withNativeTokens(NativeToken[]) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
withNetwork(String) - Method in class org.iota.types.ClientConfig
 
withNetworkId(String) - Method in class org.iota.types.ClientConfig
 
withNftId(NftId) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
withNodes(String[]) - Method in class org.iota.types.ClientConfig
 
withNodeSyncInterval(ClientConfig.NodeSyncInterval) - Method in class org.iota.types.ClientConfig
 
withOptions(GenerateAddressesOptions.GenerateAddressOptions) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withOutput(BuildBlockOptions.ClientBlockBuilderOutputAddress) - Method in class org.iota.types.secret.BuildBlockOptions
 
withOutputHex(BuildBlockOptions.ClientBlockBuilderOutputAddress) - Method in class org.iota.types.secret.BuildBlockOptions
 
withOutputs(Output[]) - Method in class org.iota.types.secret.BuildBlockOptions
 
withParam(String, Boolean) - Method in class org.iota.apis.NodeIndexerApi.QueryParams
 
withParam(String, Character) - Method in class org.iota.apis.NodeIndexerApi.QueryParams
 
withParam(String, Number) - Method in class org.iota.apis.NodeIndexerApi.QueryParams
 
withParam(String, String) - Method in class org.iota.apis.NodeIndexerApi.QueryParams
 
withParents(BlockId[]) - Method in class org.iota.types.secret.BuildBlockOptions
 
withPassword(String) - Method in class org.iota.types.secret.StrongholdSecretManager
 
withPermanodes(String[]) - Method in class org.iota.types.ClientConfig
 
withPowWorkerCount(Integer) - Method in class org.iota.types.ClientConfig
 
withPrimaryNode(String) - Method in class org.iota.types.ClientConfig
 
withPrimaryPowNode(String) - Method in class org.iota.types.ClientConfig
 
withQuorum(boolean) - Method in class org.iota.types.ClientConfig
 
withQuorumThreshold(int) - Method in class org.iota.types.ClientConfig
 
withRange(Range) - Method in class org.iota.types.secret.GenerateAddressesOptions
 
withRentStructure(ClientConfig.RentStructure) - Method in class org.iota.types.ClientConfig
 
withSerialNumber(int) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withSnapshotPath(String) - Method in class org.iota.types.secret.StrongholdSecretManager
 
withStateIndex(Integer) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withStateMetadata(byte[]) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withTag(String) - Method in class org.iota.types.secret.BuildBlockOptions
 
withTimeout(String) - Method in class org.iota.types.secret.StrongholdSecretManager
 
withTipsInterval(int) - Method in class org.iota.types.ClientConfig
 
withTokenScheme(TokenScheme) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withUnlockConditions(UnlockCondition[]) - Method in class org.iota.types.output_builder.AliasOutputBuilderParams
 
withUnlockConditions(UnlockCondition[]) - Method in class org.iota.types.output_builder.BasicOutputBuilderParams
 
withUnlockConditions(UnlockCondition[]) - Method in class org.iota.types.output_builder.FoundryOutputBuilderParams
 
withUnlockConditions(UnlockCondition[]) - Method in class org.iota.types.output_builder.NftOutputBuilderParams
 
WrongSeedConversionSecretManager - Class in org.iota.types.secret
 
WrongSeedConversionSecretManager(String) - Constructor for class org.iota.types.secret.WrongSeedConversionSecretManager
 
A B C D E F G H I J L M N O P Q R S T U W 
All Classes All Packages