Package foundation.omni.consensus
Class OmniwalletConsensusTool
java.lang.Object
foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
foundation.omni.consensus.OmniwalletConsensusTool
- All Implemented Interfaces:
ConsensusTool,ConsensusService,OmniBalanceService,RxOmniWalletClient,ConsensusFetcher,Closeable,AutoCloseable,ChainTipService
Command-line tool and class for fetching OmniWallet consensus data
-
Nested Class Summary
Nested classes/interfaces inherited from interface foundation.omni.rpc.ConsensusFetcher
ConsensusFetcher.IndeterminateSnapshotException -
Field Summary
Fields inherited from class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
BALANCES_FOR_ADDRESSES_MAX_ADDR, baseURI, cachedPropertyTypes, CONNECT_TIMEOUT_MILLIS, debug, network, omniExplorerApiBase, omniwalletApiBase, omniwalletBase, READ_TIMEOUT_MILLIS, stagingBase, strictMode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class foundation.omni.rest.omniwallet.mjdk.OmniwalletModernJDKClient
balanceMapForAddress, balanceMapForAddresses, propertiesList, revisionInfo, verifyAddressesMethods inherited from class foundation.omni.netapi.omniwallet.OmniwalletAbstractClient
balanceEntryMapper, balanceMapper, balancesForAddressAsync, balancesForAddressesAsync, chainTipPublisher, close, consensusURI, createSnapshot, currentBlockHeightAsync, divisibleToPropertyType, getActiveChainTip, getConsensusForCurrency, getConsensusForCurrencyAsync, listSmartProperties, lookupPropertyType, mapToSmartPropertyListInfo, start, toOmniDivisibleValue, toOmniDivisibleValue, toOmniIndivisibleValue, toOmniIndivisibleValue, toOmniValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundation.omni.rpc.ConsensusFetcher
attemptConsensusSnapshotAsync, completeOrRetryConsensusSnapshot, createSnapshot, currentBlockHeightAsync, getConsensusForCurrency, getConsensusForCurrencyAsync, getConsensusSnapshot, getConsensusSnapshotAsync, listSmartPropertiesMethods inherited from interface foundation.omni.consensus.ConsensusTool
runMethods inherited from interface foundation.omni.netapi.OmniBalanceService
balancesForAddress, balancesForAddressesMethods inherited from interface foundation.omni.netapi.omniwallet.RxOmniWalletClient
currentChainTipMaybe, pollChainTipOnce
-
Constructor Details
-
OmniwalletConsensusTool
public OmniwalletConsensusTool() -
OmniwalletConsensusTool
-
-
Method Details
-
main
-