Index

A B C D E F G H I L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abs() - Method in class foundation.omni.money.OmniAmount
 
ACCEPT_OFFER_BTC - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
acceptDexOffer(Address, CurrencyID, OmniDivisibleValue, Address) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Accepts an offer on the traditional distributed exchange.
action() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the action record component.
action() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the action record component.
add(byte[]) - Static method in class foundation.omni.tx.SequenceNumbers
Insert sequence numbers into byte array, starting with 0x01.
add(byte[], int) - Static method in class foundation.omni.tx.SequenceNumbers
Insert sequence numbers into byte array, starting with startSeqNum.
add(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
addOmniPrefix(byte[]) - Static method in class foundation.omni.tx.ClassCEncoder
 
addOtherInfo(String, Object) - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
address() - Method in class foundation.omni.OmniOutput
 
AddressBalanceEntries - Class in foundation.omni.json.pojo
A sorted Map of BalanceEntry objects
AddressBalanceEntries() - Constructor for class foundation.omni.json.pojo.AddressBalanceEntries
 
AddressBalanceEntriesDeserializer - Class in foundation.omni.json.conversion
 
AddressBalanceEntriesDeserializer() - Constructor for class foundation.omni.json.conversion.AddressBalanceEntriesDeserializer
 
AddressBalanceEntry - Class in foundation.omni
Balance entry for an Address
AddressBalanceEntry(Address, OmniValue, OmniValue, OmniValue) - Constructor for class foundation.omni.AddressBalanceEntry
 
addressParser - Static variable in enum class foundation.omni.net.OmniNetwork
 
addressParser - Static variable in interface foundation.omni.rpc.OmniProxyMethods
 
AddressVerifyInfo - Class in foundation.omni.netapi.omniwallet.json
Jackson POJO wrapper for raw Omniwallet response
AddressVerifyInfo(String, String, Address, Boolean) - Constructor for class foundation.omni.netapi.omniwallet.json.AddressVerifyInfo
 
AGRS - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
AGRS - Static variable in class foundation.omni.CurrencyID
CurrencyID for AGRS
AGRS_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for AGRS
ALL_DEV_OMNI - Static variable in class foundation.omni.DevOmni
Total number of Dev OMNI (as specified by the all_reward constant in omnicore.cpp)
amount() - Method in class foundation.omni.OmniOutput
 
amount() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Returns the value of the amount record component.
amount() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns the value of the amount record component.
amountDesired() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the amountDesired record component.
amountDesired() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the amountDesired record component.
amountForSale() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the amountForSale record component.
amountForSale() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the amountForSale record component.
AMP - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
AMP - Static variable in class foundation.omni.CurrencyID
CurrencyID for AMP
AMP_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for AMP
assembleSimpleSend(Address, Address, CurrencyID, OmniValue) - Method in class foundation.omni.txsigner.OmniRpcClientSendingService
Build a complete, unsigned SimpleSend ("signing request") transaction.
assembleSimpleSend(Address, Address, CurrencyID, OmniValue) - Method in interface foundation.omni.txsigner.OmniSendingService
Build a complete, unsigned SimpleSend ("signing request") transaction.
attemptConsensusSnapshotAsync(CurrencyID, int) - Method in interface foundation.omni.rpc.ConsensusFetcher
Asynchronously get a ConsensusSnapshot.

B

balance - Variable in class foundation.omni.BalanceEntry
 
BalanceEntry - Class in foundation.omni
Balance data for a specific Omni CurrencyID in a single Bitcoin address
BalanceEntry(OmniValue, OmniValue, OmniValue) - Constructor for class foundation.omni.BalanceEntry
 
balanceEntryMapper(OmniwalletAddressBalance) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
balanceMapForAddress(Address) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
balanceMapForAddress(Address) - Method in class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
balanceMapForAddress(Address) - Method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
balanceMapForAddresses(List<Address>) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
balanceMapForAddresses(List<Address>) - Method in class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
balanceMapForAddresses(List<Address>) - Method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
balanceMapper(AddressVerifyInfo, PropertyType) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
BALANCES_FOR_ADDRESSES_MAX_ADDR - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
balancesForAddress(Address) - Method in interface foundation.omni.netapi.OmniBalanceService
balancesForAddressAsync(Address) - Method in interface foundation.omni.netapi.OmniBalanceService
Get balances for a single addresses asynchronously
balancesForAddressAsync(Address) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
balancesForAddressAsync(Address) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
balancesForAddresses(List<Address>) - Method in interface foundation.omni.netapi.OmniBalanceService
balancesForAddressesAsync(List<Address>) - Method in interface foundation.omni.netapi.OmniBalanceService
Get balances for multiple addresses asynchronously
balancesForAddressesAsync(List<Address>) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
balancesForAddressesAsync(List<Address>) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
baseURI - Variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
BIGDECIMAL - Enum constant in enum class foundation.omni.ConvertBigDecimal
Conversion from BigDecimal.
BIGDECIMAL_EXTENDS - Enum constant in enum class foundation.omni.ConvertBigDecimal
COnversion from BigDecimal, extended.
bigDecimalValue() - Method in class foundation.omni.OmniDivisibleValue
Convert to a BigDecimal value.
bigDecimalValue() - Method in class foundation.omni.OmniIndivisibleValue
 
bigDecimalValue() - Method in class foundation.omni.OmniValue
Convert to a BigDecimal value.
BIGINTEGER - Enum constant in enum class foundation.omni.ConvertBigDecimal
Conversion from BigInteger.
BITCOIN_SCHEME - Static variable in enum class foundation.omni.net.OmniNetwork
Scheme part for Bitcoin URIs.
bitcoinNetwork() - Method in enum class foundation.omni.net.OmniNetwork
 
bitcoinPropertyInfo(BitcoinNetwork, Coin) - Static method in class foundation.omni.json.pojo.OmniPropertyInfo
Return OmniPropertyInfo for Bitcoin.
bitcoinSend(Address, Coin) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
 
BTC - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
BTC - Static variable in class foundation.omni.CurrencyID
CurrencyID for BTC
BTC_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for BTC
btcToOmni(String) - Static method in class foundation.omni.address.OmniSegwitAddressConverter
 
btcToOmni(SegwitAddress) - Static method in class foundation.omni.address.OmniSegwitAddressConverter
 
build(CurrencyID) - Static method in class foundation.omni.money.OmniCurrencyProvider
 
buildPayload(Transactions.OmniTx) - Static method in class foundation.omni.txrecords.TxPayloadBuilder
 
bytes() - Method in class foundation.omni.tx.PayloadBuilder
 
byteValue() - Method in class foundation.omni.OmniDivisibleValue
byteValue() - Method in class foundation.omni.OmniValue

C

cachedPropertyTypes - Variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
calculateFee(Transaction) - Method in class foundation.omni.tx.DefaultFixedFeeCalculator
 
calculateFee(Transaction) - Method in interface foundation.omni.tx.FeeCalculator
Calculate the fee for a transaction
calculateFee(Transaction) - Method in class foundation.omni.tx.SimpleVariableFeeCalculator
 
calculateFee(SigningRequest) - Method in class foundation.omni.txsigner.OmniSigningService.HackedFeeCalculator
 
chainTipPublisher() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
chainTipPublisher() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
CHANGE_ISSUER_ADDRESS - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
changeAddress() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns the value of the changeAddress record component.
changeIssuer(Address, CurrencyID, Address) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Changes the issuer on record of a managed property.
checkValue(long) - Static method in class foundation.omni.OmniDivisibleValue
Make sure a long value is a valid value for OmniDivisibleValue
checkValue(long) - Static method in class foundation.omni.OmniIndivisibleValue
Make sure a BigInteger value is a valid value for OmniIndivisibleValue
checkValue(BigDecimal) - Static method in class foundation.omni.OmniDivisibleValue
Make sure a BigDecimal value is a valid value for OmniDivisibleValue
checkValue(BigInteger) - Static method in class foundation.omni.OmniIndivisibleValue
Make sure a BigInteger value is a valid value for OmniIndivisibleValue
checkWillettValue(long) - Static method in class foundation.omni.OmniValue
Make sure a long value is a valid Omni "number of coins" value
checkWillettValue(BigInteger) - Static method in class foundation.omni.OmniValue
Make sure a BigInteger value is a valid Omni "number of coins" (willetts) value
ClassCEncoder - Class in foundation.omni.tx
WIP Class-C Encoder
ClassCEncoder() - Constructor for class foundation.omni.tx.ClassCEncoder
Construct an encoder
ClassCEncoder(Network) - Constructor for class foundation.omni.tx.ClassCEncoder
Deprecated.
client - Variable in class foundation.omni.consensus.OmniCoreConsensusTool
 
client - Variable in class foundation.omni.netapi.omnicore.OmniCoreClient
 
client() - Method in interface foundation.omni.rpc.test.OmniTestClientAccessor
Preferred accessor
close() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
close() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
CLOSE_CROWDSALE - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
closeCrowdsale(Address, CurrencyID) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Closes a crowdsale.
codeToId(String) - Static method in enum class foundation.omni.money.OmniCurrencyCode
 
commandName - Static variable in class foundation.omni.cli.ConsensusCLI
 
commandUsage - Static variable in class foundation.omni.cli.ConsensusCLI
 
commitmentFee() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the commitmentFee record component.
compareAllProperties() - Method in class foundation.omni.consensus.MultiPropertyComparison
 
compareProperties(Set<CurrencyID>) - Method in class foundation.omni.consensus.MultiPropertyComparison
 
compareProperty(CurrencyID) - Method in class foundation.omni.consensus.MultiPropertyComparison
 
compareTo(CurrencyID) - Method in class foundation.omni.CurrencyID
compareTo(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
compareTo(NumberValue) - Method in class foundation.omni.OmniValue
completeOrRetryConsensusSnapshot(ConsensusSnapshot, Throwable) - Method in interface foundation.omni.rpc.ConsensusFetcher
Handler that will either forward a valid ConsensusSnapshot via CompletableFuture.completedFuture(U) or will start a retry fetch attempt at return a CompletableFuture<ConsensusSnapshot> for the retry.
CONNECT_TIMEOUT_MILLIS - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
ConsensusCLI - Class in foundation.omni.cli
Tool to fetch Omni and optionally compare consensus data from Omni Core and/or Omniwallet.
ConsensusCLI() - Constructor for class foundation.omni.cli.ConsensusCLI
 
ConsensusComparison - Class in foundation.omni.consensus
A pair of ConsensusSnapshots with comparison iterators for Spock tests
ConsensusComparison(ConsensusSnapshot, ConsensusSnapshot) - Constructor for class foundation.omni.consensus.ConsensusComparison
 
ConsensusComparison.PairIterator - Class in foundation.omni.consensus
Iterates a ConsensusComparison pair-by-pair
ConsensusEntryPair - Class in foundation.omni.consensus
A pair of ConsensusEntries, with their Address with iteration support for Spock tests
ConsensusEntryPair(Address, BalanceEntry, BalanceEntry) - Constructor for class foundation.omni.consensus.ConsensusEntryPair
 
ConsensusFetcher - Interface in foundation.omni.rpc
Interface implemented by all consensus fetching tools.
ConsensusFetcher.IndeterminateSnapshotException - Exception Class in foundation.omni.rpc
Contains the indeterminate snapshot with the *after* blockHeight
ConsensusService - Interface in foundation.omni.netapi
Consensus service for light (ADAP) wallets, etc.
ConsensusSnapshot - Class in foundation.omni.json.pojo
Consensus data for a specified CurrencyID at a given blockHeight.
ConsensusSnapshot(CurrencyID, int, String, URI, SortedMap<Address, BalanceEntry>) - Constructor for class foundation.omni.json.pojo.ConsensusSnapshot
ConsensusSnapshot from SortedMap and parameters
ConsensusTool - Interface in foundation.omni.consensus
Interface with default run method for fetching and outputting Omni Protocol consensus data
ConsensusToolOutput - Interface in foundation.omni.consensus
 
consensusURI(CurrencyID) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
convert(byte[]) - Static method in class foundation.omni.tx.PubKeyConversion
 
ConvertBigDecimal - Enum Class in foundation.omni
This enumeration provides general utility functions supporting conversion of number types to BigDecimal.
countCurrency(CurrencyID, PropertyType) - Method in class foundation.omni.json.pojo.OmniJBalances
 
create(byte[]) - Static method in class foundation.omni.tx.PayloadParser
 
create(short, Transactions.TransactionType) - Static method in class foundation.omni.tx.PayloadBuilder
Create a payload with an explicitly set transaction version
create(Transactions.TransactionType) - Static method in class foundation.omni.tx.PayloadBuilder
Create a payload with the default (latest) transaction version
CREATE_PROPERTY_FIXED - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
CREATE_PROPERTY_MANUAL - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
CREATE_PROPERTY_VARIABLE - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
createAcceptDexOfferHex(CurrencyID, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 22: "purchase tokens with bitcoins".
createBitcoinSigningRequest(Address, List<? super TransactionInputData>, List<TransactionOutputData>, Address) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
 
createCall(PrintStream, PrintStream, String...) - Method in class foundation.omni.cli.ConsensusCLI
 
createCall(PrintWriter, PrintWriter, String...) - Method in class foundation.omni.cli.ConsensusCLI
 
createChangePropertyManagerHex(CurrencyID) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 70: "change manager of a managed property".
createClassBTransaction(ECKey, ScriptType, Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create unsigned Class B Omni transaction in a bitcoinj Transaction object
createClassCTransaction(Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create unsigned Class C Omni transaction in a bitcoinj Transaction object
createClient(SSLContext, RpcConfig) - Method in class foundation.omni.cli.OmniCoreCLICall
 
createCloseCrowdsaleHex(CurrencyID) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 53: "close a crowdsale manually".
createCrowdsale(Address, Ecosystem, PropertyType, CurrencyID, Long, Long, Byte, Byte) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates a crowdsale.
createCrowdsaleHex(Ecosystem, PropertyType, Long, String, String, String, String, String, CurrencyID, Long, Long, Byte, Byte) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 51: "create a property via crowdsale with variable supply".
createDexSellOffer(Address, CurrencyID, OmniDivisibleValue, Coin, Byte, Coin, Byte) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates an offer on the traditional distributed exchange.
createDexSellOfferHex(CurrencyID, OmniDivisibleValue, Coin, Byte, Coin, Byte) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 20: "sell tokens for bitcoins".
createGrantTokensHex(CurrencyID, OmniValue, String) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 55: "grant tokens for a managed property".
createManagedProperty(Address, Ecosystem, PropertyType, String, String, String, String, String) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates a managed property.
createManagedPropertyHex(Ecosystem, PropertyType, Long, String, String, String, String, String) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 54: "create a managed property with variable supply".
createMetaDexSellOffer(Address, CurrencyID, OmniDivisibleValue, CurrencyID, OmniDivisibleValue, Byte) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates an offer on the MetaDex exchange (aka Dex Phase II) (tx 21).
createMetaDexSellOfferHex(CurrencyID, OmniValue, CurrencyID, OmniValue, Byte) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 21: "trade tokens for tokens".
createOmniClassCSigningRequest(UnsignedTxSimpleSend) - Method in interface foundation.omni.txsigner.OmniSigningService
 
createOmniClassCSigningRequest(Address, List<? super TransactionInputData>, Transactions.OmniTx, Address) - Method in interface foundation.omni.txsigner.OmniSigningService
Build a SigningRequest for an Omni transaction.
createOmniTransaction(ECKey, Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create unsigned Omni transaction (P2PKH) in a bitcoinj Transaction object
createOmniTxOpReturnScript(byte[]) - Static method in class foundation.omni.tx.ClassCEncoder
 
createOpReturn(Transactions.OmniTx) - Method in interface foundation.omni.txsigner.OmniSigningService
 
createProperty(Address, Ecosystem, OmniValue) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates a smart property with fixed supply.
createProperty(Address, Ecosystem, OmniValue, Long, String, String, String, String, String) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Create property
createProperty(Address, Ecosystem, OmniValue, String) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates a smart property with fixed supply.
createPropertyHex(Ecosystem, PropertyType, Long, String, String, String, String, String, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 50: "create a property with fixed supply".
createRevokeTokensHex(CurrencyID, OmniValue, String) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 56: "revoke tokens of a managed property".
createSendToOwners(CurrencyID, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
 
createSendToOwnersHex(CurrencyID, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
Creates a hex-encoded raw transaction of type 3: "send to owners".
createSignedClassBTransaction(ECKey, ScriptType, Collection<TransactionOutput>, Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create a signed Omni Class B (from a single address) transaction in a bitcoinj Transaction object
createSignedOmniTransaction(ECKey, List<TransactionOutput>, Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create a signed Omni Class B (from a single P2PKH address) transaction in a bitcoinj Transaction object
createSignedSimpleSend(ECKey, List<TransactionOutput>, Address, CurrencyID, OmniValue) - Method in class foundation.omni.tx.OmniTxBuilder
Create a signed Class B (from a single P2PKH address) simple send Transaction
createSimpleSend(CurrencyID, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
 
createSimpleSendHex(CurrencyID, OmniValue) - Method in class foundation.omni.tx.RawTxBuilder
Deprecated.
createSnapshot(CurrencyID, int, SortedMap<Address, BalanceEntry>) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
createSnapshot(CurrencyID, int, SortedMap<Address, BalanceEntry>) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
createSnapshot(CurrencyID, int, SortedMap<Address, BalanceEntry>) - Method in interface foundation.omni.rpc.ConsensusFetcher
Create a ConsensusSnapshot record.
createUnsignedOmniTransaction(ECKey, List<TransactionInput>, Address, byte[]) - Method in class foundation.omni.tx.OmniTxBuilder
Create an unsigned Omni transaction, with unsigned inputs in a bitcoinj Transaction object
createUnsignedSimpleSend(ECKey, List<TransactionInput>, Address, CurrencyID, OmniValue) - Method in class foundation.omni.tx.OmniTxBuilder
Create a signed simple send Transaction
creationInstant - Static variable in class foundation.omni.sendtool.SendTool
 
CROWDSALE_OMNI - Static variable in class foundation.omni.DevOmni
APPROXIMATE Total number of OMNI issued in Crowdsale
currencyDesired() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the currencyDesired record component.
currencyForSale() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the currencyForSale record component.
currencyId() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the currencyId record component.
currencyId() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Returns the value of the currencyId record component.
currencyId() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns the value of the currencyId record component.
CurrencyID - Class in foundation.omni
Omni Protocol Currency Identifier
CurrencyID(long) - Constructor for class foundation.omni.CurrencyID
Construct from a valid long value.
CurrencyIDDeserializer - Class in foundation.omni.json.conversion
 
CurrencyIDDeserializer() - Constructor for class foundation.omni.json.conversion.CurrencyIDDeserializer
 
CurrencyIDKeyDeserializer - Class in foundation.omni.json.conversion
Deserialization toCurrencyID for when it's used in as a map key
CurrencyIDKeyDeserializer() - Constructor for class foundation.omni.json.conversion.CurrencyIDKeyDeserializer
 
CurrencyIDSerializer - Class in foundation.omni.json.conversion
 
CurrencyIDSerializer() - Constructor for class foundation.omni.json.conversion.CurrencyIDSerializer
 
CurrencyIDStringSerializer - Class in foundation.omni.json.conversion
Serialize a CurrencyID to a number string (we can't use toString, because it doesn't produce a pure number)
CurrencyIDStringSerializer() - Constructor for class foundation.omni.json.conversion.CurrencyIDStringSerializer
 
currentBlockHeightAsync() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
currentBlockHeightAsync() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
currentBlockHeightAsync() - Method in interface foundation.omni.rpc.ConsensusFetcher
Fetch the current block height
currentChainTipMaybe() - Method in interface foundation.omni.netapi.omniwallet.RxOmniWalletClient
Get the active chain tip if there is one (useful for polling clients)

D

debug - Variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
DEFAULT - Enum constant in enum class foundation.omni.ConvertBigDecimal
Default conversion based on String, if everything else failed.
DEFAULT_CONTEXT - Static variable in class foundation.omni.OmniDivisibleValue
 
DEFAULT_SCALE - Static variable in class foundation.omni.OmniDivisibleValue
 
DefaultAddressParserProvider - Class in foundation.omni.address
Copied from bitcoinj because in 0.17-alpha2 the class is package private.
DefaultAddressParserProvider(List<Network>, List<Network>) - Constructor for class foundation.omni.address.DefaultAddressParserProvider
Use this constructor if you have a custom list of networks to use when parsing addresses
DefaultFixedFeeCalculator - Class in foundation.omni.tx
Trivial fee calculator that always uses the recommended minimum fee Provides backwards compatibility with previous implementations of OmniTxBuilder
DefaultFixedFeeCalculator() - Constructor for class foundation.omni.tx.DefaultFixedFeeCalculator
 
defaultHttpClient(boolean) - Static method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
defaultHttpClientBuilder() - Static method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
deserialize(JsonParser, DeserializationContext) - Method in class foundation.omni.json.conversion.AddressBalanceEntriesDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class foundation.omni.json.conversion.CurrencyIDDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class foundation.omni.json.conversion.OmniOutputDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class foundation.omni.json.conversion.OmniValueDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class foundation.omni.json.conversion.PropertyBalanceEntriesDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class foundation.omni.json.conversion.CurrencyIDKeyDeserializer
 
DevOmni - Class in foundation.omni
Work-in-progress constants and functions for calculating Dev OMNI.
DevOmni() - Constructor for class foundation.omni.DevOmni
 
DexSellOffer(short, CurrencyID, OmniDivisibleValue, Coin, Byte, Coin, Byte) - Constructor for record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Creates an instance of a DexSellOffer record class.
divide(double) - Method in class foundation.omni.money.OmniAmount
 
divide(long) - Method in class foundation.omni.money.OmniAmount
 
divide(Number) - Method in class foundation.omni.money.OmniAmount
 
divideAndRemainder(double) - Method in class foundation.omni.money.OmniAmount
 
divideAndRemainder(long) - Method in class foundation.omni.money.OmniAmount
 
divideAndRemainder(Number) - Method in class foundation.omni.money.OmniAmount
 
divideToIntegralValue(double) - Method in class foundation.omni.money.OmniAmount
 
divideToIntegralValue(long) - Method in class foundation.omni.money.OmniAmount
 
divideToIntegralValue(Number) - Method in class foundation.omni.money.OmniAmount
 
divisible() - Method in enum class foundation.omni.PropertyType
 
DIVISIBLE - Enum constant in enum class foundation.omni.PropertyType
 
DIVISIBLE_VALUE - Static variable in enum class foundation.omni.PropertyType
Deprecated.
divisibleToPropertyType(boolean) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
doubleValue() - Method in class foundation.omni.OmniDivisibleValue
Return a double value.
doubleValue() - Method in class foundation.omni.OmniIndivisibleValue
Return a double value.
doubleValue() - Method in class foundation.omni.OmniValue
Return a double value.
doubleValueExact() - Method in class foundation.omni.OmniDivisibleValue
doubleValueExact() - Method in class foundation.omni.OmniIndivisibleValue
doubleValueExact() - Method in class foundation.omni.OmniValue

E

ecosystem() - Method in class foundation.omni.CurrencyID
 
Ecosystem - Enum Class in foundation.omni
Omni Protocol Ecosystem
EcosystemSerializer - Class in foundation.omni.json.conversion
 
EcosystemSerializer() - Constructor for class foundation.omni.json.conversion.EcosystemSerializer
 
encode(Address, byte[]) - Method in class foundation.omni.tx.ClassCEncoder
Encode a bitcoinj Transaction with a reference output and an OP_RETURN output
encode(ECKey, byte[]) - Method in class foundation.omni.tx.EncodeMultisig
Encode data into transaction outputs
EncodeMultisig - Class in foundation.omni.tx
Encode Data into MultiSig transaction outputs e.g.
EncodeMultisig(Network) - Constructor for class foundation.omni.tx.EncodeMultisig
Construct an encoder for a network
encodeObfuscated(ECKey, byte[], String) - Method in class foundation.omni.tx.EncodeMultisig
 
encodeOpReturnOutput(byte[]) - Method in class foundation.omni.tx.ClassCEncoder
 
EncodingClassB - Class in foundation.omni.tx
Constants for Omni Class B Transaction encoding
EncodingClassB() - Constructor for class foundation.omni.tx.EncodingClassB
 
equals(Object) - Method in class foundation.omni.BalanceEntry
 
equals(Object) - Method in class foundation.omni.CurrencyID
equals(Object) - Method in class foundation.omni.money.OmniAmount
 
equals(Object) - Method in class foundation.omni.OmniDivisibleValue
equals(Object) - Method in class foundation.omni.OmniIndivisibleValue
equals(Object) - Method in class foundation.omni.OmniValue
equals(Object) - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Indicates whether some other object is "equal to" this one.
EURT - Static variable in class foundation.omni.CurrencyID
CurrencyID for EURT
EURT_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for EURT
exceedsMaxMoney(Monetary) - Method in enum class foundation.omni.net.OmniNetwork
 
EXODUS_END_SECS - Static variable in class foundation.omni.DevOmni
Unix timestamp of End of the Exodus Crowd Sale as defined in the Omni Specification
exodusAddress - Variable in class foundation.omni.net.OmniNetworkParameters
 
exodusAddress() - Method in enum class foundation.omni.net.OmniNetwork
 

F

feeCalculator() - Method in class foundation.omni.txsigner.OmniKeychainSigningService
 
feeCalculator() - Method in class foundation.omni.txsigner.OmniRpcClientSigningService
 
feeCalculator() - Method in interface foundation.omni.txsigner.OmniSigningService
 
FeeCalculator - Interface in foundation.omni.tx
Interface for transaction fee calculator
find(int) - Static method in enum class foundation.omni.tx.Transactions.TransactionType
Find transaction type by numeric value
FIRST_EXODUS_BLOCK - Static variable in class foundation.omni.net.OmniMainNetParams
 
firstExodusBlock - Variable in class foundation.omni.net.OmniNetworkParameters
 
floatValue() - Method in class foundation.omni.OmniDivisibleValue
floatValue() - Method in class foundation.omni.OmniValue
FLUCTUAGE - Enum constant in enum class foundation.omni.ConvertBigDecimal
Conversion for floating point numbers.
forKnownNetworks() - Method in class foundation.omni.address.DefaultAddressParserProvider
 
forNetwork(Network) - Method in class foundation.omni.address.DefaultAddressParserProvider
 
foundation.omni - package foundation.omni
OmniJ Core: Defines core Omni types like OmniValue and CurrencyID.
foundation.omni.address - package foundation.omni.address
Experimental classes for Omni-specific addresses.
foundation.omni.cli - package foundation.omni.cli
OmniJ command-line Consensus Tool
foundation.omni.consensus - package foundation.omni.consensus
Support for fetching and comparing Omni Protocol consensus data
foundation.omni.json.conversion - package foundation.omni.json.conversion
JSON serializers, deserializers, and modules for OmniJ classes (uses Jackson)
foundation.omni.json.pojo - package foundation.omni.json.pojo
(Plain-Old) Java Objects representing Omni Core JSON objects (uses Jackson annotations)
foundation.omni.money - package foundation.omni.money
JavaMoney (JSR-354) support for OMNI and OmniLayer tokens
foundation.omni.net - package foundation.omni.net
Configuration classes for Omni MainNet, TestNet, and RegTest networks.
foundation.omni.netapi - package foundation.omni.netapi
Omni Layer network APIs that are common between JSON-RPC (Omni Core) and REST (OmniWallet).
foundation.omni.netapi.analytics - package foundation.omni.netapi.analytics
 
foundation.omni.netapi.omnicore - package foundation.omni.netapi.omnicore
Omni Core-based implementation of ConsensusService.
foundation.omni.netapi.omniwallet - package foundation.omni.netapi.omniwallet
Omniwallet REST API base classes and abstract implementation of ConsensusService.
foundation.omni.netapi.omniwallet.json - package foundation.omni.netapi.omniwallet.json
Omniwallet REST API (Plain Old) Java Objects (uses Jackson)
foundation.omni.rest.omniwallet - package foundation.omni.rest.omniwallet
OmniwalletClient a Java 8/Android implementation of OmniwalletAbstractClient using the Square's Retrofit library.
foundation.omni.rest.omniwallet.mjdk - package foundation.omni.rest.omniwallet.mjdk
foundation.omni.rpc - package foundation.omni.rpc
Omni Core JSON-RPC client: OmniClient and supporting classes.
foundation.omni.rpc.test - package foundation.omni.rpc.test
Omni RPC functional test support classes
foundation.omni.sendtool - package foundation.omni.sendtool
 
foundation.omni.test - package foundation.omni.test
Omni test support classes
foundation.omni.tx - package foundation.omni.tx
Classes for creating Omni Protocol transactions: OmniTxBuilder and supporting classes.
foundation.omni.txrecords - package foundation.omni.txrecords
 
foundation.omni.txsigner - package foundation.omni.txsigner
 
fromAddress() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns the value of the fromAddress record component.
fromBitcoinNetwork(Network) - Static method in class foundation.omni.net.OmniNetworkParameters
Get Omni Network params given Bitcoin Network params
fromIdString(String) - Static method in enum class foundation.omni.net.OmniNetwork
Find the BitcoinNetwork from an ID String
fromString(String) - Static method in enum class foundation.omni.net.OmniNetwork
Find the BitcoinNetwork from a name string, e.g.
frozen - Variable in class foundation.omni.BalanceEntry
 

G

get() - Static method in class foundation.omni.net.OmniMainNetParams
 
get() - Static method in class foundation.omni.net.OmniRegTestParams
 
get() - Static method in class foundation.omni.net.OmniTestNetParams
 
getActiveChainTip() - Method in interface foundation.omni.netapi.OmniBalanceService
Return current ChainTip
getActiveChainTip() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
getActiveChainTip() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
getAdditionalProperties() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
 
getAddress() - Method in class foundation.omni.AddressBalanceEntry
 
getAddress() - Method in class foundation.omni.consensus.ConsensusEntryPair
 
getAddress() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getAddress() - Method in class foundation.omni.netapi.omniwallet.json.AddressVerifyInfo
 
getAddress() - Method in class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
getAddresses() - Method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
getAddressList() - Method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
getAddressObject() - Method in class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
getAmount() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getAmountDesired() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getAmountForSale() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getAmountFractionDenominator() - Method in class foundation.omni.OmniDivisibleValue
getAmountFractionDenominator() - Method in class foundation.omni.OmniValue
getAmountFractionNumerator() - Method in class foundation.omni.OmniDivisibleValue
getAmountFractionNumerator() - Method in class foundation.omni.OmniValue
getAmountReceived() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getAmountRemaining() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getAmountSold() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getAmountToFill() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getBalance() - Method in class foundation.omni.BalanceEntry
 
getBalance() - Method in class foundation.omni.netapi.omniwallet.json.AddressVerifyInfo
 
getBalance() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressBalance
 
getBlock() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getBlock() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getBlockHash() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getBlockHash() - Method in class foundation.omni.netapi.omniwallet.json.RevisionInfo
 
getBlockHeight() - Method in class foundation.omni.json.pojo.ConsensusSnapshot
 
getBlocktime() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getBlockTime() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getBlockTime() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getBlockTime() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getBlockTime() - Method in class foundation.omni.netapi.omniwallet.json.RevisionInfo
 
getC1() - Method in class foundation.omni.consensus.ConsensusComparison
 
getC2() - Method in class foundation.omni.consensus.ConsensusComparison
 
getCancelTxId() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getCategory() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getCategory() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getClient() - Method in interface foundation.omni.rpc.test.OmniTestClientAccessor
JavaBeans style getter/accessor (for Groovy, etc)
getConfirmations() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getConfirmations() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getConsensusForCurrency(CurrencyID) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
getConsensusForCurrency(CurrencyID) - Method in interface foundation.omni.rpc.ConsensusFetcher
Fetch a consensus balance-map for a currency.
getConsensusForCurrencyAsync(CurrencyID) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
getConsensusForCurrencyAsync(CurrencyID) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
Get a sorted map of consensus information for a currency.
getConsensusForCurrencyAsync(CurrencyID) - Method in interface foundation.omni.rpc.ConsensusFetcher
Asynchronously get a sorted address-balance map for currency
getConsensusSnapshot(CurrencyID) - Method in interface foundation.omni.rpc.ConsensusFetcher
Fetch a consensus snapshot for a currencyID
getConsensusSnapshotAsync(CurrencyID) - Method in interface foundation.omni.rpc.ConsensusFetcher
Get a ConsensusSnapshot asynchronously Checks blockheight before and after and retries up to twice if snapshot has indeterminate blockheight.
getContext() - Method in class foundation.omni.money.OmniAmount
 
getCreationtxid() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
getCreationTxId() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getCurrencies(CurrencyQuery) - Method in class foundation.omni.money.OmniCurrencyProvider
Return a CurrencyUnit instances matching the given CurrencyContext.
getCurrency() - Method in class foundation.omni.money.OmniAmount
 
getCurrencyID() - Method in class foundation.omni.json.pojo.ConsensusSnapshot
 
getCurrencyID() - Method in class foundation.omni.tx.PayloadParser
 
getData() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getData() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getDefaultSSLContext() - Static method in class foundation.omni.netapi.omnicore.OmniCoreClient
Return the default SSLContext without declaring a checked exception
getDivisible() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getEcosystem() - Method in class foundation.omni.CurrencyID
Getter-style access (for Groovy) to CurrencyID.ecosystem()
getEntries() - Method in class foundation.omni.json.pojo.ConsensusSnapshot
 
getEntry1() - Method in class foundation.omni.consensus.ConsensusEntryPair
 
getEntry2() - Method in class foundation.omni.consensus.ConsensusEntryPair
 
getExodusAddress() - Method in class foundation.omni.net.OmniNetworkParameters
 
getFactory() - Method in class foundation.omni.money.OmniAmount
 
getFee() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getFee() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getFirstExodusBlock() - Method in class foundation.omni.net.OmniNetworkParameters
 
getFrozen() - Method in class foundation.omni.BalanceEntry
 
getGrant() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo.Issuance
 
getId() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
getInputsFor(Address) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
Fetch inputs for an address
getInputsFor(Address) - Method in class foundation.omni.txsigner.OmniRpcClientSendingService
Fetch inputs for an address
getInputsFor(Address) - Method in interface foundation.omni.txsigner.OmniSendingService
 
getInstance() - Static method in class foundation.omni.rpc.test.TestServers
 
getIssuances() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getIssuer() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
getIssuer() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getLastBlock() - Method in class foundation.omni.netapi.omniwallet.json.RevisionInfo
 
getLastExodusBlock() - Method in class foundation.omni.net.OmniNetworkParameters
 
getLastParsed() - Method in class foundation.omni.netapi.omniwallet.json.RevisionInfo
 
getMatches() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getMoneyManAddress() - Method in class foundation.omni.net.OmniNetworkParameters
 
getMscDEXBlock() - Method in class foundation.omni.net.OmniNetworkParameters
 
getMscSPBlock() - Method in class foundation.omni.net.OmniNetworkParameters
 
getName() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getName() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getName() - Method in class foundation.omni.PropertyBalanceEntry
 
getNumber() - Method in class foundation.omni.money.OmniAmount
 
getNumberType() - Method in class foundation.omni.OmniDivisibleValue
getNumberType() - Method in class foundation.omni.OmniIndivisibleValue
getNumberType() - Method in class foundation.omni.OmniValue
getOmniClient() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
Deprecated.
use getRxOmniClient
getOmniNetParams() - Method in class foundation.omni.rpc.OmniClient
 
getOtherInfo() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getParams() - Method in class foundation.omni.net.OmniNetworkParameters
 
getPendingneg() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
getPendingpos() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
getPositionInBlock() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getPositionInBlock() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getPostExodusBlock() - Method in class foundation.omni.net.OmniNetworkParameters
 
getPrecision() - Method in class foundation.omni.OmniDivisibleValue
getPrecision() - Method in class foundation.omni.OmniValue
getPrivkey() - Method in class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
getPropertyid() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getPropertyid() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getPropertyId() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getPropertyId() - Method in class foundation.omni.PropertyBalanceEntry
 
getPropertyIdDesired() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getPropertyIdDesired() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getPropertyIdForSale() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getPropertyIdForSale() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getPropertyInfoList() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
 
getPropertyType() - Method in class foundation.omni.OmniDivisibleValue
getPropertyType() - Method in class foundation.omni.OmniIndivisibleValue
getPropertyType() - Method in class foundation.omni.OmniValue
 
getProviderName() - Method in class foundation.omni.money.OmniCurrencyProvider
 
getPubkey() - Method in class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
getReferenceAddress() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getReserved() - Method in class foundation.omni.BalanceEntry
 
getReservedBalance() - Method in class foundation.omni.netapi.omniwallet.json.AddressVerifyInfo
 
getRevoke() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo.Issuance
 
getRxOmniClient() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
getScale() - Method in class foundation.omni.OmniDivisibleValue
getScale() - Method in class foundation.omni.OmniValue
getSendingAddress() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getSendingAddress() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getSourceType() - Method in class foundation.omni.json.pojo.ConsensusSnapshot
 
getSourceURI() - Method in class foundation.omni.json.pojo.ConsensusSnapshot
 
getStableOmniRpcHost() - Method in class foundation.omni.rpc.test.TestServers
 
getStableOmniRpcPassword() - Method in class foundation.omni.rpc.test.TestServers
 
getStableOmniRpcUser() - Method in class foundation.omni.rpc.test.TestServers
 
getStablePublicMainNetURI() - Method in class foundation.omni.rpc.test.TestServers
 
getStatus() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getStatus() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
 
getSubcategory() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getSubcategory() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getSymbol() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
getTotalAmount() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getTotaltokens() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
getTotalTokens() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getTransaction() - Method in class foundation.omni.tx.PayloadParser
 
getTxid() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo.Issuance
 
getTxId() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getTxId() - Method in class foundation.omni.json.pojo.OmniTradeInfo.Match
 
getTxId() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getType() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getType() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getType_int() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getTypeInt() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getUnitPrice() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getUrl() - Method in class foundation.omni.json.pojo.SmartPropertyListInfo
 
getUrl() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
getValue() - Method in class foundation.omni.CurrencyID
Return the 32-bit unsigned value in a Java long.
getValue() - Method in enum class foundation.omni.Ecosystem
Deprecated.
getValue() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
getValue() - Method in enum class foundation.omni.PropertyType
Deprecated.
getVersion() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
getVersion() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
getVersion() - Method in class foundation.omni.tx.PayloadParser
 
getWalletAddresses() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
Get all addresses in a wallet Requires wallet support to be active
getWilletts() - Method in class foundation.omni.OmniValue
 
getWilletts() - Method in class foundation.omni.tx.PayloadParser
 
GRANT_PROPERTY_TOKENS - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
grantTokens(Address, CurrencyID, OmniValue) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Grants tokens for a managed property.

H

HackedFeeCalculator() - Constructor for class foundation.omni.txsigner.OmniSigningService.HackedFeeCalculator
 
hashCode() - Method in class foundation.omni.BalanceEntry
 
hashCode() - Method in class foundation.omni.CurrencyID
hashCode() - Method in class foundation.omni.money.OmniAmount
 
hashCode() - Method in class foundation.omni.OmniValue
hashCode() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns a hash code value for this object.
hashCode() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns a hash code value for this object.
hashCode() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Returns a hash code value for this object.
hashCode() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns a hash code value for this object.
hashCode() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns a hash code value for this object.
hasMaxMoney() - Method in enum class foundation.omni.net.OmniNetwork
 
hasNext() - Method in class foundation.omni.consensus.ConsensusComparison.PairIterator
 

I

id() - Method in enum class foundation.omni.money.OmniCurrencyCode
 
id() - Method in enum class foundation.omni.net.OmniNetwork
Return the network ID string (previously specified in NetworkParameters)
ID_MAINNET - Static variable in enum class foundation.omni.net.OmniNetwork
The ID string for the main, production network where people trade things.
ID_REGTEST - Static variable in enum class foundation.omni.net.OmniNetwork
The ID string for regtest mode.
ID_SIGNET - Static variable in enum class foundation.omni.net.OmniNetwork
The ID string for the signet.
ID_TESTNET - Static variable in enum class foundation.omni.net.OmniNetwork
The ID string for the testnet.
ID_UNITTESTNET - Static variable in enum class foundation.omni.net.OmniNetwork
The ID string for the Unit test network -- there is no corresponding enum.
idToCode(CurrencyID) - Static method in enum class foundation.omni.money.OmniCurrencyCode
Generate a OmniCurrencyCode for an Omni CurrencyID
idToCodeString(CurrencyID) - Static method in enum class foundation.omni.money.OmniCurrencyCode
Generate a currency code string from an Omni CurrencyID
INDIVISIBLE - Enum constant in enum class foundation.omni.PropertyType
 
INDIVISIBLE_VALUE - Static variable in enum class foundation.omni.PropertyType
Deprecated.
inputs() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns the value of the inputs record component.
INTEGER - Enum constant in enum class foundation.omni.ConvertBigDecimal
Conversion from integral numeric types, short, int, long.
intValue() - Method in class foundation.omni.OmniDivisibleValue
intValue() - Method in class foundation.omni.OmniValue
intValueExact() - Method in class foundation.omni.OmniDivisibleValue
intValueExact() - Method in class foundation.omni.OmniValue
isCurrencyAvailable(CurrencyQuery) - Method in class foundation.omni.money.OmniCurrencyProvider
 
isDivisible() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
isDivisible() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
isDivisible() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
isDivisible() - Method in enum class foundation.omni.PropertyType
Deprecated.
isEqualTo(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
isError() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
isFixedissuance() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
isFixedIssuance() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
isFreezingenabled() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
isFreezingEnabled() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
isFrozen() - Method in class foundation.omni.netapi.omniwallet.json.AddressVerifyInfo
 
isGreaterThan(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
isGreaterThanOrEqualTo(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
isLessThan(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
isLessThanOrEqualTo(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 
isManagedissuance() - Method in class foundation.omni.json.pojo.OmniPropertyInfo
 
isManagedIssuance() - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
isMine() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
isMine() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
isNegative() - Method in class foundation.omni.money.OmniAmount
 
isNegativeOrZero() - Method in class foundation.omni.money.OmniAmount
 
isOmniProxyServer() - Method in class foundation.omni.rpc.OmniClient
 
isOmniProxyServer() - Method in interface foundation.omni.rpc.OmniProxyMethods
Determine if remote server is an OmniProxy server.
isOmniServer() - Method in class foundation.omni.rpc.OmniClient
Check if server is running Omni Core
isPositive() - Method in class foundation.omni.money.OmniAmount
 
isPositiveOrZero() - Method in class foundation.omni.money.OmniAmount
 
isPropertyIdDesiredIsDivisble() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
isPropertyIdForSaleIsDivisible() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
Issuance(BigDecimal, BigDecimal, Sha256Hash) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo.Issuance
 
isValid() - Method in class foundation.omni.json.pojo.OmniTradeInfo
 
isValid() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
 
isValid(long) - Static method in class foundation.omni.CurrencyID
is valid BTC or Real ecosystem or Test ecosystem
isValidReal(long) - Static method in class foundation.omni.CurrencyID
Is valid real ecosystem value Note BTC is not a valid real ecosystem value
isValidTest(long) - Static method in class foundation.omni.CurrencyID
Is valid test ecosystem value
isZero() - Method in class foundation.omni.money.OmniAmount
 
iterator() - Method in class foundation.omni.BalanceEntry
Useful for Spock tests
iterator() - Method in class foundation.omni.consensus.ConsensusComparison
Return an iterator that will iterate through the union of addresses from the two ConsensusSnapshot objects, sorted by address
iterator() - Method in class foundation.omni.consensus.ConsensusEntryPair
Useful for Spock tests

L

LAST_EXODUS_BLOCK - Static variable in class foundation.omni.net.OmniMainNetParams
 
lastExodusBlock - Variable in class foundation.omni.net.OmniNetworkParameters
 
legacyAddressHeader() - Method in enum class foundation.omni.net.OmniNetwork
Header byte of base58 encoded legacy P2PKH addresses for this network.
legacyP2SHHeader() - Method in enum class foundation.omni.net.OmniNetwork
Header byte of base58 encoded legacy P2SH addresses for this network.
listSmartProperties() - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
listSmartProperties() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
listSmartProperties() - Method in interface foundation.omni.rpc.ConsensusFetcher
Get a list of smart properties asynchronously.
log - Static variable in interface foundation.omni.netapi.omniwallet.RxOmniWalletClient
 
log - Static variable in interface foundation.omni.rpc.OmniProxyMethods
 
longValue() - Method in class foundation.omni.OmniDivisibleValue
longValue() - Method in class foundation.omni.OmniValue
longValueExact() - Method in class foundation.omni.OmniDivisibleValue
longValueExact() - Method in class foundation.omni.OmniValue
lookupPropertyType(CurrencyID) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
Get the property type for a propertyId.

M

MAID - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
MAID - Static variable in class foundation.omni.CurrencyID
CurrencyID for MAID
MAID_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for MAID
main(String[]) - Static method in class foundation.omni.cli.ConsensusCLI
 
main(String[]) - Static method in class foundation.omni.consensus.OmniCoreConsensusTool
 
main(String[]) - Static method in class foundation.omni.consensus.OmniwalletConsensusTool
 
main(String[]) - Static method in class foundation.omni.sendtool.OmniLiteSend
 
main(String[]) - Static method in class foundation.omni.sendtool.SendTool
 
MAINNET - Enum constant in enum class foundation.omni.net.OmniNetwork
 
mapToSmartPropertyListInfo(OmniwalletPropertyInfo) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
Match(Sha256Hash, int, Long, Address, OmniValue, OmniValue) - Constructor for class foundation.omni.json.pojo.OmniTradeInfo.Match
 
MAX - Static variable in class foundation.omni.OmniDivisibleValue
 
MAX - Static variable in class foundation.omni.OmniIndivisibleValue
 
MAX_BIGINT - Static variable in class foundation.omni.OmniIndivisibleValue
 
MAX_CLASS_C_PAYLOAD - Static variable in class foundation.omni.tx.ClassCEncoder
Maximum Class C Payload length (not counting the 4-byte 'omni' marker)
MAX_INT_VALUE - Static variable in class foundation.omni.OmniDivisibleValue
 
MAX_MONEY - Static variable in enum class foundation.omni.net.OmniNetwork
The maximum money to be generated
MAX_REAL_ECOSYSTEM_VALUE - Static variable in class foundation.omni.CurrencyID
Maximum allowed value for a "Real Ecosystem" (aka "Production") Omni CurrencyID
MAX_TEST_ECOSYSTEM_VALUE - Static variable in class foundation.omni.CurrencyID
Maximum allowed value for a "Test Ecosystem" Omni CurrencyID
MAX_VALUE - Static variable in class foundation.omni.CurrencyID
Maximum allowed value for an Omni CurrencyID
MAX_VALUE - Static variable in class foundation.omni.OmniDivisibleValue
 
MAX_VALUE - Static variable in class foundation.omni.OmniIndivisibleValue
 
MAX_WILLETTS - Static variable in class foundation.omni.OmniValue
 
maxMoney() - Method in enum class foundation.omni.net.OmniNetwork
 
METADEX_TRADE - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
MetaDexSellOffer(short, CurrencyID, OmniValue, CurrencyID, OmniValue, Byte) - Constructor for record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Creates an instance of a MetaDexSellOffer record class.
MIN - Static variable in class foundation.omni.OmniDivisibleValue
 
MIN - Static variable in class foundation.omni.OmniIndivisibleValue
 
MIN_BIGINT - Static variable in class foundation.omni.OmniIndivisibleValue
 
MIN_INT_VALUE - Static variable in class foundation.omni.OmniDivisibleValue
 
MIN_VALUE - Static variable in class foundation.omni.CurrencyID
Minimum allowed value for an Omni CurrencyID
MIN_VALUE - Static variable in class foundation.omni.OmniDivisibleValue
 
MIN_VALUE - Static variable in class foundation.omni.OmniIndivisibleValue
 
MIN_WILLETTS - Static variable in class foundation.omni.OmniValue
 
minus(OmniDivisibleValue) - Method in class foundation.omni.OmniDivisibleValue
 
minus(OmniIndivisibleValue) - Method in class foundation.omni.OmniIndivisibleValue
 
minus(OmniValue) - Method in class foundation.omni.OmniValue
Create a new OmniValue by subtracting another value from this value.
mnemonicString - Static variable in class foundation.omni.sendtool.SendTool
 
mockBitcoinPropertyInfo(BitcoinNetwork) - Static method in class foundation.omni.json.pojo.OmniPropertyInfo
Return a mock OmniPropertyInfo for Bitcoin.
MoneyMan - Class in foundation.omni.net
Definitions for MoneyMan address functionality on TestNet and RegTest
MoneyMan() - Constructor for class foundation.omni.net.MoneyMan
 
moneyManAddress - Variable in class foundation.omni.net.OmniNetworkParameters
 
moneyManAddress() - Method in enum class foundation.omni.net.OmniNetwork
 
MSC_DEX_BLOCK - Static variable in class foundation.omni.net.OmniMainNetParams
 
MSC_SP_BLOCK - Static variable in class foundation.omni.net.OmniMainNetParams
 
mscDEXBlock - Variable in class foundation.omni.net.OmniNetworkParameters
 
mscSPBlock - Variable in class foundation.omni.net.OmniNetworkParameters
 
multiply(double) - Method in class foundation.omni.money.OmniAmount
 
multiply(long) - Method in class foundation.omni.money.OmniAmount
 
multiply(long) - Method in class foundation.omni.OmniValue
Create a new OmniValue by multiplying this value and another value.
multiply(Number) - Method in class foundation.omni.money.OmniAmount
 
MultiPropertyComparison - Class in foundation.omni.consensus
Consensus comparison across all properties
MultiPropertyComparison(ConsensusFetcher, ConsensusFetcher) - Constructor for class foundation.omni.consensus.MultiPropertyComparison
 

N

name() - Method in class foundation.omni.cli.ConsensusCLI
 
negate() - Method in class foundation.omni.money.OmniAmount
 
network - Variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
netParams, if non-null, is used for validating addresses during deserialization
network() - Method in class foundation.omni.txsigner.OmniKeychainSigningService
 
network() - Method in class foundation.omni.txsigner.OmniRpcClientSigningService
 
network() - Method in interface foundation.omni.txsigner.OmniSigningService
 
next() - Method in class foundation.omni.consensus.ConsensusComparison.PairIterator
 
numberValue() - Method in class foundation.omni.OmniDivisibleValue
Return value in preferred number type
numberValue() - Method in class foundation.omni.OmniIndivisibleValue
Return value in preferred number type
numberValue() - Method in class foundation.omni.OmniValue
Return value in preferred number type
numberValue(Class<T>) - Method in class foundation.omni.OmniValue
NUMBERVALUE - Enum constant in enum class foundation.omni.ConvertBigDecimal
Conversion from NumberValue.
numberValueExact(Class<T>) - Method in class foundation.omni.OmniValue

O

obfuscate(byte[], String) - Static method in class foundation.omni.tx.Obfuscation
Obfuscate an message (Omni Transaction)
obfuscate(byte[], Address) - Static method in class foundation.omni.tx.Obfuscation
Obfuscate an message (Omni Transaction)
Obfuscation - Class in foundation.omni.tx
Omni Class B Obfuscation
Obfuscation() - Constructor for class foundation.omni.tx.Obfuscation
 
of(boolean) - Static method in enum class foundation.omni.PropertyType
PropertyType from `isDivisible` boolean
of(byte[], Address) - Static method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
 
of(long) - Static method in class foundation.omni.CurrencyID
 
of(long) - Static method in class foundation.omni.OmniDivisibleValue
Create OmniDivisibleValue of the specified amount
of(long) - Static method in class foundation.omni.OmniIndivisibleValue
Create OmniDivisibleValue of the specified amount
of(long, boolean) - Static method in class foundation.omni.OmniValue
 
of(long, PropertyType) - Static method in class foundation.omni.OmniValue
 
of(String) - Static method in class foundation.omni.OmniValue
Parse a String (which should be in OmniValue JSON format) to get an OmniValue
of(String, boolean) - Static method in class foundation.omni.OmniValue
Parse a numeric String to get an OmniValue
of(BigDecimal) - Static method in class foundation.omni.OmniDivisibleValue
Create OmniDivisibleValue of the specified amount
of(BigDecimal, boolean) - Static method in class foundation.omni.OmniValue
 
of(BigDecimal, PropertyType) - Static method in class foundation.omni.OmniValue
 
of(BigInteger) - Static method in class foundation.omni.OmniIndivisibleValue
 
of(Network) - Static method in enum class foundation.omni.net.OmniNetwork
 
ofUnsigned(int) - Static method in class foundation.omni.CurrencyID
 
ofWilletts(long) - Static method in class foundation.omni.OmniDivisibleValue
Create OmniDivisibleValue from willetts/internal/wire format
ofWilletts(long) - Static method in class foundation.omni.OmniIndivisibleValue
Create OmniIndivisibleValue from willetts/internal/wire format
ofWilletts(long, boolean) - Static method in class foundation.omni.OmniValue
 
ofWilletts(long, PropertyType) - Static method in class foundation.omni.OmniValue
 
OMNI - Enum constant in enum class foundation.omni.Ecosystem
The "real" or "production" Omni ecosystem
OMNI - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
OMNI - Static variable in class foundation.omni.CurrencyID
CurrencyID for OMNI
OMNI_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for OMNI
OmniAmount - Class in foundation.omni.money
Omni Amount: A number of coins/tokens with a specified CurrencyID Placeholder: Do not use - not ready yet! Note: Maybe only OmniValue will stay in omnij-core and OmniAmount will live in a separate JAR.
OmniAmount(OmniValue, CurrencyID) - Constructor for class foundation.omni.money.OmniAmount
 
OmniBalanceService - Interface in foundation.omni.netapi
Common interface for Omni Core JSON-RPC and Omniwallet for fetching balances for addresses
OmniClient - Class in foundation.omni.rpc
Pure Java Bitcoin and Omni Core JSON-RPC client with camelCase method names.
OmniClient() - Constructor for class foundation.omni.rpc.OmniClient
Construct a client by reading bitcoin.conf (Incubating)
OmniClient(SSLContext, Network, URI, String, String, boolean) - Constructor for class foundation.omni.rpc.OmniClient
 
OmniClient(SSLContext, Network, URI, String, String, boolean, boolean) - Constructor for class foundation.omni.rpc.OmniClient
 
OmniClient(Network, URI, String, String) - Constructor for class foundation.omni.rpc.OmniClient
 
OmniClient(Network, URI, String, String, boolean, boolean) - Constructor for class foundation.omni.rpc.OmniClient
 
OmniClient(RpcConfig) - Constructor for class foundation.omni.rpc.OmniClient
 
OmniClientModule - Class in foundation.omni.json.conversion
Register serializers and deserializers for OmniClient.
OmniClientModule() - Constructor for class foundation.omni.json.conversion.OmniClientModule
 
OmniClientRawTxSupport - Interface in foundation.omni.rpc
Methods needed to support OmniTestClientMethods interface.
OmniConsensusToolOptions - Class in foundation.omni.cli
Option definitions for Omni Consensus Tool
OmniConsensusToolOptions() - Constructor for class foundation.omni.cli.OmniConsensusToolOptions
 
OmniCoreCLICall - Class in foundation.omni.cli
Subclass BitcoinCLICall to create/return/use the OmniClient subclass
OmniCoreCLICall(BitcoinCLITool, PrintStream, PrintStream, String[]) - Constructor for class foundation.omni.cli.OmniCoreCLICall
 
OmniCoreCLICall(BitcoinCLITool, PrintWriter, PrintWriter, String[]) - Constructor for class foundation.omni.cli.OmniCoreCLICall
 
OmniCoreClient - Class in foundation.omni.netapi.omnicore
Omni Core "REST" client that implements same interfaces as Omniwallet REST client
OmniCoreClient(OmniClient) - Constructor for class foundation.omni.netapi.omnicore.OmniCoreClient
Constructor that takes an existing RxOmniClient
OmniCoreClient(SSLContext, Network, URI, String, String) - Constructor for class foundation.omni.netapi.omnicore.OmniCoreClient
 
OmniCoreClient(SSLContext, Network, URI, String, String, boolean, boolean) - Constructor for class foundation.omni.netapi.omnicore.OmniCoreClient
 
OmniCoreClient(Network, URI, String, String) - Constructor for class foundation.omni.netapi.omnicore.OmniCoreClient
 
OmniCoreConsensusTool - Class in foundation.omni.consensus
Command-line tool and class for fetching Omni Core consensus data
OmniCoreConsensusTool(OmniClient) - Constructor for class foundation.omni.consensus.OmniCoreConsensusTool
Constructor that takes an existing OmniClient
OmniCoreConsensusTool(Network, URI) - Constructor for class foundation.omni.consensus.OmniCoreConsensusTool
URI Constructor
OmniCurrencyCode - Enum Class in foundation.omni.money
CurrencyCode for base and popular OMNI currencies Base is OMNI and TOMNI Others are currencies with market cap over 1M and listed on exchanges
OmniCurrencyProvider - Class in foundation.omni.money
First cut at Omni Currency Provider TODO: Either disallow building BTC currency here or detect presence of BitcoinProvider and use it to build BTC when present.
OmniCurrencyProvider() - Constructor for class foundation.omni.money.OmniCurrencyProvider
 
OmniDivisibleValue - Class in foundation.omni
Numeric Value of Divisible Omni Token An Omni Divisible token is typically represented to the user as a decimal amount and hence you can have a fractional number of tokens.
omniExplorerApiBase - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
OmniFundingSource - Interface in foundation.omni.test
 
omniGetActivations() - Method in class foundation.omni.rpc.OmniClient
Returns pending and completed feature activations.
omniGetActiveCrowdsales() - Method in class foundation.omni.rpc.OmniClient
Lists currently active crowdsales.
omniGetActiveDExSells() - Method in class foundation.omni.rpc.OmniClient
Lists currently active offers on the distributed BTC/OMNI exchange.
omniGetAllBalancesForAddress(Address) - Method in class foundation.omni.rpc.OmniClient
Returns a sorted map of all token balances for a given address.
omniGetAllBalancesForAddressAsList(Address) - Method in class foundation.omni.rpc.OmniClient
Returns a list of all token balances for a given address.
omniGetAllBalancesForId(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns a sorted map of address-balances for a given identifier.
omniGetAllBalancesForIdAsList(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns a list of address-balances for a given identifier.
omniGetBalance(Address, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns the balance for a given address and property.
omniGetCrowdsale(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns information about a crowdsale.
omniGetFeeCache(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Obtains the current amount of fees cached (pending distribution).
omniGetFeeDistribution(Integer) - Method in class foundation.omni.rpc.OmniClient
Obtains data for a past distribution of fees.
omniGetFeeDistributions(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Obtains data for past distributions of fees for a property.
omniGetFeeShare(Address, Ecosystem) - Method in class foundation.omni.rpc.OmniClient
Obtains the current percentage share of fees addresses would receive if a distribution were to occur.
omniGetFeeTrigger(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Obtains the amount at which cached fees will be distributed.
omniGetGrants(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns information about granted and revoked units of managed tokens.
omniGetInfo() - Method in class foundation.omni.rpc.OmniClient
Returns various state information of Omni Core and the Omni Layer protocol.
omniGetOrderbook(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Lists orders on the distributed token exchange with the given token for sale.
omniGetOrderbook(CurrencyID, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Lists orders on the distributed token exchange with the given token for sale, and token desired.
omniGetProperty(CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Returns information about the specified currency, property, or token.
omniGetSTO(Sha256Hash) - Method in class foundation.omni.rpc.OmniClient
Get information and recipients of a send-to-owners transaction.
omniGetTrade(Sha256Hash) - Method in class foundation.omni.rpc.OmniClient
Returns information about an order on the distributed token exchange.
omniGetTradeHistoryForAddress(Address, Integer, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
 
omniGetTransaction(Sha256Hash) - Method in class foundation.omni.rpc.OmniClient
Returns information about an Omni Layer transaction.
OmniIndivisibleValue - Class in foundation.omni
Numeric Value of Indivisible Omni Token An indivisible token is an integer number of tokens that can't be subdivided to less than one token.
OmniJBalances - Class in foundation.omni.json.pojo
Balances for all currencies for a list of addresses
OmniJBalances() - Constructor for class foundation.omni.json.pojo.OmniJBalances
 
OmniKeychainSendingService - Class in foundation.omni.txsigner
A service to sign and send Omni Transactions (similar to functionality in Omni Core).
OmniKeychainSendingService(OmniClient, OmniKeychainSigningService) - Constructor for class foundation.omni.txsigner.OmniKeychainSendingService
 
OmniKeychainSigningService - Class in foundation.omni.txsigner
A service to sign Omni transactions
OmniKeychainSigningService(Network, DeterministicKeyChain) - Constructor for class foundation.omni.txsigner.OmniKeychainSigningService
 
OmniLayerRichListService<N,ID> - Class in foundation.omni.netapi.analytics
Omni protocol rich list service that provides Single and Observable interfaces for getting rich list information by property.
OmniLayerRichListService(ConsensusService) - Constructor for class foundation.omni.netapi.analytics.OmniLayerRichListService
 
omniListBlockTransactions(Integer) - Method in class foundation.omni.rpc.OmniClient
Lists all Omni transactions in a block.
omniListProperties() - Method in class foundation.omni.rpc.OmniClient
Lists all currencies, smart properties and tokens.
omniListTransactions() - Method in class foundation.omni.rpc.OmniClient
 
omniListTransactions(String, int) - Method in class foundation.omni.rpc.OmniClient
 
omniListTransactions(String, Integer, Integer, Integer, Integer) - Method in class foundation.omni.rpc.OmniClient
Return a list of wallet transactions
OmniLiteSend - Class in foundation.omni.sendtool
Create, sign, and send an Omni Simple-Send transaction using a local Bitcoin node.
OmniLiteSend() - Constructor for class foundation.omni.sendtool.OmniLiteSend
 
OmniMainNetParams - Class in foundation.omni.net
Omni Protocol parameters for Bitcoin MainNet
OmniNetwork - Enum Class in foundation.omni.net
Definitions for Omni "safe" addresses.
OmniNetworkParameters - Class in foundation.omni.net
Base class for Omni Protocol network parameters TODO: Convert from abstract class to interface -- also consider creating a data class to hold these fields so the interface will just return the data class
OmniNetworkParameters() - Constructor for class foundation.omni.net.OmniNetworkParameters
 
OmniOutput - Class in foundation.omni
A record-like container for an amount and a destination address.
OmniOutput(Address, OmniValue) - Constructor for class foundation.omni.OmniOutput
 
OmniOutputDeserializer - Class in foundation.omni.json.conversion
Deserializer for record-like OmniOutput
OmniOutputDeserializer() - Constructor for class foundation.omni.json.conversion.OmniOutputDeserializer
 
OmniOutputSerializer - Class in foundation.omni.json.conversion
Serializer for record-like OmniOutput
OmniOutputSerializer() - Constructor for class foundation.omni.json.conversion.OmniOutputSerializer
 
OmniPropertyInfo - Class in foundation.omni.json.pojo
JSON bean representing the set of information on an Omni Property as returned by the omni_getproperty RPC method.
OmniPropertyInfo(CurrencyID, String, String, String, String, String, Boolean, Address, Sha256Hash, boolean, boolean, boolean, OmniValue) - Constructor for class foundation.omni.json.pojo.OmniPropertyInfo
 
OmniPropertyInfo(CurrencyID, String, String, String, String, String, Boolean, Address, Sha256Hash, boolean, boolean, boolean, String) - Constructor for class foundation.omni.json.pojo.OmniPropertyInfo
 
OmniPropertyInfo(SmartPropertyListInfo) - Constructor for class foundation.omni.json.pojo.OmniPropertyInfo
OmniPropertyInfo(BitcoinNetwork, SmartPropertyListInfo) - Constructor for class foundation.omni.json.pojo.OmniPropertyInfo
Construct OmniPropertyInfo from SmartPropertyListInfo Since there is no way to fetch OmniPropertyInfo for all properties with a single request, this converter can be used to create a OmniPropertyInfo from a SmartPropertyListInfo with default values for the extra fields.
omniProxyGetBalance(Address) - Method in interface foundation.omni.rpc.OmniProxyMethods
 
omniProxyGetBalances(List<Address>) - Method in interface foundation.omni.rpc.OmniProxyMethods
 
omniProxyGetRichList(CurrencyID, int) - Method in interface foundation.omni.rpc.OmniProxyMethods
 
omniProxyGetRichListSync(CurrencyID, int) - Method in interface foundation.omni.rpc.OmniProxyMethods
 
omniProxyListProperties() - Method in interface foundation.omni.rpc.OmniProxyMethods
 
OmniProxyMethods - Interface in foundation.omni.rpc
Interface with default methods implementing omniproxy RPCs.
omniRawTxBuilder - Static variable in interface foundation.omni.rpc.test.OmniTestClientMethods
 
OmniRegTestParams - Class in foundation.omni.net
Omni Protocol parameters for Bitcoin MainNet
OmniRpcClientSendingService - Class in foundation.omni.txsigner
A service to sign and send Omni Transactions (similar to functionality in Omni Core).
OmniRpcClientSendingService(BitcoinClient) - Constructor for class foundation.omni.txsigner.OmniRpcClientSendingService
 
OmniRpcClientSigningService - Class in foundation.omni.txsigner
 
OmniRpcClientSigningService(BitcoinClient) - Constructor for class foundation.omni.txsigner.OmniRpcClientSigningService
 
OmniSegwitAddressConverter - Class in foundation.omni.address
Convert between Bitcoin and Omni Bech32 Segwit addresses Bitcoin: bc1xxxx Omni: om1xxxx
OmniSegwitAddressConverter() - Constructor for class foundation.omni.address.OmniSegwitAddressConverter
 
omniSend(UnsignedTxSimpleSend) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
Sign and Send an Omni Simple Send transaction
omniSend(UnsignedTxSimpleSend) - Method in class foundation.omni.txsigner.OmniRpcClientSendingService
 
omniSend(UnsignedTxSimpleSend) - Method in interface foundation.omni.txsigner.OmniSendingService
Sign and Send an Omni Simple Send transaction.
omniSend(Address, Address, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Creates and broadcasts a "simple send" transaction.
omniSend(Address, Address, CurrencyID, OmniValue) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
Find inputs, Sign and Send an Omni Simple Send transaction
omniSend(Address, Address, CurrencyID, OmniValue) - Method in class foundation.omni.txsigner.OmniRpcClientSendingService
 
omniSend(Address, Address, CurrencyID, OmniValue) - Method in interface foundation.omni.txsigner.OmniSendingService
Find inputs, Sign and Send an Omni Simple Send transaction
omniSendActivation(Address, Short, Integer, Integer) - Method in class foundation.omni.rpc.OmniClient
Activates a protocol feature.
omniSendAll(Address, Address, Ecosystem) - Method in class foundation.omni.rpc.OmniClient
Creates and broadcasts a "send all" transaction.
omniSendCancelAllTrades(Address, Ecosystem) - Method in class foundation.omni.rpc.OmniClient
Cancel all offers on the distributed token exchange with the given currency pair.
omniSendCancelTradesByPair(Address, CurrencyID, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Cancel all offers on the distributed token exchange with the given currency pair.
omniSendCancelTradesByPrice(Address, CurrencyID, OmniValue, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Cancel offers on the distributed token exchange with the specified price.
omniSendChangeIssuer(Address, Address, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Change the issuer on record of the given tokens.
omniSendCloseCrowdsale(Address, CurrencyID) - Method in class foundation.omni.rpc.OmniClient
Manually close a crowdsale.
omniSendDExAccept(Address, Address, CurrencyID, OmniValue, Boolean) - Method in class foundation.omni.rpc.OmniClient
Create and broadcast an accept order for the specified token and amount.
omniSendDExSell(Address, CurrencyID, OmniValue, Coin, Byte, Coin, Byte) - Method in class foundation.omni.rpc.OmniClient
Creates an offer on the traditional distributed exchange.
omniSendGrant(Address, Address, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Issue or grant new units of managed tokens.
OmniSendingService - Interface in foundation.omni.txsigner
A service to gather inputs for, sign, and send a transaction.
omniSendIssuanceCrowdsale(Address, Ecosystem, PropertyType, CurrencyID, String, String, String, String, String, CurrencyID, BigDecimal, Long, Byte, Byte) - Method in class foundation.omni.rpc.OmniClient
Create new tokens as crowdsale.
omniSendIssuanceFixed(Address, Ecosystem, PropertyType, CurrencyID, String, String, String, String, String, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Create new tokens with fixed supply.
omniSendIssuanceManaged(Address, Ecosystem, PropertyType, CurrencyID, String, String, String, String, String) - Method in class foundation.omni.rpc.OmniClient
Create new tokens with manageable supply.
omniSendRawTx(Address, String) - Method in class foundation.omni.rpc.OmniClient
Broadcasts a raw Omni Layer transaction.
omniSendRawTx(Address, String) - Method in interface foundation.omni.rpc.OmniClientRawTxSupport
 
omniSendRawTx(Address, String, Address) - Method in class foundation.omni.rpc.OmniClient
Broadcasts a raw Omni Layer transaction with reference address.
omniSendRawTx(Address, String, Address) - Method in interface foundation.omni.rpc.OmniClientRawTxSupport
 
omniSendRevoke(Address, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Revoke units of managed tokens.
omniSendSTO(Address, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Creates and broadcasts a "send to owners" transaction.
omniSendToMany(Address, CurrencyID, List<OmniOutput>) - Method in class foundation.omni.rpc.OmniClient
Creates and broadcasts a "send to many" transaction.
omniSendTrade(Address, CurrencyID, OmniValue, CurrencyID, OmniValue) - Method in class foundation.omni.rpc.OmniClient
Place a trade offer on the distributed token exchange.
OmniServerModule - Class in foundation.omni.json.conversion
Extend OmniClientModule with serializers needed for server functionality.
OmniServerModule() - Constructor for class foundation.omni.json.conversion.OmniServerModule
 
OmniSigningService - Interface in foundation.omni.txsigner
A service to sign Omni transactions
OmniSigningService.HackedFeeCalculator - Class in foundation.omni.txsigner
 
omniSignTx(UnsignedTxSimpleSend) - Method in interface foundation.omni.txsigner.OmniSigningService
 
omniSignTx(Address, List<? super TransactionInputData>, Transactions.OmniTx, Address) - Method in interface foundation.omni.txsigner.OmniSigningService
 
omniSignTx(Address, List<TransactionInputData>, Transactions.OmniTx, Address, Address, Coin) - Method in interface foundation.omni.txsigner.OmniSigningService
 
OmniTestClient - Class in foundation.omni.rpc.test
For unit tests that need to send invalid raw Omni transactions.
OmniTestClient(Network, URI, String, String) - Constructor for class foundation.omni.rpc.test.OmniTestClient
 
OmniTestClientAccessor - Interface in foundation.omni.rpc.test
Interface for tests that use a BitcoinExtendedClient
OmniTestClientMethods - Interface in foundation.omni.rpc.test
OmniClient methods that create raw Omni transactions and send them using "omniSendRawTx".
OmniTestNetParams - Class in foundation.omni.net
Omni Protocol parameters for Bitcoin TestNet
omniToBtc(String) - Static method in class foundation.omni.address.OmniSegwitAddressConverter
 
omniToBtc(SegwitAddress) - Static method in class foundation.omni.address.OmniSegwitAddressConverter
 
OmniTradeInfo - Class in foundation.omni.json.pojo
OmniTradeInfo - response object for omni_gettrade and omni_gettradehistoryforaddress
OmniTradeInfo(Sha256Hash, Address, boolean, int, Coin, long, boolean, int, int, int, String, CurrencyID, boolean, OmniValue, CurrencyID, boolean, OmniValue, String, OmniValue, OmniValue, String, Sha256Hash, List<OmniTradeInfo.Match>) - Constructor for class foundation.omni.json.pojo.OmniTradeInfo
 
OmniTradeInfo.Match - Class in foundation.omni.json.pojo
 
OmniTransaction - Class in foundation.omni.tx
Deprecated.
This code is incomplete, doesn't work, and will be replaced.
OmniTransaction(Transaction) - Constructor for class foundation.omni.tx.OmniTransaction
Deprecated.
 
OmniTransaction(ECKey, List<TransactionOutput>, Address, byte[]) - Constructor for class foundation.omni.tx.OmniTransaction
Deprecated.
 
OmniTransaction(ECKey, Address, byte[]) - Constructor for class foundation.omni.tx.OmniTransaction
Deprecated.
 
OmniTransactionInfo - Class in foundation.omni.json.pojo
(Mostly) Immutable representation of OmniTransaction info JSON
OmniTransactionInfo(Sha256Hash, Address, Address, boolean, int, String, long, boolean, int, int, int, String, OmniValue, OmniValue, boolean, CurrencyID, Sha256Hash, int, CurrencyID, CurrencyID) - Constructor for class foundation.omni.json.pojo.OmniTransactionInfo
 
OmniTransactionParser - Class in foundation.omni.tx
Deprecated.
This code is incomplete, doesn't work, and will be replaced.
OmniTransactionParser() - Constructor for class foundation.omni.tx.OmniTransactionParser
Deprecated.
 
OmniTxBuilder - Class in foundation.omni.tx
Builds Omni transactions in bitcoinj Transaction objects
OmniTxBuilder(OmniNetwork) - Constructor for class foundation.omni.tx.OmniTxBuilder
 
OmniTxBuilder(OmniNetwork, FeeCalculator) - Constructor for class foundation.omni.tx.OmniTxBuilder
 
OmniTxBuilder(BitcoinNetwork) - Constructor for class foundation.omni.tx.OmniTxBuilder
 
OmniTxBuilder(BitcoinNetwork, FeeCalculator) - Constructor for class foundation.omni.tx.OmniTxBuilder
 
omniUnvested(Instant) - Static method in class foundation.omni.DevOmni
Calculate APPROXIMATE unvested amount of Dev OMNI
OmniValue - Class in foundation.omni
Numeric value for a quantity of Omni tokens - base class for OmniDivisible and OmniIndivisible subclasses.
OmniValue(long) - Constructor for class foundation.omni.OmniValue
Default Constructor Used only by subclasses using internal (willetts) format
OmniValueDeserializer - Class in foundation.omni.json.conversion
 
OmniValueDeserializer() - Constructor for class foundation.omni.json.conversion.OmniValueDeserializer
 
OmniValueSerializer - Class in foundation.omni.json.conversion
 
OmniValueSerializer() - Constructor for class foundation.omni.json.conversion.OmniValueSerializer
 
omniVested(Instant) - Static method in class foundation.omni.DevOmni
Calculate APPROXIMATE vested amount of Dev OMNI
OmniwalletAbstractClient - Class in foundation.omni.netapi.omniwallet
Base class for Omniwallet Client implementations TODO: We should probably use composition rather than inheritance and have a RawOmniwallet interface and inject an implementation of that into the constructor of an OmniwalletConsensusService type.
OmniwalletAbstractClient(URI, boolean, boolean) - Constructor for class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
OmniwalletAbstractClient(URI, boolean, boolean, Network) - Constructor for class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
OmniwalletAddressBalance - Class in foundation.omni.netapi.omniwallet.json
Jackson POJO wrapper for raw Omniwallet address balance Contains a list of balances for all properties owned by this address
OmniwalletAddressBalance(List<OmniwalletAddressPropertyBalance>) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletAddressBalance
 
OmniwalletAddressPropertyBalance - Class in foundation.omni.netapi.omniwallet.json
Jackson POJO wrapper for raw Omniwallet response Note that Omniwallet currently can return a zero balance when an error occurs.
OmniwalletAddressPropertyBalance(Object, String, String, boolean, String, String, Boolean) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletAddressPropertyBalance
 
omniwalletApiBase - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
omniwalletBase - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
Deprecated.
OmniwalletClient - Class in foundation.omni.rest.omniwallet
Omniwallet REST Java client implemented using OkHttpClient.
OmniwalletClient() - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
Default constructor
OmniwalletClient(URI, boolean) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
 
OmniwalletClient(URI, boolean, boolean) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
Constructor with debug and strict-mode options
OmniwalletClient(URI, boolean, boolean, OkHttpClient) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
 
OmniwalletClient(URI, boolean, boolean, OkHttpClient, Executor) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
 
OmniwalletClient(URI, boolean, boolean, Network) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
 
OmniwalletClient(URI, boolean, boolean, Network, OkHttpClient, Executor) - Constructor for class foundation.omni.rest.omniwallet.OmniwalletClient
OmniwalletClient constructor with all parameters
OmniwalletClientModule - Class in foundation.omni.netapi.omniwallet.json
A module of Jackson converters for OmniwalletClient that provides all converters necessary for an Omniwallet Client.
OmniwalletClientModule() - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletClientModule
Construct a Jackson converter module with all converters necessary for an Omniwallet Client.
OmniwalletClientModule(Network) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletClientModule
Construct a Jackson converter module with all converters necessary for an Omniwallet Client that enforces valid address formats for the specified Network.
OmniwalletConsensusTool - Class in foundation.omni.consensus
Command-line tool and class for fetching OmniWallet consensus data
OmniwalletConsensusTool() - Constructor for class foundation.omni.consensus.OmniwalletConsensusTool
 
OmniwalletConsensusTool(URI) - Constructor for class foundation.omni.consensus.OmniwalletConsensusTool
 
OmniwalletModernJDKClient - Class in foundation.omni.rest.omniwallet.mjdk
OmniwalletAbstractClient implementation using JDK 11+ HttpClient
OmniwalletModernJDKClient(URI) - Constructor for class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
OmniwalletModernJDKClient(URI, boolean, boolean, Network) - Constructor for class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
OmniwalletPropertiesListResponse - Class in foundation.omni.netapi.omniwallet.json
Java POJO for /v1/properties/list response.
OmniwalletPropertiesListResponse(String, List<OmniwalletPropertyInfo>) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
 
OmniwalletPropertyInfo - Class in foundation.omni.netapi.omniwallet.json
Java POJO for per-property record in /v1/properties/list response
OmniwalletPropertyInfo(long, String, Sha256Hash, String, boolean, boolean, boolean, String, List<OmniwalletPropertyInfo.Issuance>, boolean, String, CurrencyID, String, String, String) - Constructor for class foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
 
OmniwalletPropertyInfo.Issuance - Class in foundation.omni.netapi.omniwallet.json
 
options() - Method in class foundation.omni.cli.ConsensusCLI
 
output(ConsensusSnapshot, PrintWriter, boolean) - Static method in interface foundation.omni.consensus.ConsensusToolOutput
Output a ConsensusSnapshot to a PrintWriter.

P

PairIterator(ConsensusComparison, Iterator<Address>) - Constructor for class foundation.omni.consensus.ConsensusComparison.PairIterator
 
params - Variable in class foundation.omni.net.OmniNetworkParameters
 
parse(byte[], Address) - Static method in class foundation.omni.txrecords.TransactionParser
 
payload() - Method in interface foundation.omni.tx.Transactions.OmniTx
 
payload() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
 
payload() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
 
payload() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
 
payload() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
 
payload() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns the value of the payload record component.
PayloadBuilder - Class in foundation.omni.tx
This builder does not guarantee correctness, it is a thin wrapper around ByteBuffer to make the transaction building code easy to read and compare to the Omni Spec.
PayloadParser - Class in foundation.omni.tx
 
PayloadParser(byte[]) - Constructor for class foundation.omni.tx.PayloadParser
 
paymentWindow() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the paymentWindow record component.
PDC - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
PDC - Static variable in class foundation.omni.CurrencyID
CurrencyID for PDC
PDC_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for PDC
percentUnvested(Instant) - Static method in class foundation.omni.DevOmni
 
percentVested(Instant) - Static method in class foundation.omni.DevOmni
 
plus() - Method in class foundation.omni.money.OmniAmount
 
plus(OmniDivisibleValue) - Method in class foundation.omni.OmniDivisibleValue
 
plus(OmniIndivisibleValue) - Method in class foundation.omni.OmniIndivisibleValue
 
plus(OmniValue) - Method in class foundation.omni.OmniValue
Create a new OmniValue by adding this value and another value.
pollChainTipOnce() - Method in interface foundation.omni.netapi.omniwallet.RxOmniWalletClient
Poll a method, ignoring IOError.
POST_EXODUS_BLOCK - Static variable in class foundation.omni.net.OmniMainNetParams
 
postExodusBlock - Variable in class foundation.omni.net.OmniNetworkParameters
 
print(ConsensusSnapshot, PrintWriter) - Static method in interface foundation.omni.consensus.ConsensusToolOutput
 
PROMOTE_PROPERTY - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
propertiesList() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
propertiesList() - Method in class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
propertiesList() - Method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
PropertyBalanceEntries - Class in foundation.omni.json.pojo
 
PropertyBalanceEntries() - Constructor for class foundation.omni.json.pojo.PropertyBalanceEntries
 
PropertyBalanceEntriesDeserializer - Class in foundation.omni.json.conversion
 
PropertyBalanceEntriesDeserializer() - Constructor for class foundation.omni.json.conversion.PropertyBalanceEntriesDeserializer
 
PropertyBalanceEntry - Class in foundation.omni
Balance entry for a property/currency
PropertyBalanceEntry(CurrencyID, String, OmniValue, OmniValue, OmniValue) - Constructor for class foundation.omni.PropertyBalanceEntry
 
PropertyInfoFromJsonFile - Class in foundation.omni.netapi.omniwallet
Utility to read OmniwalletPropertiesListResponse from an Input Stream (resource) or from a string.
PropertyInfoFromJsonFile() - Constructor for class foundation.omni.netapi.omniwallet.PropertyInfoFromJsonFile
 
PropertyType - Enum Class in foundation.omni
Omni Protocol Property Type.
PropertyTypeSerializer - Class in foundation.omni.json.conversion
 
PropertyTypeSerializer() - Constructor for class foundation.omni.json.conversion.PropertyTypeSerializer
 
PubKeyConversion - Class in foundation.omni.tx
Convert a stream of bytes to a list of ECKeys
PubKeyConversion() - Constructor for class foundation.omni.tx.PubKeyConversion
 
putInt32(int) - Method in class foundation.omni.tx.PayloadBuilder
 
putInt32(CurrencyID) - Method in class foundation.omni.tx.PayloadBuilder
 
putInt64(long) - Method in class foundation.omni.tx.PayloadBuilder
 
putInt64(OmniValue) - Method in class foundation.omni.tx.PayloadBuilder
 
putString(String) - Method in class foundation.omni.tx.PayloadBuilder
 

Q

query(MonetaryQuery<R>) - Method in class foundation.omni.money.OmniAmount
 

R

RawTxBuilder - Class in foundation.omni.tx
Build hex-encoded raw Omni transactions
RawTxBuilder() - Constructor for class foundation.omni.tx.RawTxBuilder
 
read(File) - Static method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
READ_TIMEOUT_MILLIS - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
readPropertyInfoListFromInputStream(InputStream) - Static method in class foundation.omni.netapi.omniwallet.PropertyInfoFromJsonFile
 
readResponseFromInputStream(InputStream) - Static method in class foundation.omni.netapi.omniwallet.PropertyInfoFromJsonFile
 
readResponseFromString(String) - Static method in class foundation.omni.netapi.omniwallet.PropertyInfoFromJsonFile
 
realEcosystemPrefix - Static variable in enum class foundation.omni.money.OmniCurrencyCode
 
referenceAddress() - Method in interface foundation.omni.tx.Transactions.OmniRefTx
 
referenceAddress() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns the value of the referenceAddress record component.
REGTEST - Enum constant in enum class foundation.omni.net.OmniNetwork
 
remainder(double) - Method in class foundation.omni.money.OmniAmount
 
remainder(long) - Method in class foundation.omni.money.OmniAmount
 
remainder(Number) - Method in class foundation.omni.money.OmniAmount
 
remove() - Method in class foundation.omni.consensus.ConsensusComparison.PairIterator
 
requiredBitcoin(OmniDivisibleValue) - Static method in class foundation.omni.net.MoneyMan
Calculate Bitcoin required for a MoneyMan exchange.
reserved - Variable in class foundation.omni.BalanceEntry
 
revisionInfo() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
revisionInfo() - Method in class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
revisionInfo() - Method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
RevisionInfo - Class in foundation.omni.netapi.omniwallet.json
Jackson POJO wrapper for raw Omniwallet response
RevisionInfo(Sha256Hash, String, int, String) - Constructor for class foundation.omni.netapi.omniwallet.json.RevisionInfo
 
REVOKE_PROPERTY_TOKENS - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
revokeTokens(Address, CurrencyID, OmniValue) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Revokes tokens for a managed property.
richList(CurrencyID, int) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
richList(ID, int) - Method in class foundation.omni.netapi.analytics.OmniLayerRichListService
Asynchronously get a single rich list for a currency TODO: Use ConsensusSnapshot (or equivalent) so we can include blockheight and hash in TokenRichList
richListUpdates(CurrencyID, int) - Method in class foundation.omni.netapi.omnicore.OmniCoreClient
 
richListUpdates(ID, int) - Method in class foundation.omni.netapi.analytics.OmniLayerRichListService
Subscribe to ongoing rich list updates (update for each new block) for a currency
round(MathContext) - Method in class foundation.omni.OmniDivisibleValue
round(MathContext) - Method in class foundation.omni.OmniIndivisibleValue
run(OmniCoreCLICall) - Method in class foundation.omni.cli.ConsensusCLI
 
run(PrintWriter, PrintWriter, String...) - Method in class foundation.omni.cli.ConsensusCLI
 
run(List<String>) - Method in interface foundation.omni.consensus.ConsensusTool
 
run(JsonRpcClientTool.Call) - Method in class foundation.omni.cli.ConsensusCLI
 
RxOmniWalletClient - Interface in foundation.omni.netapi.omniwallet
 

S

SAFEX - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
SAFEX - Static variable in class foundation.omni.CurrencyID
CurrencyID for SAFEX
SAFEX_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for SAFEX
save(ConsensusSnapshot, File) - Static method in interface foundation.omni.consensus.ConsensusToolOutput
 
save(File, WalletBackupFile) - Static method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
scaleByPowerOfTen(int) - Method in class foundation.omni.money.OmniAmount
 
SECONDS_PER_YEAR - Static variable in class foundation.omni.DevOmni
Seconds-per-year used in Dev OMNI calculations as defined in the Omni Specification
segwitAddressHrp() - Method in enum class foundation.omni.net.OmniNetwork
Return the standard Bech32 SegwitAddress.SegwitHrp (as a String) for this network.
send(Address, Address, CurrencyID, OmniDivisibleValue) - Method in class foundation.omni.sendtool.OmniLiteSend
 
send(Address, Address, CurrencyID, OmniDivisibleValue) - Method in class foundation.omni.sendtool.SendTool
 
SEND_ALL - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
SEND_TO_OWNERS - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
sendRawTransactionAsync(Transaction) - Method in class foundation.omni.txsigner.OmniKeychainSendingService
 
sendRawTransactionAsync(Transaction) - Method in class foundation.omni.txsigner.OmniRpcClientSendingService
 
sendRawTransactionAsync(Transaction) - Method in interface foundation.omni.txsigner.OmniSendingService
 
SendTool - Class in foundation.omni.sendtool
Omni transaction sending tool that uses a local keychain and a remote, address-indexed Omni Core server (or OmniProxy)
SendTool() - Constructor for class foundation.omni.sendtool.SendTool
 
sendToOwners(Address, CurrencyID, OmniValue) - Method in interface foundation.omni.rpc.test.OmniTestClientMethods
Creates and broadcasts a "send to owners" transaction.
SendToOwners(short, CurrencyID, OmniValue) - Constructor for record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Creates an instance of a SendToOwners record class.
SequenceNumbers - Class in foundation.omni.tx
Methods to add and remove sequence numbers from byte arrays.
SequenceNumbers() - Constructor for class foundation.omni.tx.SequenceNumbers
 
serialize(CurrencyID, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.CurrencyIDSerializer
 
serialize(CurrencyID, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.CurrencyIDStringSerializer
 
serialize(Ecosystem, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.EcosystemSerializer
 
serialize(OmniOutput, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.OmniOutputSerializer
 
serialize(OmniValue, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.OmniValueSerializer
 
serialize(PropertyType, JsonGenerator, SerializerProvider) - Method in class foundation.omni.json.conversion.PropertyTypeSerializer
 
setAdditionalProperty(String, Object) - Method in class foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
 
setAddresses(List<WalletBackupEntry>) - Method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
setAddressList(List<Address>) - Method in class foundation.omni.netapi.omniwallet.WalletBackupFile
 
shortValue() - Method in class foundation.omni.OmniDivisibleValue
shortValue() - Method in class foundation.omni.OmniValue
SIGNET - Enum constant in enum class foundation.omni.net.OmniNetwork
 
signRawTransactionWithWalletAsync(Transaction) - Method in class foundation.omni.txsigner.OmniRpcClientSigningService
 
signTx(SigningRequest) - Method in class foundation.omni.txsigner.OmniKeychainSigningService
Sign a Bitcoin transaction (possibly with an embedded Omni Class C or Class B transaction)
signTx(SigningRequest) - Method in class foundation.omni.txsigner.OmniRpcClientSigningService
 
signTx(SigningRequest) - Method in interface foundation.omni.txsigner.OmniSigningService
Sign a Bitcoin transaction (possibly with an embedded Omni Class C or Class B transaction)
signum() - Method in class foundation.omni.money.OmniAmount
 
SIMPLE_SEND - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
simpleSend(TransactionRecords.SimpleSend) - Static method in class foundation.omni.txrecords.TxPayloadBuilder
 
SimpleSend(short, Address, CurrencyID, OmniValue) - Constructor for record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Creates an instance of a SimpleSend record class.
SimpleSend(Address, CurrencyID, OmniValue) - Constructor for record class foundation.omni.txrecords.TransactionRecords.SimpleSend
 
SimpleVariableFeeCalculator - Class in foundation.omni.tx
Simple fee calculator that always uses a linear multiple of transaction size
SimpleVariableFeeCalculator() - Constructor for class foundation.omni.tx.SimpleVariableFeeCalculator
 
smartPlus(N, N) - Method in class foundation.omni.netapi.analytics.OmniLayerRichListService
 
SmartPropertyListInfo - Class in foundation.omni.json.pojo
Result for a single property from "omni_listproperties"
SmartPropertyListInfo(CurrencyID, String, String, String, String, String, boolean) - Constructor for class foundation.omni.json.pojo.SmartPropertyListInfo
 
snapshot - Variable in exception class foundation.omni.rpc.ConsensusFetcher.IndeterminateSnapshotException
 
stagingBase - Static variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
start() - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
strictMode - Variable in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
stringToCode(String) - Static method in enum class foundation.omni.money.OmniCurrencyCode
 
stripTrailingZeros() - Method in class foundation.omni.money.OmniAmount
 
subtract(MonetaryAmount) - Method in class foundation.omni.money.OmniAmount
 

T

testEcosystemPrefix - Static variable in enum class foundation.omni.money.OmniCurrencyCode
 
TESTNET - Enum constant in enum class foundation.omni.net.OmniNetwork
 
TestServers - Class in foundation.omni.rpc.test
Test Server Connection Data
TestServers() - Constructor for class foundation.omni.rpc.test.TestServers
 
toFormattedString() - Method in class foundation.omni.OmniDivisibleValue
Convert to String.
toFormattedString() - Method in class foundation.omni.OmniIndivisibleValue
Convert to String.
toFormattedString() - Method in class foundation.omni.OmniValue
Convert to String.
toJsonFormattedString() - Method in class foundation.omni.OmniDivisibleValue
Convert to String.
toJsonFormattedString() - Method in class foundation.omni.OmniIndivisibleValue
Convert to String.
toJsonFormattedString() - Method in class foundation.omni.OmniValue
Convert to String.
TOMNI - Enum constant in enum class foundation.omni.Ecosystem
The test Omni ecosystem
TOMNI - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
TOMNI - Static variable in class foundation.omni.CurrencyID
CurrencyID for TOMNI
TOMNI_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for TOMNI
toOmni(Coin) - Static method in class foundation.omni.net.MoneyMan
Calculate Omni returned in a MoneyMan exchange.
toOmniDivisibleValue(String) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
toOmniDivisibleValue(BigDecimal) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
toOmniIndivisibleValue(String) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
toOmniIndivisibleValue(BigInteger) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
toOmniValue(String, PropertyType) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
toPlainString() - Method in class foundation.omni.OmniDivisibleValue
Convert to String.
toPlainString() - Method in class foundation.omni.OmniIndivisibleValue
Convert to String.
toPlainString() - Method in class foundation.omni.OmniValue
Convert to String.
toString() - Method in class foundation.omni.BalanceEntry
 
toString() - Method in class foundation.omni.CurrencyID
toString() - Method in enum class foundation.omni.net.OmniNetwork
Return the canonical, lowercase, user-facing String for an enum
toString() - Method in class foundation.omni.OmniDivisibleValue
Convert to String.
toString() - Method in class foundation.omni.OmniIndivisibleValue
Convert to String.
toString() - Method in class foundation.omni.OmniValue
Convert to String.
toString() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns a string representation of this record class.
toString() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns a string representation of this record class.
toString() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Returns a string representation of this record class.
toString() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns a string representation of this record class.
toString() - Method in record class foundation.omni.txrecords.UnsignedTxSimpleSend
Returns a string representation of this record class.
totalBalance(BalanceEntry) - Static method in class foundation.omni.BalanceEntry
 
totalOmniTokens(Instant) - Static method in class foundation.omni.DevOmni
 
TRADE_OFFER - Enum constant in enum class foundation.omni.tx.Transactions.TransactionType
 
TransactionParser - Class in foundation.omni.txrecords
 
TransactionParser() - Constructor for class foundation.omni.txrecords.TransactionParser
 
TransactionRecords - Interface in foundation.omni.txrecords
Omni Layer Transactions defined as Java Records.
TransactionRecords.DexSellOffer - Record Class in foundation.omni.txrecords
 
TransactionRecords.MetaDexSellOffer - Record Class in foundation.omni.txrecords
 
TransactionRecords.SendToOwners - Record Class in foundation.omni.txrecords
Parameters for Send To Owners
TransactionRecords.SimpleSend - Record Class in foundation.omni.txrecords
Parameters for Simple Send
Transactions - Class in foundation.omni.tx
 
Transactions() - Constructor for class foundation.omni.tx.Transactions
 
Transactions.OmniRefTx - Interface in foundation.omni.tx
Omni Transactions that use a reference address implement this interface
Transactions.OmniTx - Interface in foundation.omni.tx
All Omni Transactions implement this interface
Transactions.TransactionType - Enum Class in foundation.omni.tx
Omni Layer Transaction Type
transactionType() - Method in class foundation.omni.json.pojo.OmniTransactionInfo
Get the transaction type as an Optional Transactions.TransactionType or as an Optional.empty() if it's a transaction type not (yet) included in Transactions.TransactionType.
TxPayloadBuilder - Class in foundation.omni.txrecords
 
TxPayloadBuilder() - Constructor for class foundation.omni.txrecords.TxPayloadBuilder
 
type() - Method in enum class foundation.omni.money.OmniCurrencyCode
 
type() - Method in interface foundation.omni.tx.Transactions.OmniTx
 
type() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
 
type() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
 
type() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
 
type() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
 

U

unsignedIntValue() - Method in class foundation.omni.CurrencyID
Return the 32-bit unsigned value in a Java int.
unsignedShortValue() - Method in enum class foundation.omni.tx.Transactions.TransactionType
Return the 16-bit unsigned value in a Java short.
UnsignedTxSimpleSend - Record Class in foundation.omni.txrecords
A Simple Send Payload plus fromAddress, inputs, and changeAddress
UnsignedTxSimpleSend(Address, List<TransactionInputData>, TransactionRecords.SimpleSend, Address) - Constructor for record class foundation.omni.txrecords.UnsignedTxSimpleSend
Creates an instance of a UnsignedTxSimpleSend record class.
uriScheme() - Method in enum class foundation.omni.net.OmniNetwork
The URI scheme for Bitcoin.
usage() - Method in class foundation.omni.cli.ConsensusCLI
 
USDT - Enum constant in enum class foundation.omni.money.OmniCurrencyCode
 
USDT - Static variable in class foundation.omni.CurrencyID
CurrencyID for USDT
USDT_VALUE - Static variable in class foundation.omni.CurrencyID
Numeric ID value for USDT

V

value() - Method in class foundation.omni.CurrencyID
 
value() - Method in enum class foundation.omni.Ecosystem
 
value() - Method in enum class foundation.omni.PropertyType
 
value() - Method in enum class foundation.omni.tx.Transactions.TransactionType
Return transaction type numeric value as an unsigned int
valueOf(int) - Static method in enum class foundation.omni.PropertyType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class foundation.omni.tx.Transactions.TransactionType
Get transaction type by numeric value
valueOf(short) - Static method in enum class foundation.omni.Ecosystem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class foundation.omni.ConvertBigDecimal
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class foundation.omni.CurrencyID
 
valueOf(String) - Static method in enum class foundation.omni.Ecosystem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class foundation.omni.money.OmniCurrencyCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class foundation.omni.net.OmniNetwork
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class foundation.omni.PropertyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class foundation.omni.tx.Transactions.TransactionType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class foundation.omni.ConvertBigDecimal
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class foundation.omni.Ecosystem
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class foundation.omni.money.OmniCurrencyCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class foundation.omni.net.OmniNetwork
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class foundation.omni.PropertyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class foundation.omni.tx.Transactions.TransactionType
Returns an array containing the constants of this enum class, in the order they are declared.
verifyAddresses(CurrencyID) - Method in class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
 
verifyAddresses(CurrencyID) - Method in class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
 
verifyAddresses(CurrencyID) - Method in class foundation.omni.rest.omniwallet.OmniwalletClient
 
version() - Method in interface foundation.omni.tx.Transactions.OmniTx
 
version() - Method in enum class foundation.omni.tx.Transactions.TransactionType
Return the latest defined version for the transaction type
version() - Method in record class foundation.omni.txrecords.TransactionRecords.DexSellOffer
Returns the value of the version record component.
version() - Method in record class foundation.omni.txrecords.TransactionRecords.MetaDexSellOffer
Returns the value of the version record component.
version() - Method in record class foundation.omni.txrecords.TransactionRecords.SendToOwners
Returns the value of the version record component.
version() - Method in record class foundation.omni.txrecords.TransactionRecords.SimpleSend
Returns the value of the version record component.
versionType() - Method in enum class foundation.omni.tx.Transactions.TransactionType
 
VESTING_FACTOR - Static variable in class foundation.omni.DevOmni
The factor 2.0, the inverse of the 0.5 used in the 1 - 0.5 ** y calculation in the Omni Specification

W

WalletAddressBalance - Class in foundation.omni.json.pojo
Represents the balances for all properties for a given Address
WalletAddressBalance() - Constructor for class foundation.omni.json.pojo.WalletAddressBalance
 
WalletAddressBalance(Map<CurrencyID, BalanceEntry>) - Constructor for class foundation.omni.json.pojo.WalletAddressBalance
 
WalletBackupEntry - Class in foundation.omni.netapi.omniwallet
For mapping to/from Omniwallet backup json files
WalletBackupEntry(String, String, String) - Constructor for class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
WalletBackupEntry(Address) - Constructor for class foundation.omni.netapi.omniwallet.WalletBackupEntry
 
WalletBackupFile - Class in foundation.omni.netapi.omniwallet
Define JSON format of Omniwallet backup file for Jackson JSON library.
WalletBackupFile() - Constructor for class foundation.omni.netapi.omniwallet.WalletBackupFile
 
willetts - Variable in class foundation.omni.OmniValue
 
willettsPerDivisible - Static variable in class foundation.omni.OmniValue
 
willettsPerSatoshi - Static variable in class foundation.omni.net.MoneyMan
Exchange rate for MoneyMan transactions: 100 Omni per BTC
with(MonetaryOperator) - Method in class foundation.omni.money.OmniAmount
 
writerFromStream(PrintStream) - Method in class foundation.omni.cli.ConsensusCLI
 

Y

yearsSinceCrowdSale(Instant) - Static method in class foundation.omni.DevOmni
 

Z

ZERO - Static variable in class foundation.omni.OmniDivisibleValue
 
ZERO - Static variable in class foundation.omni.OmniIndivisibleValue
 
A B C D E F G H I L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form