- calcLength(byte[], int) - Static method in class org.bitcoinj.core.Transaction
-
- calcSigHashValue(Transaction.SigHash, boolean) - Static method in class org.bitcoinj.crypto.TransactionSignature
-
Calculates the byte used in the protocol to represent the combination of mode and anyoneCanPay.
- calculate(ImmutableList<PeerFilterProvider>) - Method in class org.bitcoinj.net.FilterMerger
-
- calculateAllSpendCandidates() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a list of the outputs that can potentially be spent, i.e.
- calculateAllSpendCandidates(boolean) - Method in class org.bitcoinj.wallet.Wallet
-
- calculateAllSpendCandidates(boolean, boolean) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a list of all outputs that are being tracked by this wallet either from the
UTXOProvider
(in this case the existence or not of private keys is ignored), or the wallets internal storage (the default)
taking into account the flags.
- calculateAllSpendCandidatesFromUTXOProvider(boolean) - Method in class org.bitcoinj.wallet.Wallet
-
Returns the spendable candidates from the
UTXOProvider
based on keys that the wallet contains.
- calculateBalanceForAddress(Address) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Calculate the balance for a coinbase, to-address, or p2sh address.
- calculateFee(SendRequest, Coin, List<TransactionInput>, boolean, List<TransactionOutput>) - Method in class org.bitcoinj.wallet.Wallet
-
- calculateSignature(int, ECKey, byte[], Transaction.SigHash, boolean) - Method in class org.bitcoinj.core.Transaction
-
Calculates a signature that is valid for being inserted into the input at the given position.
- calculateSignature(int, ECKey, Script, Transaction.SigHash, boolean) - Method in class org.bitcoinj.core.Transaction
-
Calculates a signature that is valid for being inserted into the input at the given position.
- canSignFor(Script) - Method in class org.bitcoinj.wallet.Wallet
-
Returns true if this wallet has at least one of the private keys needed to sign for this scriptPubKey.
- CENT - Static variable in class org.bitcoinj.core.Coin
-
0.01 Bitcoins.
- CERTIFICATE_FIELD_NUMBER - Static variable in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- certificates - Variable in exception org.bitcoinj.protocols.payments.PaymentProtocolException.PkiVerificationException
-
- chain - Variable in class org.bitcoinj.core.PeerGroup
-
- chain() - Method in class org.bitcoinj.kits.WalletAppKit
-
- CHAIN_CODE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- CHAIN_WORK_BYTES - Static variable in class org.bitcoinj.core.StoredBlock
-
- chainCode - Variable in class org.bitcoinj.crypto.HDKeyDerivation.RawKeyBytes
-
- ChainDownloadStartedEventListener - Interface in org.bitcoinj.core.listeners
-
Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
they can pre-filter messages before they are procesesed by a
Peer
or
PeerGroup
, and they can
provide transactions to remote peers when they ask for them.
- ChainFileLockedException - Exception in org.bitcoinj.store
-
Thrown by
SPVBlockStore
when the process cannot gain exclusive access to the chain file.
- ChainFileLockedException(String) - Constructor for exception org.bitcoinj.store.ChainFileLockedException
-
- ChainFileLockedException(Throwable) - Constructor for exception org.bitcoinj.store.ChainFileLockedException
-
- chainHead - Variable in class org.bitcoinj.core.AbstractBlockChain
-
Tracks the top of the best known chain.
- chainHeadBlock - Variable in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- chainHeadBlock - Variable in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- chainHeadHash - Variable in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- chainHeadHash - Variable in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- chains - Variable in class org.bitcoinj.wallet.KeyChainGroup
-
- changeAddress - Variable in class org.bitcoinj.wallet.SendRequest
-
"Change" means the difference between the value gathered by a transactions inputs (the size of which you
don't really control as it depends on who sent you money), and the value being sent somewhere else.
- changed - Variable in class org.bitcoinj.net.FilterMerger.Result
-
- changeEncryptionKey(KeyCrypter, KeyParameter, KeyParameter) - Method in class org.bitcoinj.wallet.Wallet
-
Changes wallet AES encryption key, this is atomic operation.
- changeEncryptionPassword(CharSequence, CharSequence) - Method in class org.bitcoinj.wallet.Wallet
-
Changes wallet encryption password, this is atomic operation.
- CHANNEL_EXPIRE_OFFSET - Static variable in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
The offset between the refund transaction's lock time and the time channels will be automatically closed.
- CHANNEL_OPEN_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
CHANNEL_OPEN = 7;
- CHANNEL_VALUE_TOO_LARGE_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
CHANNEL_VALUE_TOO_LARGE = 6;
- channelClosed(PaymentChannelCloseException.CloseReason) - Method in class org.bitcoinj.jni.NativePaymentChannelServerConnectionEventHandler
-
- channelClosed(PaymentChannelCloseException.CloseReason) - Method in class org.bitcoinj.protocols.channels.ServerConnectionEventHandler
-
Called when the channel was closed for some reason.
- channelOpen(Sha256Hash) - Method in class org.bitcoinj.jni.NativePaymentChannelServerConnectionEventHandler
-
- channelOpen(boolean) - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient.ClientConnection
-
- channelOpen(Sha256Hash) - Method in interface org.bitcoinj.protocols.channels.PaymentChannelServer.ServerConnection
-
Triggered when the channel is opened and payments can begin
- channelOpen(Sha256Hash) - Method in class org.bitcoinj.protocols.channels.ServerConnectionEventHandler
-
Triggered when the channel is opened and application messages/payments can begin
- CHANNELS_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- CHANNELS_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- check(List<String>) - Method in class org.bitcoinj.crypto.MnemonicCode
-
Check to see if a mnemonic word list is valid.
- check() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
Check if our mnemonic is a valid mnemonic phrase for our word list.
- checkAESKey(KeyParameter) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
Check whether the AES key can decrypt the first encrypted key in the wallet.
- checkAESKey(KeyParameter) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- checkAESKey(KeyParameter) - Method in interface org.bitcoinj.wallet.EncryptableKeyChain
-
- checkAESKey(KeyParameter) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- checkAESKey(KeyParameter) - Method in class org.bitcoinj.wallet.Wallet
-
Check whether the AES key can decrypt the first encrypted key in the wallet.
- checkBitLE(byte[], int) - Static method in class org.bitcoinj.core.Utils
-
Checks if the given bit is set in data, using little endian (not the same as Java native big endian)
- checkCoinBaseHeight(int) - Method in class org.bitcoinj.core.Transaction
-
Check block height is in coinbase input script, for use after BIP 34
enforcement is enabled.
- checkDifficultyTransitions(StoredBlock, Block, BlockStore) - Method in class org.bitcoinj.core.NetworkParameters
-
Throws an exception if the block's difficulty is not correct.
- checkDifficultyTransitions(StoredBlock, Block, BlockStore) - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- checkDifficultyTransitions(StoredBlock, Block, BlockStore) - Method in class org.bitcoinj.params.TestNet3Params
-
- checkForFilterExhaustion(FilteredBlock) - Method in class org.bitcoinj.wallet.Wallet
-
Used by
Peer
to decide whether or not to discard this block and any blocks building upon it, in case
the Bloom filter used to request them may be exhausted, that is, not have sufficient keys in the deterministic
sequence within it to reliably find relevant transactions.
- checkNotExpired() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- checkPassword(CharSequence) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
Returns whether the given password is correct for this key chain.
- checkPassword(CharSequence) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- checkPassword(CharSequence) - Method in interface org.bitcoinj.wallet.EncryptableKeyChain
-
- checkPassword(CharSequence) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- checkPassword(CharSequence) - Method in class org.bitcoinj.wallet.Wallet
-
Check whether the password can decrypt the first key in the wallet.
- checkpoint(NetworkParameters, InputStream, BlockStore, long) - Static method in class org.bitcoinj.core.CheckpointManager
-
Convenience method that creates a CheckpointManager, loads the given data, gets the checkpoint for the given
time, then inserts it into the store and sets that to be the chain head.
- CheckpointManager - Class in org.bitcoinj.core
-
Vends hard-coded
StoredBlock
s for blocks throughout the chain.
- CheckpointManager(Context) - Constructor for class org.bitcoinj.core.CheckpointManager
-
Loads the default checkpoints bundled with bitcoinj
- CheckpointManager(NetworkParameters, InputStream) - Constructor for class org.bitcoinj.core.CheckpointManager
-
Loads the checkpoints from the given stream
- checkpoints - Variable in class org.bitcoinj.core.CheckpointManager
-
- checkpoints - Variable in class org.bitcoinj.core.NetworkParameters
-
- checkpoints - Variable in class org.bitcoinj.kits.WalletAppKit
-
- checkProofOfWork(boolean) - Method in class org.bitcoinj.core.Block
-
Returns true if the hash of the block is OK (lower than difficulty target).
- checkState(State) - Method in class org.bitcoinj.protocols.channels.StateMachine
-
Checks that the machine is in the given state.
- checkState(State...) - Method in class org.bitcoinj.protocols.channels.StateMachine
-
Checks that the machine is in one of the given states.
- checksum - Variable in class org.bitcoinj.core.BitcoinSerializer.BitcoinPacketHeader
-
- ChildMessage - Class in org.bitcoinj.core
-
Represents a Message type that can be contained within another Message.
- ChildMessage() - Constructor for class org.bitcoinj.core.ChildMessage
-
- ChildMessage(NetworkParameters) - Constructor for class org.bitcoinj.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, int) - Constructor for class org.bitcoinj.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, int, Message, MessageSerializer, int) - Constructor for class org.bitcoinj.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int) - Constructor for class org.bitcoinj.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, Message, MessageSerializer, int) - Constructor for class org.bitcoinj.core.ChildMessage
-
- CHILDNUM_ORDER - Static variable in class org.bitcoinj.crypto.DeterministicKey
-
Sorts deterministic keys in the order of their child number.
- ChildNumber - Class in org.bitcoinj.crypto
-
This is just a wrapper for the i (child number) as per BIP 32 with a boolean getter for the most significant bit
and a getter for the actual 0-based child number.
- ChildNumber(int, boolean) - Constructor for class org.bitcoinj.crypto.ChildNumber
-
- ChildNumber(int) - Constructor for class org.bitcoinj.crypto.ChildNumber
-
- childPaysForParent(Wallet, Transaction, Coin) - Static method in class org.bitcoinj.wallet.SendRequest
-
Construct a SendRequest for a CPFP (child-pays-for-parent) transaction.
- chunks - Variable in class org.bitcoinj.script.Script
-
- CLASS_NAME_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- cleanup() - Static method in class org.bitcoin.NativeSecp256k1
-
libsecp256k1 Cleanup - This destroys the secp256k1 context object This should be called at the end of the program
for proper cleanup of the context.
- cleanup() - Method in class org.bitcoinj.wallet.Wallet
-
Clean up the wallet.
- clear() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
- clear() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
- clear() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
- clear() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
- clear() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
- clear() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- clear() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- clear() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- clear() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
- clear() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
- clearAmount() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
optional uint64 amount = 1 [default = 0];
- clearAppearedAtHeight() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 appeared_at_height = 2;
- clearBestValueSignature() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- clearBestValueToMe() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- clearBlockHash() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated bytes block_hash = 8;
- clearBlockRelativityOffsets() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated int32 block_relativity_offsets = 11;
- clearBroadcastBy() - Method in class org.bitcoinj.core.TransactionConfidence
-
Erases the set of broadcast/seen peers.
- clearBroadcastBy() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- clearCertificate() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- clearChainCode() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
required bytes chain_code = 1;
- clearChannels() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- clearChannels() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- clearClassName() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- clearClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- clearClientKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
optional bytes client_key = 3;
- clearClientKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientKey = 8;
- clearClientOutput() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientOutput = 5;
- clearClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- clearCloseTransactionHash() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- clearCode() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- clearCoinValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 coin_value = 1;
- clearConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- clearContractTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- clearContractTransaction() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- clearCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional int64 creation_timestamp = 5;
- clearCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required int64 creation_timestamp = 2;
- clearData() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bytes data = 2;
- clearData() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required bytes data = 2;
- clearData() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
optional bytes data = 2;
- clearDepth() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 depth = 4;
- clearDescription() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- clearDeterministicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- clearDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes deterministic_seed = 8;
- clearEncryptedData() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- clearEncryptedDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- clearEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes encrypted_private_key = 2;
- clearEncryptionParameters() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- clearEncryptionType() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- clearError() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- clearExchangeRate() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- clearExpectedValue() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional uint64 expected_value = 3;
- clearExpires() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional uint64 expires = 4;
- clearExpireTimeSecs() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 expire_time_secs = 3;
- clearExpiryTime() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint64 expiryTime = 10;
- clearExplanation() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- clearExtension() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- clearFiatCurrencyCode() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- clearFiatValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 fiat_value = 2;
- clearHash() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- clearId() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- clearId() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- clearInfo() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
optional bytes info = 1;
- clearInfo() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
optional bytes info = 3;
- clearInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes initialisation_vector = 1;
- clearInitialPayment() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- clearInitiate() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- clearInputs() - Method in class org.bitcoinj.core.Transaction
-
Removes all the inputs from this transaction.
- clearIpAddress() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- clearIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- clearIsFollowing() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional bool isFollowing = 5;
- clearIssuedSubkeys() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 issued_subkeys = 3;
- clearKey() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- clearKeyRotationTime() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint64 key_rotation_time = 13;
- clearLabel() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- clearLastBroadcastedAt() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 last_broadcasted_at = 8;
- clearLastSeenBlockHash() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional bytes last_seen_block_hash = 2;
- clearLastSeenBlockHeight() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint32 last_seen_block_height = 12;
- clearLastSeenBlockTimeSecs() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int64 last_seen_block_time_secs = 14;
- clearLockTime() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional uint32 lock_time = 4;
- clearLookaheadSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 lookahead_size = 4;
- clearMajor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
required int32 major = 1;
- clearMajor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
required int32 major = 1;
- clearMajorVersion() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint32 majorVersion = 9 [default = 1];
- clearMajorVersion() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional uint32 majorVersion = 7 [default = 1];
- clearMandatory() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bool mandatory = 3;
- clearMemo() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- clearMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- clearMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- clearMemo() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- clearMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional bytes merchant_data = 1;
- clearMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional bytes merchant_data = 7;
- clearMinAcceptedChannelSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_accepted_channel_size = 2;
- clearMinor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional int32 minor = 2 [default = 0];
- clearMinor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
optional int32 minor = 2 [default = 0];
- clearMinPayment() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_payment = 4;
- clearMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required bytes multisig_key = 1;
- clearMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes multisig_key = 1;
- clearMyKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- clearMyKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- clearMyPublicKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myPublicKey = 8;
- clearN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- clearNet() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- clearNetwork() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- clearNetworkIdentifier() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- clearOutputs() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- clearOutputs() - Method in class org.bitcoinj.core.Transaction
-
Removes all the outputs from this transaction.
- clearOverridingTransaction() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional bytes overriding_transaction = 3;
- clearP() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 p = 4 [default = 1];
- clearPath() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
repeated uint32 path = 2;
- clearPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- clearPaymentAck() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- clearPaymentDetailsVersion() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional uint32 payment_details_version = 1 [default = 1];
- clearPaymentUrl() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- clearPeerSeeds() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes peer_seeds = 1;
- clearPkiData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes pki_data = 3;
- clearPkiType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- clearPool() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Pool pool = 3;
- clearPort() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 port = 2;
- clearPort() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint32 port = 2;
- clearPreviousChannelContractHash() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional bytes previous_channel_contract_hash = 3;
- clearProgram() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required bytes program = 1;
- clearProvideContract() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- clearProvideRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- clearPubkey() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes pubkey = 3;
- clearPublicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes public_key = 3;
- clearPurpose() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- clearR() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 r = 3 [default = 8];
- clearRefundFees() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- clearRefundTo() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- clearRefundTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- clearRefundTransactionUnlockTimeSecs() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- clearReturnRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- clearSalt() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
required bytes salt = 1;
- clearScript() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
required bytes script = 2;
- clearScriptBytes() - Method in class org.bitcoinj.core.TransactionInput
-
Clear input scripts, e.g.
- clearScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes script_bytes = 3;
- clearScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required bytes script_bytes = 2;
- clearSecretBytes() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes secret_bytes = 2;
- clearSeed() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- clearSequence() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional uint32 sequence = 4;
- clearSerializedPaymentDetails() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
required bytes serialized_payment_details = 4;
- clearServerKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes serverKey = 11;
- clearServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- clearServices() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 services = 3;
- clearServices() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint64 services = 3;
- clearSettlement() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- clearSignature() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes signature = 2;
- clearSignature() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
required bytes signature = 1;
- clearSignature() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required bytes signature = 2;
- clearSignature() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes signature = 5;
- clearSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- clearSource() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Source source = 7;
- clearSpentByTransactionHash() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional bytes spent_by_transaction_hash = 3;
- clearSpentByTransactionIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional int32 spent_by_transaction_index = 4;
- clearTag() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- clearTags() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- clearTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- clearTimestamp() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required uint64 timestamp = 2;
- clearTimeWindowSecs() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional uint64 time_window_secs = 4 [default = 86340];
- clearTransaction() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- clearTransactionInput() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- clearTransactionOutPointHash() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes transaction_out_point_hash = 1;
- clearTransactionOutPointIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required uint32 transaction_out_point_index = 2;
- clearTransactionOutput() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- clearTransactions() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- clearTransactions(int) - Method in class org.bitcoinj.wallet.Wallet
-
Deletes transactions which appeared above the given block height from the wallet, but does not touch the keys.
- clearTransactionSigners() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- clearTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required bytes tx = 1;
- clearTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes tx = 2;
- clearTx() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
required bytes tx = 3;
- clearType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- clearType() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
required .wallet.Key.Type type = 1;
- clearType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Type type = 1;
- clearUpdatedAt() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional int64 updated_at = 5;
- clearUpdatePayment() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- clearValue() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional int64 value = 5;
- clearValue() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required int64 value = 1;
- clearValueToMe() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- clearVersion() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required int32 version = 1;
- clearVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int32 version = 7 [default = 1];
- clearWatchedScript() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- CLIENT_CHANGE_VALUE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- CLIENT_KEY_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- CLIENT_VERSION_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- CLIENT_VERSION_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
CLIENT_VERSION = 1;
- ClientConnectionManager - Interface in org.bitcoinj.net
-
A generic interface for an object which keeps track of a set of open client connections, creates new ones and
ensures they are serviced properly.
- clientKey - Variable in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- clientKey - Variable in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- CLIENTKEY_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- CLIENTOUTPUT_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- ClientState - Class in org.bitcoinj.protocols.channels
-
- ClientState.StoredClientPaymentChannel - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannel
- ClientState.StoredClientPaymentChannel.Builder - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannel
- ClientState.StoredClientPaymentChannelOrBuilder - Interface in org.bitcoinj.protocols.channels
-
- ClientState.StoredClientPaymentChannels - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannels
- ClientState.StoredClientPaymentChannels.Builder - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannels
- ClientState.StoredClientPaymentChannelsOrBuilder - Interface in org.bitcoinj.protocols.channels
-
- clientVersion - Variable in class org.bitcoinj.core.VersionMessage
-
The version number of the protocol spoken.
- clone() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
- clone() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
- clone() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
- clone() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
- clone() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
- clone() - Method in class org.bitcoinj.core.Address
-
This implementation narrows the return type to Address
.
- clone() - Method in class org.bitcoinj.core.VersionedChecksummedBytes
-
This implementation narrows the return type to VersionedChecksummedBytes
and allows subclasses to throw CloneNotSupportedException
even though it
is never thrown by this implementation.
- clone() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- clone() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- clone() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- clone() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
- clone() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
- cloneAsHeader() - Method in class org.bitcoinj.core.Block
-
Returns a copy of the block, but without any transactions.
- cloneContext() - Static method in class org.bitcoin.NativeSecp256k1
-
- close() - Method in class org.bitcoinj.core.PeerSocketHandler
-
Closes the connection to the peer if one exists, or immediately closes the connection as soon as it opens
- close() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
Closes the connection by generating a settle message for the client and calls
ServerConnection#destroyConnection(CloseReason)
.
- close() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerListener
-
Closes all client connections currently connected gracefully.
- close() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Closes this channel and broadcasts the highest value payment transaction on the network.
- close() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
Closes this channel and broadcasts the highest value payment transaction on the network.
- close() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- close() - Method in interface org.bitcoinj.store.BlockStore
-
Closes the store.
- close() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- close() - Method in class org.bitcoinj.store.LevelDBBlockStore
-
- close() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- close() - Method in class org.bitcoinj.store.MemoryBlockStore
-
- close() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- close() - Method in class org.bitcoinj.store.SPVBlockStore
-
- CLOSE_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
CLOSE = 9;
- closeChannel() - Method in class org.bitcoinj.protocols.channels.ServerConnectionEventHandler
-
- closeChannel(StoredServerChannel) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
- closeConnection() - Method in class org.bitcoinj.net.BlockingClient
-
- closeConnection() - Method in interface org.bitcoinj.net.MessageWriteTarget
-
- closeConnection() - Method in class org.bitcoinj.net.NioClient
-
- closeConnection() - Method in class org.bitcoinj.net.ProtobufConnection
-
- closeConnections(int) - Method in class org.bitcoinj.net.BlockingClientManager
-
- closeConnections(int) - Method in interface org.bitcoinj.net.ClientConnectionManager
-
Closes n peer connections
- closeConnections(int) - Method in class org.bitcoinj.net.NioClientManager
-
- CLOSETRANSACTIONHASH_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- closeUnchecked(InputStream) - Static method in class org.bitcoinj.core.Utils
-
- closeUnchecked(OutputStream) - Static method in class org.bitcoinj.core.Utils
-
- code() - Method in class org.bitcoinj.utils.BtcFixedFormat
-
Return the currency code that identifies the units in which values formatted and
(by-default) parsed by this instance are denominated.
- code(String) - Method in class org.bitcoinj.utils.BtcFormat.Builder
-
Specify a custom currency code to be used in the denomination-unit indicators
of formatted values.
- code(int, String) - Method in class org.bitcoinj.utils.MonetaryFormat
-
Configure currency code for given decimal separator shift.
- code() - Method in class org.bitcoinj.utils.MonetaryFormat
-
Get currency code that will be used for current shift.
- CODE_BTC - Static variable in class org.bitcoinj.utils.MonetaryFormat
-
Currency code for base 1 Bitcoin.
- CODE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.Error
-
- CODE_MBTC - Static variable in class org.bitcoinj.utils.MonetaryFormat
-
Currency code for base 1/1000 Bitcoin.
- CODE_UBTC - Static variable in class org.bitcoinj.utils.MonetaryFormat
-
Currency code for base 1/1000000 Bitcoin.
- codeSeparator(char) - Method in class org.bitcoinj.utils.MonetaryFormat
-
Separator between currency code and formatted value.
- Coin - Class in org.bitcoinj.core
-
Represents a monetary Bitcoin value.
- COIN - Static variable in class org.bitcoinj.core.Coin
-
One Bitcoin.
- coin - Variable in class org.bitcoinj.utils.ExchangeRate
-
- COIN_SCALE - Static variable in class org.bitcoinj.utils.BtcFormat
-
A constant useful for specifying a denomination of bitcoins, the int
value
0
.
- COIN_SYMBOL_ALT - Static variable in class org.bitcoinj.utils.BtcFormat
-
An alternative currency symbol to use in locales where the default symbol is used for the national currency.
- COIN_VALUE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- CoinbaseHeightMismatch(String) - Constructor for exception org.bitcoinj.core.VerificationException.CoinbaseHeightMismatch
-
- CoinbaseScriptSizeOutOfRange() - Constructor for exception org.bitcoinj.core.VerificationException.CoinbaseScriptSizeOutOfRange
-
- coinCode() - Method in class org.bitcoinj.utils.BtcFormat
-
Return the unprefixed international currency code for bitcoins configured for this
object.
- CoinSelection - Class in org.bitcoinj.wallet
-
- CoinSelection(Coin, Collection<TransactionOutput>) - Constructor for class org.bitcoinj.wallet.CoinSelection
-
- CoinSelector - Interface in org.bitcoinj.wallet
-
A CoinSelector is responsible for picking some outputs to spend, from the list of all possible outputs.
- coinSelector - Variable in class org.bitcoinj.wallet.SendRequest
-
If not null, the
CoinSelector
to use instead of the wallets default.
- coinSelector - Variable in class org.bitcoinj.wallet.Wallet
-
- coinSymbol() - Method in class org.bitcoinj.utils.BtcFormat
-
Return the unprefixed currency symbol for bitcoins configured for this object.
- coinToFiat(Coin) - Method in class org.bitcoinj.utils.ExchangeRate
-
Convert a coin amount to a fiat amount using this exchange rate.
- command - Variable in class org.bitcoinj.core.BitcoinSerializer.BitcoinPacketHeader
-
- commitDatabaseBatchWrite() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- commitTx(Transaction) - Method in class org.bitcoinj.wallet.Wallet
-
Updates the wallet with the given transaction: puts it into the pending pool, sets the spent flags and runs
the onCoinsSent/onCoinsReceived event listener.
- COMPACT_SERIALIZED_SIZE - Static variable in class org.bitcoinj.core.StoredBlock
-
- compareTo(Coin) - Method in class org.bitcoinj.core.Coin
-
- compareTo(Sha256Hash) - Method in class org.bitcoinj.core.Sha256Hash
-
- compareTo(VersionedChecksummedBytes) - Method in class org.bitcoinj.core.VersionedChecksummedBytes
-
This implementation uses an optimized Google Guava method to compare bytes
.
- compareTo(ChildNumber) - Method in class org.bitcoinj.crypto.ChildNumber
-
- compareTo(ExponentialBackoff) - Method in class org.bitcoinj.utils.ExponentialBackoff
-
- compareTo(Fiat) - Method in class org.bitcoinj.utils.Fiat
-
- completeTx(SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
Given a spend request containing an incomplete transaction, makes it valid by adding outputs and signed inputs
according to the instructions in the request.
- CompletionException() - Constructor for exception org.bitcoinj.wallet.Wallet.CompletionException
-
- compressed - Variable in class org.bitcoinj.crypto.BIP38PrivateKey
-
- compressPoint(ECPoint) - Static method in class org.bitcoinj.core.ECKey
-
Utility for compressing an elliptic curve point.
- compressPoint(LazyECPoint) - Static method in class org.bitcoinj.core.ECKey
-
- computePubkey(byte[]) - Static method in class org.bitcoin.NativeSecp256k1
-
libsecp256k1 Compute Pubkey - computes public key from secret key
- concat(List<ChildNumber>, List<ChildNumber>) - Static method in class org.bitcoinj.crypto.HDUtils
-
Concatenate two derivation paths
- CONFIDENCE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Transaction
-
- conn - Variable in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- connect(Map<Sha256Hash, Transaction>, TransactionInput.ConnectMode) - Method in class org.bitcoinj.core.TransactionInput
-
Connects this input to the relevant output of the referenced transaction if it's in the given map.
- connect(Transaction, TransactionInput.ConnectMode) - Method in class org.bitcoinj.core.TransactionInput
-
Connects this input to the relevant output of the referenced transaction.
- connect(TransactionOutput) - Method in class org.bitcoinj.core.TransactionInput
-
Internal use only: connects this TransactionInput to the given output (updates pointers and spent flags)
- connectionClosed() - Method in class org.bitcoinj.core.Peer
-
- connectionClosed() - Method in class org.bitcoinj.net.ProtobufConnection
-
- connectionClosed(ProtobufConnection<MessageType>) - Method in interface org.bitcoinj.net.ProtobufConnection.Listener
-
Called when the connection is closed and no more data should be provided.
- connectionClosed() - Method in interface org.bitcoinj.net.StreamConnection
-
Called when the connection socket is closed
- connectionClosed() - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient
-
Called when the connection to the server terminates.
- connectionClosed() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClient
-
Called when the connection terminates.
- connectionClosed() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
Called when the connection terminates.
- connectionOpen(ProtobufConnection<MessageType>) - Method in interface org.bitcoinj.net.ProtobufConnection.Listener
-
Called when the connection is opened and available for writing data to.
- connectionOpen() - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient
-
Called to indicate the connection has been opened and messages can now be generated for the server.
- connectionOpen() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClient
-
Called to indicate the connection has been opened and messages can now be generated for the server.
- connectionOpen() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
Called to indicate the connection has been opened and messages can now be generated for the client.
- connectionOpened() - Method in class org.bitcoinj.core.Peer
-
- connectionOpened() - Method in class org.bitcoinj.net.ProtobufConnection
-
- connectionOpened() - Method in interface org.bitcoinj.net.StreamConnection
-
Called when the connection socket is first opened
- connectionURL - Variable in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- connectTo(InetSocketAddress) - Method in class org.bitcoinj.core.PeerGroup
-
Connect to a peer by creating a channel to the destination address.
- connectTo(PeerAddress, boolean, int) - Method in class org.bitcoinj.core.PeerGroup
-
Creates a version message to send, constructs a Peer object and attempts to connect it.
- connectToLocalHost() - Method in class org.bitcoinj.core.PeerGroup
-
Helper for forcing a connection to localhost.
- connectToLocalHost() - Method in class org.bitcoinj.kits.WalletAppKit
-
Will only connect to localhost.
- connectTransactions(int, Block) - Method in class org.bitcoinj.core.AbstractBlockChain
-
Connect each transaction in block.transactions, verifying them as we go and removing spent outputs
If an error is encountered in a transaction, no changes should be made to the underlying BlockStore.
- connectTransactions(StoredBlock) - Method in class org.bitcoinj.core.AbstractBlockChain
-
Load newBlock from BlockStore and connect its transactions, returning changes to the set of unspent transactions.
- connectTransactions(int, Block) - Method in class org.bitcoinj.core.BlockChain
-
- connectTransactions(StoredBlock) - Method in class org.bitcoinj.core.BlockChain
-
- connectTransactions(int, Block) - Method in class org.bitcoinj.core.FullPrunedBlockChain
-
- connectTransactions(StoredBlock) - Method in class org.bitcoinj.core.FullPrunedBlockChain
-
- contains(byte[]) - Method in class org.bitcoinj.core.BloomFilter
-
Returns true if the given object matches the filter either because it was inserted, or because we have a
false-positive.
- content - Variable in class org.bitcoinj.crypto.BIP38PrivateKey
-
- Context - Class in org.bitcoinj.core
-
The Context object holds various objects and pieces of configuration that are scoped to a specific instantiation of
bitcoinj for a specific network.
- Context(NetworkParameters) - Constructor for class org.bitcoinj.core.Context
-
Creates a new context object.
- Context(NetworkParameters, int, Coin, boolean) - Constructor for class org.bitcoinj.core.Context
-
Creates a new custom context object.
- context - Variable in class org.bitcoinj.kits.WalletAppKit
-
- context - Variable in class org.bitcoinj.wallet.Wallet
-
- ContextPropagatingThreadFactory - Class in org.bitcoinj.utils
-
- ContextPropagatingThreadFactory(String, int) - Constructor for class org.bitcoinj.utils.ContextPropagatingThreadFactory
-
- ContextPropagatingThreadFactory(String) - Constructor for class org.bitcoinj.utils.ContextPropagatingThreadFactory
-
- contract - Variable in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- CONTRACTTRANSACTION_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- CONTRACTTRANSACTION_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- convertToBitcoinURI(Address, Coin, String, String) - Static method in class org.bitcoinj.uri.BitcoinURI
-
Simple Bitcoin URI builder using known good fields.
- convertToBitcoinURI(NetworkParameters, String, Coin, String, String) - Static method in class org.bitcoinj.uri.BitcoinURI
-
Simple Bitcoin URI builder using known good fields.
- copyBitcoinHeaderTo(Block) - Method in class org.bitcoinj.core.Block
-
Copy the block without transactions into the provided empty block.
- copyOf(byte[], int) - Static method in class org.bitcoinj.core.Utils
-
- correctlySpends(Transaction, long, Script) - Method in class org.bitcoinj.script.Script
-
- correctlySpends(Transaction, long, Script, Set<Script.VerifyFlag>) - Method in class org.bitcoinj.script.Script
-
Verifies that this script (interpreted as a scriptSig) correctly spends the given scriptPubKey.
- CouldNotAdjustDownwards() - Constructor for exception org.bitcoinj.wallet.Wallet.CouldNotAdjustDownwards
-
- create(byte[]) - Static method in class org.bitcoinj.core.Sha256Hash
-
Deprecated.
- create(String, IPaymentChannelClient.ClientConnection) - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient.Factory
-
- create(Wallet, Transaction, List<Transaction>) - Method in class org.bitcoinj.wallet.DefaultRiskAnalysis.Analyzer
-
- create(Wallet, Transaction, List<Transaction>) - Method in interface org.bitcoinj.wallet.RiskAnalysis.Analyzer
-
- create(NetworkParameters, KeyChainGroup) - Method in interface org.bitcoinj.wallet.WalletProtobufSerializer.WalletFactory
-
- createAndActivateNewHDChain() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Adds a new HD chain to the chains list, and make it the default chain (from which keys are issued).
- createCLTVPaymentChannelInput(TransactionSignature, TransactionSignature) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createCLTVPaymentChannelInput(byte[], byte[]) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createCLTVPaymentChannelOutput(BigInteger, ECKey, ECKey) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createCLTVPaymentChannelP2SHInput(byte[], byte[], Script) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createCLTVPaymentChannelP2SHRefund(TransactionSignature, Script) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createCLTVPaymentChannelRefund(TransactionSignature) - Static method in class org.bitcoinj.script.ScriptBuilder
-
- createDouble(byte[]) - Static method in class org.bitcoinj.core.Sha256Hash
-
Deprecated.
- createECDHSecret(byte[], byte[]) - Static method in class org.bitcoin.NativeSecp256k1
-
libsecp256k1 create ECDH secret - constant time ECDH calculation
- createEmptyInputScript(ECKey, Script) - Method in class org.bitcoinj.script.Script
-
Creates an incomplete scriptSig that, once filled with signatures, can redeem output containing this scriptPubKey.
- createExecutor() - Method in class org.bitcoinj.net.discovery.DnsDiscovery
-
- createExecutor() - Method in class org.bitcoinj.net.discovery.MultiplexingDiscovery
-
- createFromBitcoinUri(BitcoinURI) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
- createFromBitcoinUri(BitcoinURI, boolean) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
- createFromBitcoinUri(BitcoinURI, boolean, TrustStoreLoader) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
- createFromUrl(String) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
- createFromUrl(String, boolean) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
- createFromUrl(String, boolean, TrustStoreLoader) - Static method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
- createInputScript(byte[], byte[]) - Static method in class org.bitcoinj.script.Script
-
- createInputScript(byte[]) - Static method in class org.bitcoinj.script.Script
-
- createInputScript(TransactionSignature, ECKey) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptSig that can redeem a pay-to-address output.
- createInputScript(TransactionSignature) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptSig that can redeem a pay-to-pubkey output.
- createMasterPrivateKey(byte[]) - Static method in class org.bitcoinj.crypto.HDKeyDerivation
-
Generates a new deterministic key from the given seed, which can be any arbitrary byte array.
- createMasterPrivKeyFromBytes(byte[], byte[]) - Static method in class org.bitcoinj.crypto.HDKeyDerivation
-
- createMasterPubKeyFromBytes(byte[], byte[]) - Static method in class org.bitcoinj.crypto.HDKeyDerivation
-
- createMockBroadcast(Transaction, SettableFuture<Transaction>) - Static method in class org.bitcoinj.core.TransactionBroadcast
-
- createMultiSigInputScript(List<TransactionSignature>) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program.
- createMultiSigInputScript(TransactionSignature...) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program.
- createMultiSigInputScriptBytes(List<byte[]>) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program, using pre-encoded signatures.
- createMultiSigInputScriptBytes(List<byte[]>, byte[]) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program, using pre-encoded signatures.
- createMultiSigOutputScript(int, List<ECKey>) - Static method in class org.bitcoinj.script.Script
-
Creates a program that requires at least N of the given keys to sign, using OP_CHECKMULTISIG.
- createMultiSigOutputScript(int, List<ECKey>) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a program that requires at least N of the given keys to sign, using OP_CHECKMULTISIG.
- createNextBlock(Address, long, long, int) - Method in class org.bitcoinj.core.Block
-
Returns a solved block that builds on top of this one.
- createNextBlock(Address, TransactionOutPoint) - Method in class org.bitcoinj.core.Block
-
- createNextBlock(Address, Coin) - Method in class org.bitcoinj.core.Block
-
- createNextBlock(Address) - Method in class org.bitcoinj.core.Block
-
- createNextBlockWithCoinbase(long, byte[], Coin, int) - Method in class org.bitcoinj.core.Block
-
- createOpReturnScript(byte[]) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a script of the form OP_RETURN [data].
- createOutputScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- createOutputScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- createOutputScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
Creates a P2SH script outputting to the client and server pubkeys
- createOutputScript(Address) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptPubKey that encodes payment to the given address.
- createOutputScript(ECKey) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptPubKey that encodes payment to the given raw public key.
- createP2SHMultiSigInputScript(List<TransactionSignature>, Script) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Create a program that satisfies a pay-to-script hashed OP_CHECKMULTISIG program.
- createP2SHOutputScript(byte[]) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptPubKey that sends to the given script hash.
- createP2SHOutputScript(Script) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a scriptPubKey for the given redeem script.
- createP2SHOutputScript(int, List<ECKey>) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates a P2SH output script with given public keys and threshold.
- createPaymentAck(Protos.Payment, String) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Create a payment ack.
- createPaymentMessage(List<Transaction>, Coin, Address, String, byte[]) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Create a payment message with one standard pay to address output.
- createPaymentMessage(List<Transaction>, List<Protos.Output>, String, byte[]) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Create a payment message.
- createPaymentRequest(NetworkParameters, Coin, Address, String, String, byte[]) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Create a payment request with one standard pay to address output.
- createPaymentRequest(NetworkParameters, List<Protos.Output>, String, String, byte[]) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Create a payment request.
- createPayToAddressOutput(Coin, Address) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
- createPeer(PeerAddress, VersionMessage) - Method in class org.bitcoinj.core.PeerGroup
-
You can override this to customise the creation of
Peer
objects.
- createPeerGroup() - Method in class org.bitcoinj.kits.WalletAppKit
-
- createPrivateExecutor() - Method in class org.bitcoinj.core.PeerGroup
-
- createRedeemScript(int, List<ECKey>) - Static method in class org.bitcoinj.script.ScriptBuilder
-
Creates redeem script with given public keys and threshold.
- createSend(Address, Coin) - Method in class org.bitcoinj.wallet.Wallet
-
Statelessly creates a transaction that sends the given value to address.
- createWallet() - Method in class org.bitcoinj.kits.WalletAppKit
-
- CREATION_TIMESTAMP_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Key
-
- CREATION_TIMESTAMP_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Script
-
- creationTimeSeconds - Variable in class org.bitcoinj.core.ECKey
-
- currencyCode - Variable in class org.bitcoinj.utils.Fiat
-
- CURRENT_WALLET_VERSION - Static variable in class org.bitcoinj.wallet.WalletProtobufSerializer
-
Current version used for serializing wallets.
- currentAddress(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- currentAddress(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.Wallet
-
- currentChangeAddress() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the address used for change outputs.
- currentKey(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns a key that hasn't been seen in a transaction yet, and which is suitable for displaying in a wallet
user interface as "a convenient key to receive funds on" when the purpose parameter is
KeyChain.KeyPurpose.RECEIVE_FUNDS
.
- currentKey(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a key that hasn't been seen in a transaction yet, and which is suitable for displaying in a wallet
user interface as "a convenient key to receive funds on" when the purpose parameter is
KeyChain.KeyPurpose.RECEIVE_FUNDS
.
- currentReceiveAddress() - Method in class org.bitcoinj.wallet.Wallet
-
- currentReceiveKey() - Method in class org.bitcoinj.wallet.Wallet
-
- currentTimeMillis() - Static method in class org.bitcoinj.core.Utils
-
Returns the current time in milliseconds since the epoch, or a mocked out equivalent.
- currentTimeSeconds() - Static method in class org.bitcoinj.core.Utils
-
- cursor - Variable in class org.bitcoinj.core.Message
-
- CURVE - Static variable in class org.bitcoinj.core.ECKey
-
The parameters of the secp256k1 curve that Bitcoin uses.
- CustomTransactionSigner - Class in org.bitcoinj.signers
-
This signer may be used as a template for creating custom multisig transaction signers.
- CustomTransactionSigner() - Constructor for class org.bitcoinj.signers.CustomTransactionSigner
-
- CustomTransactionSigner.SignatureAndKey - Class in org.bitcoinj.signers
-
- gathered - Variable in class org.bitcoinj.wallet.CoinSelection
-
- genesisBlock - Variable in class org.bitcoinj.core.NetworkParameters
-
- get() - Static method in class org.bitcoinj.core.Context
-
Returns the current context that is associated with the calling thread.
- get(Sha256Hash) - Method in class org.bitcoinj.core.TxConfidenceTable
-
Returns the
TransactionConfidence
for the given hash if we have downloaded it, or null if that tx hash
is unknown to the system at this time.
- get(List<ChildNumber>, boolean, boolean) - Method in class org.bitcoinj.crypto.DeterministicHierarchy
-
Returns a key for the given path, optionally creating it.
- get() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- get() - Static method in class org.bitcoinj.params.MainNetParams
-
- get() - Static method in class org.bitcoinj.params.Networks
-
- get() - Static method in class org.bitcoinj.params.RegTestParams
-
- get() - Static method in class org.bitcoinj.params.TestNet2Params
-
- get() - Static method in class org.bitcoinj.params.TestNet3Params
-
- get() - Static method in class org.bitcoinj.params.UnitTestParams
-
- get(Sha256Hash) - Method in interface org.bitcoinj.store.BlockStore
-
Returns the StoredBlock given a hash.
- get(Sha256Hash, boolean) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.LevelDBBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- get(Sha256Hash, boolean) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.MemoryBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class org.bitcoinj.store.SPVBlockStore
-
- get() - Static method in class org.bitcoinj.wallet.AllowUnconfirmedCoinSelector
-
Returns a global static instance of the selector.
- getAcceptableAddressCodes() - Method in class org.bitcoinj.core.NetworkParameters
-
The version codes that prefix addresses which are acceptable on this network.
- getAccountPath() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Override in subclasses to use a different account derivation path
- getActiveKeyChain() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns the key chain that's used for generation of fresh/current keys.
- getActiveKeyChain() - Method in class org.bitcoinj.wallet.Wallet
-
- getAddr() - Method in class org.bitcoinj.core.Peer
-
Sends a getaddr request to the peer and returns a future that completes with the answer once the peer has replied.
- getAddr() - Method in class org.bitcoinj.core.PeerAddress
-
- getAddress() - Method in class org.bitcoinj.core.PeerSocketHandler
-
- getAddress() - Method in class org.bitcoinj.core.UTXO
-
The address of this output, can be the empty string if none was provided at construction time or was deserialized
- getAddress() - Method in class org.bitcoinj.uri.BitcoinURI
-
The Bitcoin Address from the URI, if one was present.
- getAddresses() - Method in class org.bitcoinj.core.AddressMessage
-
- getAddressFromP2PKHScript(NetworkParameters) - Method in class org.bitcoinj.core.TransactionOutput
-
If the output script pays to an address as in
P2PKH, return the address of the receiver, i.e., a base58 encoded hash of the public key in the script.
- getAddressFromP2SH(NetworkParameters) - Method in class org.bitcoinj.core.TransactionOutput
-
If the output script pays to a redeem script, return the address of the redeem script as described by,
i.e., a base58 encoding of [one-byte version][20-byte hash][4-byte checksum], where the 20-byte hash refers to
the redeem script.
- getAddressHeader() - Method in class org.bitcoinj.core.NetworkParameters
-
First byte of a base58 encoded address.
- GetAddrMessage - Class in org.bitcoinj.core
-
Represents the "getaddr" P2P protocol message, which requests network
AddressMessage
s from a peer.
- GetAddrMessage(NetworkParameters) - Constructor for class org.bitcoinj.core.GetAddrMessage
-
- getAddrSeeds() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns IP address of active peers.
- getAffineXCoord() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getAffineYCoord() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getAlertSigningKey() - Method in class org.bitcoinj.core.NetworkParameters
-
- getAmount() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
optional uint64 amount = 1 [default = 0];
- getAmount() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
optional uint64 amount = 1 [default = 0];
- getAmount() - Method in interface org.bitcoin.protocols.payments.Protos.OutputOrBuilder
-
optional uint64 amount = 1 [default = 0];
- getAmount() - Method in class org.bitcoinj.uri.BitcoinURI
-
- getAppearedAtChainHeight() - Method in class org.bitcoinj.core.TransactionConfidence
-
Returns the chain height at which the transaction appeared if confidence type is BUILDING.
- getAppearedAtHeight() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 appeared_at_height = 2;
- getAppearedAtHeight() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int32 appeared_at_height = 2;
- getAppearedAtHeight() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int32 appeared_at_height = 2;
- getAppearsInHashes() - Method in class org.bitcoinj.core.Transaction
-
Returns a map of block [hashes] which contain the transaction mapped to relativity counters, or null if this
transaction doesn't have that data because it's not stored in the wallet or because it has never appeared in a
block.
- getAssociatedTransactions() - Method in class org.bitcoinj.core.FilteredBlock
-
Gets the set of transactions which were provided using provideTransaction() which match in getTransactionHashes()
- getAvailableLocales() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return an array of all locales for which the getInstance() method of this class can
return localized instances.
- getBalance() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the AVAILABLE balance of this wallet.
- getBalance(Wallet.BalanceType) - Method in class org.bitcoinj.wallet.Wallet
-
Returns the balance of this wallet as calculated by the provided balanceType.
- getBalance(CoinSelector) - Method in class org.bitcoinj.wallet.Wallet
-
Returns the balance that would be considered spendable by the given coin selector, including watched outputs
(i.e.
- getBalanceForServer(Sha256Hash) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Returns the outstanding amount of money sent back to us for all channels to this server added together.
- getBalanceFuture(Coin, Wallet.BalanceType) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a future that will complete when the balance of the given type has becom equal or larger to the given
value.
- getBalanceSelectSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the total balance for a given address.
- getBestChainHeight() - Method in class org.bitcoinj.core.AbstractBlockChain
-
- getBestHeight() - Method in class org.bitcoinj.core.Peer
-
- getBestValueSignature() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- getBestValueSignature() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes bestValueSignature = 2;
- getBestValueSignature() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes bestValueSignature = 2;
- getBestValueToMe() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Gets the highest payment to ourselves (which we will receive on settle(), not including fees)
- getBestValueToMe() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- getBestValueToMe() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 bestValueToMe = 1;
- getBestValueToMe() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 bestValueToMe = 1;
- getBip32HeaderPriv() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns the 4 byte header for BIP32 (HD) wallet - private key part.
- getBip32HeaderPub() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns the 4 byte header for BIP32 (HD) wallet - public key part.
- getBitcoinProtocolVersion() - Method in enum org.bitcoinj.core.NetworkParameters.ProtocolVersion
-
- getBlock(Sha256Hash) - Method in class org.bitcoinj.core.Peer
-
Asks the connected peer for the block of the given hash, and returns a future representing the answer.
- getBlockHash(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated bytes block_hash = 8;
- getBlockHash(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated bytes block_hash = 8;
- getBlockHash(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated bytes block_hash = 8;
- getBlockHashCount() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated bytes block_hash = 8;
- getBlockHashCount() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated bytes block_hash = 8;
- getBlockHashCount() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated bytes block_hash = 8;
- getBlockHashList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated bytes block_hash = 8;
- getBlockHashList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated bytes block_hash = 8;
- getBlockHashList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated bytes block_hash = 8;
- getBlockHeader() - Method in class org.bitcoinj.core.FilteredBlock
-
Gets a copy of the block header
- getBlockHeaders() - Method in class org.bitcoinj.core.HeadersMessage
-
- getBlockInflation(int) - Method in class org.bitcoinj.core.Block
-
A utility method that calculates how much new Bitcoin would be created by the block at the given height.
- getBlockRelativityOffsets(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsets(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsets(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsCount() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsCount() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsCount() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated int32 block_relativity_offsets = 11;
- getBlockRelativityOffsetsList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated int32 block_relativity_offsets = 11;
- GetBlocksMessage - Class in org.bitcoinj.core
-
Represents the "getblocks" P2P network message, which requests the hashes of the parts of the block chain we're
missing.
- GetBlocksMessage(NetworkParameters, List<Sha256Hash>, Sha256Hash) - Constructor for class org.bitcoinj.core.GetBlocksMessage
-
- GetBlocksMessage(NetworkParameters, byte[]) - Constructor for class org.bitcoinj.core.GetBlocksMessage
-
- getBlockStore() - Method in class org.bitcoinj.core.AbstractBlockChain
-
Returns the
BlockStore
the chain was constructed with.
- getBlockVerificationFlags(Block, VersionTally, Integer) - Method in class org.bitcoinj.core.NetworkParameters
-
The flags indicating which block validation tests should be applied to
the given block.
- getBloomFilter() - Method in class org.bitcoinj.core.Peer
-
- getBloomFilter(int, double, long) - Method in interface org.bitcoinj.core.PeerFilterProvider
-
Gets a bloom filter that contains all the necessary elements for the listener to receive relevant transactions.
- getBloomFilter(int, double, long) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- getBloomFilter(double) - Method in class org.bitcoinj.wallet.Wallet
-
Gets a bloom filter that contains all of the public keys from this wallet, and which will provide the given
false-positive rate.
- getBloomFilter(int, double, long) - Method in class org.bitcoinj.wallet.Wallet
-
Gets a bloom filter that contains all of the public keys from this wallet, and which will provide the given
false-positive rate if it has size elements.
- getBloomFilterElementCount() - Method in interface org.bitcoinj.core.PeerFilterProvider
-
- getBloomFilterElementCount() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- getBloomFilterElementCount() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the number of distinct data items (note: NOT keys) that will be inserted into a bloom filter, when it
is constructed.
- getBloomFilterFPRate() - Method in class org.bitcoinj.net.FilterMerger
-
- getBroadcastBy() - Method in class org.bitcoinj.core.TransactionConfidence
-
Returns a snapshot of
PeerAddress
es that announced the transaction.
- getBroadcastBy(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastBy(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastBy(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByBuilder(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByBuilderList() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByCount() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByCount() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByCount() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByList() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByList() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByList() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBroadcastByOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- getBytes() - Method in class org.bitcoinj.core.Sha256Hash
-
Returns the internal byte array, without defensively copying.
- getCancel() - Method in class org.bitcoinj.core.AlertMessage
-
A marker that results in any alerts with an ID lower than this value to be considered cancelled.
- getCertificate(int) - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- getCertificate(int) - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
repeated bytes certificate = 1;
- getCertificate(int) - Method in interface org.bitcoin.protocols.payments.Protos.X509CertificatesOrBuilder
-
repeated bytes certificate = 1;
- getCertificateCount() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- getCertificateCount() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
repeated bytes certificate = 1;
- getCertificateCount() - Method in interface org.bitcoin.protocols.payments.Protos.X509CertificatesOrBuilder
-
repeated bytes certificate = 1;
- getCertificateList() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- getCertificateList() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
repeated bytes certificate = 1;
- getCertificateList() - Method in interface org.bitcoin.protocols.payments.Protos.X509CertificatesOrBuilder
-
repeated bytes certificate = 1;
- getChainCode() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns the chain code associated with this key.
- getChainCode() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
required bytes chain_code = 1;
- getChainCode() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
required bytes chain_code = 1;
- getChainCode() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
required bytes chain_code = 1;
- getChainHead() - Method in class org.bitcoinj.core.AbstractBlockChain
-
Returns the block at the head of the current best chain.
- getChainHead() - Method in interface org.bitcoinj.store.BlockStore
-
Returns the
StoredBlock
that represents the top of the chain of greatest total work.
- getChainHead() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getChainHead() - Method in class org.bitcoinj.store.LevelDBBlockStore
-
- getChainHead() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getChainHead() - Method in class org.bitcoinj.store.MemoryBlockStore
-
- getChainHead() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getChainHead() - Method in class org.bitcoinj.store.SPVBlockStore
-
- getChainHeadHeight() - Method in interface org.bitcoinj.core.UTXOProvider
-
Get the height of the chain head.
- getChainHeadHeight() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getChainHeadHeight() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getChainHeadHeight() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getChainWork() - Method in class org.bitcoinj.core.StoredBlock
-
The total sum of work done in this block, and all the blocks below it in the chain.
- getChangeAddress() - Method in class org.bitcoinj.wallet.Wallet
-
- getChannel(Sha256Hash, Sha256Hash) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Finds a channel with the given id and contract hash and returns it, or returns null.
- getChannel(Sha256Hash) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
- getChannelMap() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Get a copy of all StoredClientChannel
s
- getChannelMap() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
- getChannelOpenFuture() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientConnection
-
Gets a future which returns this when the channel is successfully opened, or throws an exception if there is
an error before the channel has reached the open state.
- getChannels(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannels(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannels(int) - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsBuilder(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsBuilder(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsBuilderList() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsBuilderList() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getCheckpointBefore(long) - Method in class org.bitcoinj.core.CheckpointManager
-
Returns a
StoredBlock
representing the last checkpoint before the given time, for example, normally
you would want to know the checkpoint before the earliest wallet birthday.
- getChildNumber() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- getChunks() - Method in class org.bitcoinj.script.Script
-
Returns an immutable list of the scripts parsed form.
- getClassName() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- getClassName() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
required string class_name = 1;
- getClassName() - Method in interface org.bitcoinj.wallet.Protos.TransactionSignerOrBuilder
-
required string class_name = 1;
- getClassNameBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- getClassNameBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
required string class_name = 1;
- getClassNameBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionSignerOrBuilder
-
required string class_name = 1;
- getClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- getClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
required uint64 client_change_value = 1;
- getClientChangeValue() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
required uint64 client_change_value = 1;
- getClientKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
optional bytes client_key = 3;
- getClientKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
optional bytes client_key = 3;
- getClientKey() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
optional bytes client_key = 3;
- getClientKey() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getClientKey() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- getClientKey() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getClientKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientKey = 8;
- getClientKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes clientKey = 8;
- getClientKey() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes clientKey = 8;
- getClientOutput() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getClientOutput() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- getClientOutput() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getClientOutput() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientOutput = 5;
- getClientOutput() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes clientOutput = 5;
- getClientOutput() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes clientOutput = 5;
- getClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersion() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersionBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersionOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersionOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ClientVersion client_version = 2;
- getClientVersionOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ClientVersion client_version = 2;
- getCloseReason() - Method in exception org.bitcoinj.protocols.channels.PaymentChannelCloseException
-
- getCloseTransactionHash() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- getCloseTransactionHash() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes closeTransactionHash = 7;
- getCloseTransactionHash() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional bytes closeTransactionHash = 7;
- getCLTVPaymentChannelExpiry() - Method in class org.bitcoinj.script.Script
-
- getCLTVPaymentChannelRecipientPubKey() - Method in class org.bitcoinj.script.Script
-
Retrieves the recipient public key from a LOCKTIMEVERIFY transaction
- getCLTVPaymentChannelSenderPubKey() - Method in class org.bitcoinj.script.Script
-
Retrieves the sender public key from a LOCKTIMEVERIFY transaction
- getCode() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- getCode() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- getCode() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- getCodeInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-denominating instance that will indicate units using a currency
code, for example, "BTC"
.
- getCodeInstance(int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new code-style auto-formatter with the given number of fractional decimal
places.
- getCodeInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new code-style auto-formatter for the given locale.
- getCodeInstance(Locale, int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new code-style auto-formatter for the given locale with the given number of
fraction places.
- getCoinInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new coin-denominated formatter.
- getCoinInstance(int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new coin-denominated formatter with the specified fraction-places.
- getCoinInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new coin-denominated formatter for the given locale.
- getCoinInstance(Locale, int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a newly-constructed instance for the given locale that will format
values in terms of bitcoins, with the given minimum number of fractional
decimal places.
- getCoinSelector() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the
CoinSelector
object which controls which outputs can be spent by this wallet.
- getCoinValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 coin_value = 1;
- getCoinValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required int64 coin_value = 1;
- getCoinValue() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required int64 coin_value = 1;
- getCombinedKeyLookaheadEpochs() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns a counter that increases (by an arbitrary amount) each time new keys have been calculated due to
lookahead and thus the Bloom filter that was previously calculated has become stale.
- getComment() - Method in class org.bitcoinj.core.AlertMessage
-
This field is unused.
- getCompatibilitySQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL statements to check if the database is compatible.
- getCompletedRefundTransaction() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getConfidence() - Method in class org.bitcoinj.core.Transaction
-
- getConfidence(Context) - Method in class org.bitcoinj.core.Transaction
-
- getConfidence(TxConfidenceTable) - Method in class org.bitcoinj.core.Transaction
-
- getConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidence() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidenceBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidenceOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidenceOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidenceOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.TransactionConfidence confidence = 9;
- getConfidenceTable() - Method in class org.bitcoinj.core.Context
-
- getConfidenceType() - Method in class org.bitcoinj.core.TransactionConfidence
-
Returns a general statement of the level of confidence you can have in this transaction.
- getConnectedClientCount() - Method in class org.bitcoinj.net.BlockingClientManager
-
- getConnectedClientCount() - Method in interface org.bitcoinj.net.ClientConnectionManager
-
Gets the number of connected peers
- getConnectedClientCount() - Method in class org.bitcoinj.net.NioClientManager
-
- getConnectedKey(KeyBag) - Method in class org.bitcoinj.core.TransactionOutPoint
-
Returns the ECKey identified in the connected output, for either pay-to-address scripts or pay-to-key scripts.
- getConnectedOutput() - Method in class org.bitcoinj.core.TransactionInput
-
- getConnectedOutput() - Method in class org.bitcoinj.core.TransactionOutPoint
-
An outpoint is a part of a transaction input that points to the output of another transaction.
- getConnectedPeers() - Method in class org.bitcoinj.core.PeerGroup
-
Returns a newly allocated list containing the currently connected peers.
- getConnectedPubKeyScript() - Method in class org.bitcoinj.core.TransactionOutPoint
-
Returns the pubkey script from the connected output.
- getConnectedRedeemData(KeyBag) - Method in class org.bitcoinj.core.TransactionInput
-
Alias for getOutpoint().getConnectedRedeemData(keyBag)
- getConnectedRedeemData(KeyBag) - Method in class org.bitcoinj.core.TransactionOutPoint
-
Returns the RedeemData identified in the connected output, for either pay-to-address scripts, pay-to-key
or P2SH scripts.
- getConnectedTransaction() - Method in class org.bitcoinj.core.TransactionInput
-
- getConnectFuture() - Method in class org.bitcoinj.net.BlockingClient
-
Returns a future that completes once connection has occurred at the socket level or with an exception if failed to connect.
- getConnectionOpenFuture() - Method in class org.bitcoinj.core.Peer
-
Provides a ListenableFuture that can be used to wait for the socket to connect.
- getContext() - Static method in class org.bitcoin.Secp256k1Context
-
- getContext() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the API context that this wallet was created with.
- getContract() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Gets the contract which was used to initialize this channel
- getContract() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Gets the multisig contract which was used to initialize this channel
- getContract() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
Returns the transaction that locks the money to the agreement of both parties.
- getContract() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getContractInternal() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Gets the contract without changing the state machine
- getContractInternal() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getContractInternal() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getContractScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getContractScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getContractScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getContractScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getContractTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- getContractTransaction() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes contractTransaction = 4;
- getContractTransaction() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes contractTransaction = 4;
- getCountAtOrAbove(long) - Method in class org.bitcoinj.utils.VersionTally
-
Get the count of blocks at or above the given version, within the window.
- getCreateIndexesSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL statements that create the indexes (DDL).
- getCreateIndexesSQL() - Method in class org.bitcoinj.store.H2FullPrunedBlockStore
-
- getCreateIndexesSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getCreateIndexesSQL() - Method in class org.bitcoinj.store.PostgresFullPrunedBlockStore
-
- getCreateSchemeSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL statements that create the schema (DDL).
- getCreateSchemeSQL() - Method in class org.bitcoinj.store.H2FullPrunedBlockStore
-
- getCreateSchemeSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getCreateSchemeSQL() - Method in class org.bitcoinj.store.PostgresFullPrunedBlockStore
-
- getCreateTablesSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL statements that create the tables (DDL).
- getCreateTablesSQL() - Method in class org.bitcoinj.store.H2FullPrunedBlockStore
-
- getCreateTablesSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getCreateTablesSQL() - Method in class org.bitcoinj.store.PostgresFullPrunedBlockStore
-
- getCreationTimeSeconds() - Method in class org.bitcoinj.core.ECKey
-
Returns the creation time of this key or zero if the key was deserialized from a version that did not store
that data.
- getCreationTimeSeconds() - Method in class org.bitcoinj.crypto.DeterministicKey
-
The creation time of a deterministic key is equal to that of its parent, unless this key is the root of a tree
in which case the time is stored alongside the key as per normal, see
ECKey.getCreationTimeSeconds()
.
- getCreationTimeSeconds() - Method in interface org.bitcoinj.crypto.EncryptableItem
-
Returns the time in seconds since the UNIX epoch at which this encryptable item was first created/derived.
- getCreationTimeSeconds() - Method in class org.bitcoinj.script.Script
-
- getCreationTimeSeconds() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional int64 creation_timestamp = 5;
- getCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional int64 creation_timestamp = 5;
- getCreationTimestamp() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional int64 creation_timestamp = 5;
- getCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required int64 creation_timestamp = 2;
- getCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Script
-
required int64 creation_timestamp = 2;
- getCreationTimestamp() - Method in interface org.bitcoinj.wallet.Protos.ScriptOrBuilder
-
required int64 creation_timestamp = 2;
- getCurrencyCode() - Method in class org.bitcoinj.utils.Fiat
-
- getCurve() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getData(Peer, GetDataMessage) - Method in class org.bitcoinj.core.listeners.AbstractPeerDataEventListener
-
Deprecated.
- getData(Peer, GetDataMessage) - Method in class org.bitcoinj.core.listeners.AbstractPeerEventListener
-
Deprecated.
- getData(Peer, GetDataMessage) - Method in interface org.bitcoinj.core.listeners.GetDataEventListener
-
Called when a peer receives a getdata message, usually in response to an "inv" being broadcast.
- getData(Peer, GetDataMessage) - Method in class org.bitcoinj.jni.NativePeerEventListener
-
- getData() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bytes data = 2;
- getData() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required bytes data = 2;
- getData() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required bytes data = 2;
- getData() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required bytes data = 2;
- getData() - Method in class org.bitcoinj.wallet.Protos.Tag
-
required bytes data = 2;
- getData() - Method in interface org.bitcoinj.wallet.Protos.TagOrBuilder
-
required bytes data = 2;
- getData() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
optional bytes data = 2;
- getData() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
optional bytes data = 2;
- getData() - Method in interface org.bitcoinj.wallet.Protos.TransactionSignerOrBuilder
-
optional bytes data = 2;
- getDatabaseDriverClass() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the database driver class,
- getDatabaseDriverClass() - Method in class org.bitcoinj.store.H2FullPrunedBlockStore
-
- getDatabaseDriverClass() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getDatabaseDriverClass() - Method in class org.bitcoinj.store.PostgresFullPrunedBlockStore
-
- GetDataEventListener - Interface in org.bitcoinj.core.listeners
-
Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
they can pre-filter messages before they are procesesed by a
Peer
or
PeerGroup
, and they can
provide transactions to remote peers when they ask for them.
- getDataHash() - Method in class org.bitcoinj.core.CheckpointManager
-
Returns a hash of the concatenated checkpoint data.
- GetDataMessage - Class in org.bitcoinj.core
-
Represents the "getdata" P2P network message, which requests the contents of blocks or transactions given their
hashes.
- GetDataMessage(NetworkParameters, byte[]) - Constructor for class org.bitcoinj.core.GetDataMessage
-
- GetDataMessage(NetworkParameters, byte[], MessageSerializer, int) - Constructor for class org.bitcoinj.core.GetDataMessage
-
Deserializes a 'getdata' message.
- GetDataMessage(NetworkParameters) - Constructor for class org.bitcoinj.core.GetDataMessage
-
- getDate() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the date that the payment request was generated.
- getDefaultInstance() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getDefaultInstance() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getDefaultInstance() - Static method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.Error
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getDefaultInstance() - Static method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.Output
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getDefaultInstance() - Static method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getDefaultInstance() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDefaultInstance() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDefaultInstance() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDefaultInstance() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Extension
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Key
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Script
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Tag
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Transaction
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getDefaultInstance() - Static method in class org.bitcoinj.wallet.Protos.Wallet
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Extension
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Key
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Script
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Tag
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
- getDefaultSerializer() - Method in class org.bitcoinj.core.NetworkParameters
-
Return the default serializer for this network.
- getDeleteOpenoutputsSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to delete a openoutputs record.
- getDeleteOpenoutputsSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getDeleteUndoableBlocksSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to delete a undoableblocks record.
- getDepth() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Return this key's depth in the hierarchy, where the root node is at depth zero.
- getDepth() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 depth = 4;
- getDepth() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int32 depth = 4;
- getDepth() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int32 depth = 4;
- getDepthFuture(int, Executor) - Method in class org.bitcoinj.core.TransactionConfidence
-
Returns a future that completes when the transaction has been confirmed by "depth" blocks.
- getDepthFuture(int) - Method in class org.bitcoinj.core.TransactionConfidence
-
- getDepthInBlocks() - Method in class org.bitcoinj.core.TransactionConfidence
-
Depth in the chain is an approximation of how much time has elapsed since the transaction has been confirmed.
- getDescription() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- getDescription() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional string description = 11;
- getDescription() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional string description = 11;
- getDescription() - Method in class org.bitcoinj.wallet.Wallet
-
Get the description of the wallet.
- getDescriptionBytes() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- getDescriptionBytes() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional string description = 11;
- getDescriptionBytes() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional string description = 11;
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
- getDescriptor() - Static method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
- getDescriptor() - Static method in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Error
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getDescriptor() - Static method in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
- getDescriptor() - Static method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.Output
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
- getDescriptor() - Static method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ClientState
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ServerState
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Extension
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Key.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Key
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.Key.Type
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Script.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Script
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Tag
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Transaction
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.Transaction.Pool
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.Transaction.Purpose
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Type
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
- getDescriptor() - Static method in enum org.bitcoinj.wallet.Protos.Wallet.EncryptionType
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.Wallet
-
- getDescriptorForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
- getDescriptorForType() - Method in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
- getDescriptorForType() - Method in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
- getDescriptorForType() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
- getDescriptorForType() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.Key.Type
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Pool
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Purpose
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Type
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
- getDescriptorForType() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.Wallet.EncryptionType
-
- getDetachedPoint() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getDeterministicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKeyBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKeyChains() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns a copy of the current list of chains.
- getDeterministicKeyOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKeyOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicKeyOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- getDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes deterministic_seed = 8;
- getDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes deterministic_seed = 8;
- getDeterministicSeed() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes deterministic_seed = 8;
- getDifficultyTarget() - Method in class org.bitcoinj.core.Block
-
Returns the difficulty of the proof of work that this block should meet encoded in compact form.
- getDifficultyTargetAsInteger() - Method in class org.bitcoinj.core.Block
-
Returns the difficulty target as a 256 bit value that can be compared to a SHA-256 hash.
- getDisplayNameFromCertificate(X509Certificate, boolean) - Static method in class org.bitcoinj.crypto.X509Utils
-
Returns either a string that "sums up" the certificate for humans, in a similar manner to what you might see
in a web browser, or null if one cannot be extracted.
- getDnsSeeds() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns DNS names that when resolved, give IP addresses of active peers.
- getDownloadPeer() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the currently selected download peer.
- getDropTablesSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to drop all the tables (DDL).
- getDumpedPrivateKeyHeader() - Method in class org.bitcoinj.core.NetworkParameters
-
First byte of a base58 encoded dumped private key.
- getDuplicateKeyErrorCode() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the database specific error code that indicated a duplicate key error when inserting a record.
- getDuplicateKeyErrorCode() - Method in class org.bitcoinj.store.H2FullPrunedBlockStore
-
- getDuplicateKeyErrorCode() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getDuplicateKeyErrorCode() - Method in class org.bitcoinj.store.PostgresFullPrunedBlockStore
-
- getEarliestKeyCreationTime() - Method in interface org.bitcoinj.core.PeerFilterProvider
-
Returns the earliest timestamp (seconds since epoch) for which full/bloom-filtered blocks must be downloaded.
- getEarliestKeyCreationTime() - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- getEarliestKeyCreationTime() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- getEarliestKeyCreationTime() - Method in interface org.bitcoinj.wallet.KeyChain
-
Returns the earliest creation time of keys in this chain, in seconds since the epoch.
- getEarliestKeyCreationTime() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- getEarliestKeyCreationTime() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the earliest creation time of keys or watched scripts in this wallet, in seconds since the epoch, ie the min
of
ECKey.getCreationTimeSeconds()
.
- getEncoded() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getEncoded(boolean) - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getEncryptedData() - Method in class org.bitcoinj.core.ECKey
-
- getEncryptedData() - Method in interface org.bitcoinj.crypto.EncryptableItem
-
Returns the initialization vector and encrypted secret bytes, or null if not encrypted.
- getEncryptedData() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getEncryptedData() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedData() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedData() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedDataBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedDataOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedDataOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedDataOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_data = 6;
- getEncryptedDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeed() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeedBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeedOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeedOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedDeterministicSeedOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- getEncryptedPrivateKey() - Method in class org.bitcoinj.core.ECKey
-
Returns the the encrypted private key bytes and initialisation vector for this ECKey, or null if the ECKey
is not encrypted.
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes encrypted_private_key = 2;
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
required bytes encrypted_private_key = 2;
- getEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.EncryptedDataOrBuilder
-
required bytes encrypted_private_key = 2;
- getEncryptedSeedData() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getEncryptionParameters() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParameters() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParameters() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParametersBuilder() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParametersOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParametersOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionParametersOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- getEncryptionType() - Method in class org.bitcoinj.core.ECKey
-
- getEncryptionType() - Method in interface org.bitcoinj.crypto.EncryptableItem
-
Returns an enum constant describing what algorithm was used to encrypt the key or UNENCRYPTED.
- getEncryptionType() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getEncryptionType() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- getEncryptionType() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- getEncryptionType() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- getEncryptionType() - Method in class org.bitcoinj.wallet.Wallet
-
Get the type of encryption used for this wallet.
- getError() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- getError() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Error error = 10;
- getError() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Error error = 10;
- getErrorBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- getErrorOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- getErrorOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Error error = 10;
- getErrorOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Error error = 10;
- getEventHorizon() - Method in class org.bitcoinj.core.Context
-
The event horizon is the number of blocks after which various bits of the library consider a transaction to be
so confirmed that it's safe to delete data.
- getExchangeRate() - Method in class org.bitcoinj.core.Transaction
-
- getExchangeRate() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRate() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRate() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRateBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRateOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRateOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExchangeRateOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- getExpectedValue() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional uint64 expected_value = 3;
- getExpectedValue() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional uint64 expected_value = 3;
- getExpectedValue() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional uint64 expected_value = 3;
- getExpiration() - Method in class org.bitcoinj.core.AlertMessage
-
The time at which the alert ceases to be relevant.
- getExpires() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional uint64 expires = 4;
- getExpires() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional uint64 expires = 4;
- getExpires() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional uint64 expires = 4;
- getExpires() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the expires time of the payment request, or null if none.
- getExpireTimeSecs() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 expire_time_secs = 3;
- getExpireTimeSecs() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 expire_time_secs = 3;
- getExpireTimeSecs() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 expire_time_secs = 3;
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint64 expiryTime = 10;
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional uint64 expiryTime = 10;
- getExpiryTime() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional uint64 expiryTime = 10;
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getExpiryTime() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getExplanation() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- getExplanation() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional string explanation = 2;
- getExplanation() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional string explanation = 2;
- getExplanationBytes() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- getExplanationBytes() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional string explanation = 2;
- getExplanationBytes() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional string explanation = 2;
- getExtension(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtension(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Extension extension = 10;
- getExtension(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Extension extension = 10;
- getExtensionBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Extension extension = 10;
- getExtensionCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Extension extension = 10;
- getExtensionList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Extension extension = 10;
- getExtensionList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Extension extension = 10;
- getExtensionOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Extension extension = 10;
- getExtensions() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a snapshot of all registered extension objects.
- getFalsePositiveRate() - Method in class org.bitcoinj.core.AbstractBlockChain
-
The false positive rate is the average over all blockchain transactions of:
- 1.0 if the transaction was false-positive (was irrelevant to all listeners)
- 0.0 if the transaction was relevant or filtered out
- getFalsePositiveRate(int) - Method in class org.bitcoinj.core.BloomFilter
-
Returns the theoretical false positive rate of this filter if were to contain the given number of elements.
- getFastCatchupTimeSecs() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the current fast catchup time.
- getFee() - Method in class org.bitcoinj.core.Transaction
-
The transaction fee is the difference of the value of all inputs and the value of all outputs.
- getFeePaid() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Gets the fee paid in the final payment transaction (only available if settle() did not throw an exception)
- getFeePaid() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
Gets the fee paid in the final payment transaction (only available if settle() did not throw an exception)
- getFeePaid() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getFeePerKb() - Method in class org.bitcoinj.core.Context
-
The default fee per 1000 bytes of transaction data to pay when completing transactions.
- getFiatCurrencyCode() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- getFiatCurrencyCode() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required string fiat_currency_code = 3;
- getFiatCurrencyCode() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required string fiat_currency_code = 3;
- getFiatCurrencyCodeBytes() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- getFiatCurrencyCodeBytes() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required string fiat_currency_code = 3;
- getFiatCurrencyCodeBytes() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required string fiat_currency_code = 3;
- getFiatValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 fiat_value = 2;
- getFiatValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required int64 fiat_value = 2;
- getFiatValue() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required int64 fiat_value = 2;
- getFileSize() - Method in class org.bitcoinj.store.SPVBlockStore
-
Returns the size in bytes of the file that is used to store the chain with the current parameters.
- getFilter(int, double, long) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- getFilter(int, double, long) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- getFilter(int, double, long) - Method in interface org.bitcoinj.wallet.KeyChain
-
Gets a bloom filter that contains all of the public keys from this chain, and which will provide the given
false-positive rate if it has size elements.
- getFilter(int, double, long) - Method in class org.bitcoinj.wallet.MarriedKeyChain
-
- getFingerprint() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- getFromAddress() - Method in class org.bitcoinj.core.TransactionInput
-
Deprecated.
- getFromAddress(NetworkParameters) - Method in class org.bitcoinj.script.Script
-
Deprecated.
- getFromWallet(Wallet) - Static method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Returns this extension from the given wallet, or null if no such extension was added.
- getFromWallet(Wallet) - Static method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
Returns this extension from the given wallet, or null if no such extension was added.
- getFullKey() - Method in class org.bitcoinj.wallet.RedeemData
-
Returns the first key that has private bytes
- getFuture() - Method in class org.bitcoinj.core.listeners.DownloadProgressTracker
-
Returns a listenable future that completes with the height of the best chain (as reported by the peer) once chain
download seems to be finished.
- getGenesisBlock() - Method in class org.bitcoinj.core.NetworkParameters
-
Genesis block for this chain.
- getGenesisBlock() - Method in class org.bitcoinj.params.RegTestParams
-
- getHash() - Method in class org.bitcoinj.core.Block
-
Returns the hash of the block (which for a valid, solved block should be
below the target).
- getHash() - Method in class org.bitcoinj.core.FilteredBlock
-
Gets the hash of the block represented in this Filtered Block
- getHash() - Method in class org.bitcoinj.core.Message
-
This method is a NOP for all classes except Block and Transaction.
- getHash() - Method in exception org.bitcoinj.core.PrunedException
-
- getHash() - Method in class org.bitcoinj.core.StoredUndoableBlock
-
Get the hash of the represented block
- getHash() - Method in class org.bitcoinj.core.Transaction
-
Returns the transaction hash as you see them in the block explorer.
- getHash() - Method in class org.bitcoinj.core.TransactionOutPoint
-
Returns the hash of the transaction this outpoint references/spends/is connected to.
- getHash() - Method in class org.bitcoinj.core.UTXO
-
The hash of the transaction which holds this output.
- getHash() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- getHash() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
required bytes hash = 2;
- getHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
required bytes hash = 2;
- getHash160() - Method in class org.bitcoinj.core.Address
-
The (big endian) 20 byte hash that is the core of a Bitcoin address.
- getHashAsString() - Method in class org.bitcoinj.core.Block
-
Returns the hash of the block (which for a valid, solved block should be below the target) in the form seen on
the block explorer.
- getHashAsString() - Method in class org.bitcoinj.core.Transaction
-
- getHashOf(int) - Method in class org.bitcoinj.core.GetDataMessage
-
- getHeader() - Method in class org.bitcoinj.core.StoredBlock
-
The block header this object wraps.
- GetHeadersMessage - Class in org.bitcoinj.core
-
The "getheaders" command is structurally identical to "getblocks", but has different meaning.
- GetHeadersMessage(NetworkParameters, List<Sha256Hash>, Sha256Hash) - Constructor for class org.bitcoinj.core.GetHeadersMessage
-
- GetHeadersMessage(NetworkParameters, byte[]) - Constructor for class org.bitcoinj.core.GetHeadersMessage
-
- getHeight() - Method in class org.bitcoinj.core.StoredBlock
-
Position in the chain for this block.
- getHeight() - Method in class org.bitcoinj.core.UTXO
-
Gets the height of the block that created this output.
- getHeightFuture(int) - Method in class org.bitcoinj.core.AbstractBlockChain
-
Returns a future that completes when the block chain has reached the given height.
- getHeights() - Method in class org.bitcoinj.core.UTXOsMessage
-
Returns the block heights of each output returned in getOutputs(), or MEMPOOL_HEIGHT if not confirmed yet.
- getHitMap() - Method in class org.bitcoinj.core.UTXOsMessage
-
Returns a bit map indicating which of the queried outputs were found in the UTXO set.
- getHostname() - Method in class org.bitcoinj.core.PeerAddress
-
- getHttpSeeds() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns discovery objects for seeds implementing the Cartographer protocol.
- getI() - Method in class org.bitcoinj.crypto.ChildNumber
-
Returns the uint32 encoded form of the path element, including the most significant bit.
- getId() - Method in class org.bitcoinj.core.AlertMessage
-
The numeric identifier of this alert.
- getId() - Method in class org.bitcoinj.core.NetworkParameters
-
A Java package style string acting as unique ID for these parameters
- getId() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- getId() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes id = 1;
- getId() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- getId() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required string id = 1;
- getId() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required string id = 1;
- getIdBytes() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- getIdBytes() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required string id = 1;
- getIdBytes() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required string id = 1;
- getIdentifier() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns RIPE-MD160(SHA256(pub key bytes)).
- getImportedKeys() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns a list of the non-deterministic keys that have been imported into the wallet, or the empty list if none.
- getImportedKeys() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a list of the non-deterministic keys that have been imported into the wallet, or the empty list if none.
- getIncludeMempool() - Method in class org.bitcoinj.core.GetUTXOsMessage
-
- getIncompleteRefundTransaction() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
Returns a partially signed (invalid) refund transaction that should be passed to the server.
- getIndex() - Method in class org.bitcoinj.core.TransactionOutPoint
-
- getIndex() - Method in class org.bitcoinj.core.TransactionOutput
-
Gets the index of this output in the parent transaction, or throws if this output is free standing.
- getIndex() - Method in class org.bitcoinj.core.UTXO
-
The index of this output in the transaction which holds it.
- getInfo() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
optional bytes info = 1;
- getInfo() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
optional bytes info = 1;
- getInfo() - Method in interface org.bitcoin.paymentchannel.Protos.PaymentAckOrBuilder
-
optional bytes info = 1;
- getInfo() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
optional bytes info = 3;
- getInfo() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
optional bytes info = 3;
- getInfo() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
optional bytes info = 3;
- getInfo() - Method in class org.bitcoinj.protocols.channels.PaymentIncrementAck
-
- getInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes initialisation_vector = 1;
- getInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
required bytes initialisation_vector = 1;
- getInitialisationVector() - Method in interface org.bitcoinj.wallet.Protos.EncryptedDataOrBuilder
-
required bytes initialisation_vector = 1;
- getInitialPayment() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPayment() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPayment() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPaymentBuilder() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPaymentOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPaymentOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitialPaymentOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- getInitiate() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiate() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiate() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiateBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiateOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiateOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Initiate initiate = 4;
- getInitiateOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Initiate initiate = 4;
- getInput(long) - Method in class org.bitcoinj.core.Transaction
-
Same as getInputs().get(index).
- getInputs() - Method in class org.bitcoinj.core.Transaction
-
Returns an unmodifiable view of all inputs.
- getInputSum() - Method in class org.bitcoinj.core.Transaction
-
Gets the sum of the inputs, regardless of who owns them.
- getInsertHeadersSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to insert a headers record.
- getInsertOpenoutputsSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to insert a openoutputs record.
- getInsertOpenoutputsSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getInsertSettingsSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to insert a settings record.
- getInsertUndoableBlocksSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to insert a undoableblocks record.
- getInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new instance of this class using all defaults.
- getInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new code-style auto-formatter for the given locale.
- getInstance(Locale, int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new code-style auto-formatter for the given locale with the given number of
fraction places.
- getInstance(BtcAutoFormat.Style) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-denominating formatter.
- getInstance(BtcAutoFormat.Style, int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-denominating formatter with the given number of fractional decimal
places.
- getInstance(BtcAutoFormat.Style, Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-formatter with the given style for the given locale.
- getInstance(BtcAutoFormat.Style, Locale, int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-formatter for the given locale with the given number of fraction places.
- getInstance(int, int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new fixeed-denomination formatter with the specified fractional decimal
placing.
- getInstance(int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new fixeed-denomination formatter.
- getInstance(int, Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new fixeed-denomination formatter for the given locale.
- getInstance(int, Locale, int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new fixed-denomination formatter for the given locale, with the specified
fractional decimal placing.
- getInstance(int, Locale, int, List<Integer>) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new fixed-denomination formatter for the given locale, with the specified
fractional decimal placing.
- getInterval() - Method in class org.bitcoinj.core.NetworkParameters
-
How many blocks pass between difficulty adjustment periods.
- getIpAddress() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- getIpAddress() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required string ip_address = 1;
- getIpAddress() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required string ip_address = 1;
- getIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- getIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required bytes ip_address = 1;
- getIpAddress() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required bytes ip_address = 1;
- getIpAddressBytes() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- getIpAddressBytes() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required string ip_address = 1;
- getIpAddressBytes() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required string ip_address = 1;
- getIsFollowing() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional bool isFollowing = 5;
- getIsFollowing() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional bool isFollowing = 5;
- getIsFollowing() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional bool isFollowing = 5;
- getIssuedExternalKeys() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns number of keys used on external path.
- getIssuedInternalKeys() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns number of keys used on internal path.
- getIssuedReceiveAddresses() - Method in class org.bitcoinj.wallet.Wallet
-
- getIssuedReceiveKeys() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns only the external keys that have been issued by this chain, lookahead not included.
- getIssuedReceiveKeys() - Method in class org.bitcoinj.wallet.Wallet
-
- getIssuedSubkeys() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 issued_subkeys = 3;
- getIssuedSubkeys() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 issued_subkeys = 3;
- getIssuedSubkeys() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 issued_subkeys = 3;
- getItems() - Method in class org.bitcoinj.core.ListMessage
-
- getKey() - Method in class org.bitcoinj.core.DumpedPrivateKey
-
Returns an ECKey created from this encoded private key.
- getKey(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- getKey(KeyChain.KeyPurpose) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns a freshly derived key that has not been returned by this method before.
- getKey(KeyChain.KeyPurpose) - Method in interface org.bitcoinj.wallet.KeyChain
-
Obtains a key intended for the given purpose.
- getKey(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKey(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Key key = 3;
- getKey(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Key key = 3;
- getKeyBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyByPath(ChildNumber...) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns the deterministic key for the given absolute path in the hierarchy.
- getKeyByPath(List<ChildNumber>) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns the deterministic key for the given absolute path in the hierarchy.
- getKeyByPath(List<ChildNumber>, boolean) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns the deterministic key for the given absolute path in the hierarchy, optionally creating it
- getKeyByPath(List<ChildNumber>) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a key for the given HD path, assuming it's already been derived.
- getKeyChainGroupCombinedKeyLookaheadEpochs() - Method in class org.bitcoinj.wallet.Wallet
-
- getKeyChainGroupLookaheadSize() - Method in class org.bitcoinj.wallet.Wallet
-
- getKeyChainGroupLookaheadThreshold() - Method in class org.bitcoinj.wallet.Wallet
-
- getKeyChainGroupSize() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the number of keys in the key chain group, including lookahead keys.
- getKeyChainSeed() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the immutable seed for the current active HD chain.
- getKeyCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Key key = 3;
- getKeyCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Key key = 3;
- getKeyCrypter() - Method in class org.bitcoinj.core.ECKey
-
Returns the KeyCrypter that was used to encrypt to encrypt this ECKey.
- getKeyCrypter() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns this keys
KeyCrypter
or the keycrypter of its parent key.
- getKeyCrypter() - Method in class org.bitcoinj.wallet.BasicKeyChain
-
Returns the
KeyCrypter
in use or null if the key chain is not encrypted.
- getKeyCrypter() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- getKeyCrypter() - Method in interface org.bitcoinj.wallet.EncryptableKeyChain
-
Returns the key crypter used by this key chain, or null if it's not encrypted.
- getKeyCrypter() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns the key crypter or null if the group is not encrypted.
- getKeyCrypter() - Method in class org.bitcoinj.wallet.Wallet
-
Get the wallet's KeyCrypter, or null if the wallet is not encrypted.
- getKeyList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Key key = 3;
- getKeyList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Key key = 3;
- getKeyLookaheadEpoch() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns a counter that is incremented each time new keys are generated due to lookahead.
- getKeyOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Key key = 3;
- getKeyOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Key key = 3;
- getKeyOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- getKeyOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Key key = 3;
- getKeyOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Key key = 3;
- getKeyRotationTime() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint64 key_rotation_time = 13;
- getKeyRotationTime() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional uint64 key_rotation_time = 13;
- getKeyRotationTime() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional uint64 key_rotation_time = 13;
- getKeyRotationTime() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the key rotation time, or null if unconfigured.
- getKeys(KeyChain.KeyPurpose, int) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- getKeys() - Method in class org.bitcoinj.wallet.BasicKeyChain
-
Returns a copy of the list of keys that this chain is managing.
- getKeys(KeyChain.KeyPurpose, int) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns freshly derived key/s that have not been returned by this method before.
- getKeys(KeyChain.KeyPurpose, int) - Method in interface org.bitcoinj.wallet.KeyChain
-
Obtains a number of key/s intended for the given purpose.
- getKeyStore() - Method in class org.bitcoinj.crypto.TrustStoreLoader.DefaultTrustStoreLoader
-
- getKeyStore() - Method in class org.bitcoinj.crypto.TrustStoreLoader.FileTrustStoreLoader
-
- getKeyStore() - Method in interface org.bitcoinj.crypto.TrustStoreLoader
-
- getLabel() - Method in class org.bitcoinj.uri.BitcoinURI
-
- getLabel() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- getLabel() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional string label = 4;
- getLabel() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional string label = 4;
- getLabelBytes() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- getLabelBytes() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional string label = 4;
- getLabelBytes() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional string label = 4;
- getLastBlockSeenHash() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the hash of the last seen best-chain block, or null if the wallet is too old to store this data.
- getLastBlockSeenHeight() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the height of the last seen best-chain block.
- getLastBlockSeenTime() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a
Date
representing the time extracted from the last best seen block header.
- getLastBlockSeenTimeSecs() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the UNIX time in seconds since the epoch extracted from the last best seen block header.
- getLastBroadcastedAt() - Method in class org.bitcoinj.core.TransactionConfidence
-
Return the time the transaction was last announced to us.
- getLastBroadcastedAt() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 last_broadcasted_at = 8;
- getLastBroadcastedAt() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int64 last_broadcasted_at = 8;
- getLastBroadcastedAt() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int64 last_broadcasted_at = 8;
- getLastFilter() - Method in class org.bitcoinj.net.FilterMerger
-
- getLastPingTime() - Method in class org.bitcoinj.core.Peer
-
Returns the elapsed time of the last ping/pong cycle.
- getLastSeenBlockHash() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional bytes last_seen_block_hash = 2;
- getLastSeenBlockHash() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional bytes last_seen_block_hash = 2;
- getLastSeenBlockHash() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional bytes last_seen_block_hash = 2;
- getLastSeenBlockHeight() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint32 last_seen_block_height = 12;
- getLastSeenBlockHeight() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional uint32 last_seen_block_height = 12;
- getLastSeenBlockHeight() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional uint32 last_seen_block_height = 12;
- getLastSeenBlockTimeSecs() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int64 last_seen_block_time_secs = 14;
- getLastSeenBlockTimeSecs() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int64 last_seen_block_time_secs = 14;
- getLastSeenBlockTimeSecs() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int64 last_seen_block_time_secs = 14;
- getLeafKeys() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns leaf keys issued by this chain (including lookahead zone)
- getListeners() - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- getLocator() - Method in class org.bitcoinj.core.GetBlocksMessage
-
- getLockTime() - Method in class org.bitcoinj.core.Transaction
-
Transactions can have an associated lock time, specified either as a block height or in seconds since the
UNIX epoch.
- getLockTime() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional uint32 lock_time = 4;
- getLockTime() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional uint32 lock_time = 4;
- getLockTime() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional uint32 lock_time = 4;
- getLookaheadSize() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
The number of public keys we should pre-generate on each path before they are requested by the app.
- getLookaheadSize() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Gets the current lookahead size being used for ALL deterministic key chains.
- getLookaheadSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 lookahead_size = 4;
- getLookaheadSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 lookahead_size = 4;
- getLookaheadSize() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 lookahead_size = 4;
- getLookaheadThreshold() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Gets the threshold for the key pre-generation.
- getLookaheadThreshold() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Gets the current lookahead threshold being used for ALL deterministic key chains.
- getMajor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
required int32 major = 1;
- getMajor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
required int32 major = 1;
- getMajor() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
required int32 major = 1;
- getMajor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
required int32 major = 1;
- getMajor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
required int32 major = 1;
- getMajor() - Method in interface org.bitcoin.paymentchannel.Protos.ServerVersionOrBuilder
-
required int32 major = 1;
- getMajorityEnforceBlockUpgrade() - Method in class org.bitcoinj.core.NetworkParameters
-
The number of blocks in the last
NetworkParameters.getMajorityWindow()
blocks
at which to trigger a notice to the user to upgrade their client, where
the client does not understand those blocks.
- getMajorityRejectBlockOutdated() - Method in class org.bitcoinj.core.NetworkParameters
-
- getMajorityWindow() - Method in class org.bitcoinj.core.NetworkParameters
-
The sampling window from which the version numbers of blocks are taken
in order to determine if a new block version is now the majority.
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint32 majorVersion = 9 [default = 1];
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional uint32 majorVersion = 9 [default = 1];
- getMajorVersion() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional uint32 majorVersion = 9 [default = 1];
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional uint32 majorVersion = 7 [default = 1];
- getMajorVersion() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional uint32 majorVersion = 7 [default = 1];
- getMajorVersion() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional uint32 majorVersion = 7 [default = 1];
- getMandatory() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bool mandatory = 3;
- getMandatory() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required bool mandatory = 3;
- getMandatory() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required bool mandatory = 3;
- getMaxConnections() - Method in class org.bitcoinj.core.PeerGroup
-
The maximum number of connections that we will create to peers.
- getMaxMessageSize() - Method in class org.bitcoinj.core.PeerSocketHandler
-
- getMaxMessageSize() - Method in class org.bitcoinj.net.ProtobufConnection
-
- getMaxMessageSize() - Method in interface org.bitcoinj.net.StreamConnection
-
Returns the maximum message size of a message on the socket.
- getMaxMoney() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns the number of coins that will be produced in total, on this
network.
- getMaxMoney() - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getMaxPeersToDiscoverCount() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the maximum number of
Peer
s to discover.
- getMaxTarget() - Method in class org.bitcoinj.core.NetworkParameters
-
Maximum target represents the easiest allowable proof of work.
- getMaxVer() - Method in class org.bitcoinj.core.AlertMessage
-
The inclusive upper bound on software versions considered for the purposes of this alert.
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
optional string memo = 4;
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
optional string memo = 2;
- getMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
optional string memo = 2;
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- getMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string memo = 5;
- getMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string memo = 5;
- getMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
optional string memo = 4;
- getMemo() - Method in class org.bitcoinj.core.Transaction
-
- getMemo() - Method in class org.bitcoinj.protocols.payments.PaymentProtocol.Ack
-
Returns the memo included by the merchant in the payment ack.
- getMemo() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the memo included by the merchant in the payment request, or null if not found.
- getMemo() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- getMemo() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional string memo = 13;
- getMemo() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional string memo = 13;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
optional string memo = 4;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
optional string memo = 2;
- getMemoBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
optional string memo = 2;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- getMemoBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string memo = 5;
- getMemoBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string memo = 5;
- getMemoBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
optional string memo = 4;
- getMemoBytes() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- getMemoBytes() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional string memo = 13;
- getMemoBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional string memo = 13;
- getMemoryPool() - Method in class org.bitcoinj.core.PeerGroup
-
Deprecated.
- getMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional bytes merchant_data = 1;
- getMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
optional bytes merchant_data = 1;
- getMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional bytes merchant_data = 7;
- getMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional bytes merchant_data = 7;
- getMerchantData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional bytes merchant_data = 7;
- getMerchantData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
optional bytes merchant_data = 1;
- getMerchantData() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the merchant data included by the merchant in the payment request, or null if none.
- getMerkleRoot() - Method in class org.bitcoinj.core.Block
-
Returns the merkle root in big endian form, calculating it from transactions if necessary.
- getMessage() - Method in class org.bitcoinj.uri.BitcoinURI
-
- getMessageSize() - Method in class org.bitcoinj.core.Message
-
This returns a correct value by parsing the message.
- getMessageSizeForPriorityCalc() - Method in class org.bitcoinj.core.Transaction
-
The priority (coin age) calculation doesn't use the regular message size, but rather one adjusted downwards
for the number of inputs.
- getMicroInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new microcoin-denominated formatter for the default locale.
- getMicroInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new microcoin-denominated formatter for the given locale.
- getMicroInstance(int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new microcoin-denominated formatter with the specified fractional decimal
placing.
- getMicroInstance(Locale, int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new microcoin-denominated formatter for the given locale with the specified
fractional decimal placing.
- getMilliInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new millicoin-denominated formatter.
- getMilliInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new millicoin-denominated formatter for the given locale.
- getMilliInstance(int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new millicoin-denominated formatter with the specified fractional decimal
placing.
- getMilliInstance(Locale, int, int...) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new millicoin-denominated formatter for the given locale with the specified
fractional decimal placing.
- getMinAcceptedChannelSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_accepted_channel_size = 2;
- getMinAcceptedChannelSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 min_accepted_channel_size = 2;
- getMinAcceptedChannelSize() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 min_accepted_channel_size = 2;
- getMinBroadcastConnections() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the number of connections that are required before transactions will be broadcast.
- getMinNonDustOutput() - Method in class org.bitcoinj.core.NetworkParameters
-
Any standard (ie pay-to-address) output smaller than this value will
most likely be rejected by the network.
- getMinNonDustOutput() - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getMinNonDustValue(Coin) - Method in class org.bitcoinj.core.TransactionOutput
-
Gets the minimum value for a txout of this size to be considered non-dust by Bitcoin Core
(and thus relayed).
- getMinNonDustValue() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the minimum value for this output to be considered "not dust", i.e.
- getMinor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional int32 minor = 2 [default = 0];
- getMinor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional int32 minor = 2 [default = 0];
- getMinor() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional int32 minor = 2 [default = 0];
- getMinor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
optional int32 minor = 2 [default = 0];
- getMinor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
optional int32 minor = 2 [default = 0];
- getMinor() - Method in interface org.bitcoin.paymentchannel.Protos.ServerVersionOrBuilder
-
optional int32 minor = 2 [default = 0];
- getMinPayment() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_payment = 4;
- getMinPayment() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 min_payment = 4;
- getMinPayment() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 min_payment = 4;
- getMinRequiredProtocolVersion() - Method in class org.bitcoinj.core.PeerGroup
-
The minimum protocol version required: defaults to the version required for Bloom filtering.
- getMinVer() - Method in class org.bitcoinj.core.AlertMessage
-
The inclusive lower bound on software versions that are considered for the purposes of this alert.
- getMissing() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClient
-
Returns the amount of satoshis missing when a server requests too much value.
- getMnemonicCode() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns a list of words that represent the seed or null if this chain is a watching chain.
- getMnemonicCode() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
Get the mnemonic code, or null if unknown.
- getMonetaryFormat() - Method in class org.bitcoinj.core.NetworkParameters
-
The monetary object for this currency.
- getMonetaryFormat() - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getMostCommonChainHeight() - Method in class org.bitcoinj.core.PeerGroup
-
Returns our peers most commonly reported chain height.
- getMostCommonChainHeight(List<Peer>) - Static method in class org.bitcoinj.core.PeerGroup
-
Returns most commonly reported chain height from the given list of
Peer
s.
- getMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required bytes multisig_key = 1;
- getMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required bytes multisig_key = 1;
- getMultisigKey() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required bytes multisig_key = 1;
- getMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes multisig_key = 1;
- getMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
required bytes multisig_key = 1;
- getMultisigKey() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideRefundOrBuilder
-
required bytes multisig_key = 1;
- getMyKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- getMyKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myKey = 4;
- getMyKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myKey = 4;
- getMyKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- getMyKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes myKey = 6;
- getMyKey() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes myKey = 6;
- getMyPublicKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myPublicKey = 8;
- getMyPublicKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myPublicKey = 8;
- getMyPublicKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myPublicKey = 8;
- getN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- getN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int64 n = 2 [default = 16384];
- getN() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int64 n = 2 [default = 16384];
- getNet() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- getNet() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
required string net = 3;
- getNet() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
required string net = 3;
- getNetBytes() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- getNetBytes() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
required string net = 3;
- getNetBytes() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
required string net = 3;
- getNetwork() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- getNetwork() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string network = 1 [default = "main"];
- getNetwork() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string network = 1 [default = "main"];
- getNetworkBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- getNetworkBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string network = 1 [default = "main"];
- getNetworkBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string network = 1 [default = "main"];
- getNetworkIdentifier() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- getNetworkIdentifier() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
required string network_identifier = 1;
- getNetworkIdentifier() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
required string network_identifier = 1;
- getNetworkIdentifierBytes() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- getNetworkIdentifierBytes() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
required string network_identifier = 1;
- getNetworkIdentifierBytes() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
required string network_identifier = 1;
- getNetworkParameters() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Gets the params as read from the PaymentRequest.network field: main is the default if missing.
- getNetworkParameters() - Method in class org.bitcoinj.wallet.Wallet
-
- getNewConnection(InetAddress, int) - Method in interface org.bitcoinj.net.StreamConnectionFactory
-
Returns a new handler or null to have the connection close.
- getNonce() - Method in class org.bitcoinj.core.Block
-
Returns the nonce, an arbitrary value that exists only to make the hash of the block header fall below the
difficulty target.
- getNonce() - Method in class org.bitcoinj.core.Ping
-
- getNonce() - Method in class org.bitcoinj.core.Pong
-
Returns the nonce sent by the remote peer.
- getNonFinal() - Method in class org.bitcoinj.wallet.DefaultRiskAnalysis
-
Returns the transaction that was found to be non-final, or null.
- getNonStandard() - Method in class org.bitcoinj.wallet.DefaultRiskAnalysis
-
Returns the transaction that was found to be non-standard, or null.
- getNumber() - Method in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
- getNumber() - Method in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.Key.Type
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Pool
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Purpose
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Type
-
- getNumber() - Method in enum org.bitcoinj.wallet.Protos.Wallet.EncryptionType
-
- getNumberOfBytesRequiredToSpend(ECKey, Script) - Method in class org.bitcoinj.script.Script
-
Returns number of bytes required to spend this script.
- getNumberOfSignaturesRequiredToSpend() - Method in class org.bitcoinj.script.Script
-
Returns number of signatures required to satisfy this script.
- getNumChildren(ImmutableList<ChildNumber>) - Method in class org.bitcoinj.crypto.DeterministicHierarchy
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
Returns the StoredBlock that was added as a StoredUndoableBlock given a hash.
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getOpCode(String) - Static method in class org.bitcoinj.script.ScriptOpCodes
-
Converts the given OpCodeName into an int
- getOpCodeName(int) - Static method in class org.bitcoinj.script.ScriptOpCodes
-
Converts the given OpCode into a string (eg "0", "PUSHDATA", or "NON_OP(10)")
- getOpenTransactionOutputs(List<Address>) - Method in interface org.bitcoinj.core.UTXOProvider
-
Get the list of
UTXO
's for a given address.
- getOpenTransactionOutputs(List<Address>) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getOpenTransactionOutputs(List<Address>) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getOpenTransactionOutputs(List<Address>) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getOptimalEncodingMessageSize() - Method in class org.bitcoinj.core.Block
-
- getOptimalEncodingMessageSize() - Method in class org.bitcoinj.core.Transaction
-
- getOrCreate(NetworkParameters) - Static method in class org.bitcoinj.core.Context
-
- getOrCreate(Sha256Hash) - Method in class org.bitcoinj.core.TxConfidenceTable
-
Returns the
TransactionConfidence
for the given hash if we have downloaded it, or null if that tx hash
is unknown to the system at this time.
- getOrCreateState(Wallet, TransactionBroadcaster) - Method in class org.bitcoinj.protocols.channels.StoredServerChannel
-
Gets the canonical
PaymentChannelServerState
object for this channel, either by returning an existing one
or by creating a new one.
- getOriginalSizeInBytes() - Method in class org.bitcoinj.core.VarInt
-
Returns the original number of bytes used to encode the value if it was
deserialized from a byte array, or the minimum encoded size if it was not.
- getOrphanRoot(Sha256Hash) - Method in class org.bitcoinj.core.AbstractBlockChain
-
An orphan block is one that does not connect to the chain anywhere (ie we can't find its parent, therefore
it's an orphan).
- getOutpoint() - Method in class org.bitcoinj.core.TransactionInput
-
- getOutPointFor() - Method in class org.bitcoinj.core.TransactionOutput
-
- getOutPoints() - Method in class org.bitcoinj.core.GetUTXOsMessage
-
- getOutput(long) - Method in class org.bitcoinj.core.Transaction
-
Same as getOutputs().get(index)
- getOutputs(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputs(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
repeated .payments.Output outputs = 2;
- getOutputs(int) - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
repeated .payments.Output outputs = 2;
- getOutputs() - Method in class org.bitcoinj.core.Transaction
-
Returns an unmodifiable view of all outputs.
- getOutputs() - Method in class org.bitcoinj.core.UTXOsMessage
-
Returns the list of outputs that matched the query.
- getOutputs() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the outputs of the payment request.
- getOutputsBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsCount() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsCount() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
repeated .payments.Output outputs = 2;
- getOutputsCount() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
repeated .payments.Output outputs = 2;
- getOutputsList() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsList() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
repeated .payments.Output outputs = 2;
- getOutputsList() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilder(int) - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
repeated .payments.Output outputs = 2;
- getOutputsOrBuilderList() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
repeated .payments.Output outputs = 2;
- getOutputSum() - Method in class org.bitcoinj.core.Transaction
-
Gets the sum of the outputs of the transaction.
- getOverridingTransaction() - Method in class org.bitcoinj.core.TransactionConfidence
-
If this transaction has been overridden by a double spend (is dead), this call returns the overriding transaction.
- getOverridingTransaction() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional bytes overriding_transaction = 3;
- getOverridingTransaction() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional bytes overriding_transaction = 3;
- getOverridingTransaction() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional bytes overriding_transaction = 3;
- getP() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 p = 4 [default = 1];
- getP() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int32 p = 4 [default = 1];
- getP() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int32 p = 4 [default = 1];
- getP2SHHeader() - Method in class org.bitcoinj.core.NetworkParameters
-
First byte of a base58 encoded P2SH address.
- getP2SHSigOpCount(byte[]) - Static method in class org.bitcoinj.script.Script
-
Gets the count of P2SH Sig Ops in the Script scriptSig
- getPacketMagic() - Method in class org.bitcoinj.core.NetworkParameters
-
The header bytes that identify the start of a packet on this network.
- getParameterByName(String) - Method in class org.bitcoinj.uri.BitcoinURI
-
- getParameters() - Method in class org.bitcoinj.core.Address
-
Examines the version byte of the address and attempts to find a matching NetworkParameters.
- getParameters() - Method in class org.bitcoinj.core.BitcoinSerializer
-
Get the network parameters for this serializer.
- getParametersFromAddress(String) - Static method in class org.bitcoinj.core.Address
-
Given an address, examines the version byte and attempts to find a matching NetworkParameters.
- getParams() - Method in class org.bitcoinj.core.Context
-
- getParams() - Method in class org.bitcoinj.core.Message
-
Network parameters this message was created with.
- getParams() - Method in interface org.bitcoinj.core.UTXOProvider
-
- getParams() - Method in interface org.bitcoinj.store.BlockStore
-
- getParams() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getParams() - Method in class org.bitcoinj.store.LevelDBBlockStore
-
- getParams() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getParams() - Method in class org.bitcoinj.store.MemoryBlockStore
-
- getParams() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getParams() - Method in class org.bitcoinj.store.SPVBlockStore
-
- getParams() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the parameters this wallet was created with.
- getParent() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- getParentFingerprint() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Return the fingerprint of the key from which this key was derived, if this is a
child key, or else an array of four zero-value bytes.
- getParentTransaction() - Method in class org.bitcoinj.core.TransactionInput
-
- getParentTransaction() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the transaction that owns this output.
- getParentTransactionDepthInBlocks() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the depth in blocks of the parent tx.
- getParentTransactionHash() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the transaction hash that owns this output.
- getParserForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getParserForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getParserForType() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getParserForType() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getParserForType() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getParserForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getParserForType() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getParserForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getParserForType() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Extension
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Key
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Script
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Tag
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getParserForType() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
- getPartialMerkleTree() - Method in class org.bitcoinj.core.FilteredBlock
-
Returns the
PartialMerkleTree
object that provides the mathematical proof of transaction inclusion in the block.
- getPassphrase() - Method in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
- getPath() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- getPath(int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
repeated uint32 path = 2;
- getPath(int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
repeated uint32 path = 2;
- getPath(int) - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
repeated uint32 path = 2;
- getPathAsString() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns the path of this key as a human readable string starting with M to indicate the master key.
- getPathCount() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
repeated uint32 path = 2;
- getPathCount() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
repeated uint32 path = 2;
- getPathCount() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
repeated uint32 path = 2;
- getPathList() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
repeated uint32 path = 2;
- getPathList() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
repeated uint32 path = 2;
- getPathList() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
repeated uint32 path = 2;
- getPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- getPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
required .payments.Payment payment = 1;
- getPayment() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
required .payments.Payment payment = 1;
- getPayment(List<Transaction>, Address, String) - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Generates a Payment message based on the information in the PaymentRequest.
- getPaymentAck() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAck() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAck() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAckBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAckOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAckOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentAckOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- getPaymentBuilder() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- getPaymentDetails() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the protobuf that describes the payment to be made.
- getPaymentDetailsVersion() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional uint32 payment_details_version = 1 [default = 1];
- getPaymentDetailsVersion() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional uint32 payment_details_version = 1 [default = 1];
- getPaymentDetailsVersion() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional uint32 payment_details_version = 1 [default = 1];
- getPaymentOrBuilder() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- getPaymentOrBuilder() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
required .payments.Payment payment = 1;
- getPaymentOrBuilder() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
required .payments.Payment payment = 1;
- getPaymentProtocolId() - Method in class org.bitcoinj.core.NetworkParameters
-
- getPaymentProtocolId() - Method in class org.bitcoinj.params.MainNetParams
-
- getPaymentProtocolId() - Method in class org.bitcoinj.params.RegTestParams
-
- getPaymentProtocolId() - Method in class org.bitcoinj.params.TestNet2Params
-
- getPaymentProtocolId() - Method in class org.bitcoinj.params.TestNet3Params
-
- getPaymentProtocolId() - Method in class org.bitcoinj.params.UnitTestParams
-
- getPaymentRequest() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the protobuf that this object was instantiated with.
- getPaymentRequestUrl() - Method in class org.bitcoinj.uri.BitcoinURI
-
- getPaymentRequestUrls() - Method in class org.bitcoinj.uri.BitcoinURI
-
Returns the URLs where a payment request (as specified in BIP 70) may be fetched.
- getPaymentUrl() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- getPaymentUrl() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string payment_url = 6;
- getPaymentUrl() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string payment_url = 6;
- getPaymentUrl() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the payment url where the Payment message should be sent.
- getPaymentUrlBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- getPaymentUrlBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string payment_url = 6;
- getPaymentUrlBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string payment_url = 6;
- getPeer() - Method in class org.bitcoinj.net.discovery.SeedPeers
-
Acts as an iterator, returning the address of each node in the list sequentially.
- getPeerBlockHeightDifference() - Method in class org.bitcoinj.core.Peer
-
Returns the difference between our best chain height and the peers, which can either be positive if we are
behind the peer, or negative if the peer is ahead of us.
- getPeerMempoolTransaction(Sha256Hash) - Method in class org.bitcoinj.core.Peer
-
Asks the connected peer for the given transaction from its memory pool.
- getPeers(long, long, TimeUnit) - Method in class org.bitcoinj.net.discovery.DnsDiscovery.DnsSeedDiscovery
-
- getPeers(long, long, TimeUnit) - Method in class org.bitcoinj.net.discovery.HttpDiscovery
-
- getPeers(long, long, TimeUnit) - Method in class org.bitcoinj.net.discovery.MultiplexingDiscovery
-
- getPeers(long, long, TimeUnit) - Method in interface org.bitcoinj.net.discovery.PeerDiscovery
-
Returns an array of addresses.
- getPeers(long, long, TimeUnit) - Method in class org.bitcoinj.net.discovery.SeedPeers
-
Returns an array containing all the Bitcoin nodes within the list.
- getPeers(long, long, TimeUnit) - Method in class org.bitcoinj.net.discovery.TorDiscovery
-
- getPeerSeeds() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes peer_seeds = 1;
- getPeerSeeds() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes peer_seeds = 1;
- getPeerSeeds() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes peer_seeds = 1;
- getPeerVersionMessage() - Method in class org.bitcoinj.core.Peer
-
Returns version data announced by the remote peer.
- getPendingPeers() - Method in class org.bitcoinj.core.PeerGroup
-
Returns a list containing Peers that did not complete connection yet.
- getPendingTransactions() - Method in class org.bitcoinj.wallet.Wallet
-
Returns an immutable view of the transactions currently waiting for network confirmations.
- getPingIntervalMsec() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the period between pings for an individual peer.
- getPingTime() - Method in class org.bitcoinj.core.Peer
-
Returns a moving average of the last N ping/pong cycles.
- getPkiData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes pki_data = 3;
- getPkiData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional bytes pki_data = 3;
- getPkiData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional bytes pki_data = 3;
- getPkiType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- getPkiType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional string pki_type = 2 [default = "none"];
- getPkiType() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional string pki_type = 2 [default = "none"];
- getPkiTypeBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- getPkiTypeBytes() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional string pki_type = 2 [default = "none"];
- getPkiTypeBytes() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional string pki_type = 2 [default = "none"];
- getPolicy() - Static method in class org.bitcoinj.utils.Threading
-
- getPool() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Pool pool = 3;
- getPool() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.Transaction.Pool pool = 3;
- getPool() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.Transaction.Pool pool = 3;
- getPool() - Method in class org.bitcoinj.wallet.WalletTransaction
-
- getPoolSize(WalletTransaction.Pool) - Method in class org.bitcoinj.wallet.Wallet
-
- getPort() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 port = 2;
- getPort() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required uint32 port = 2;
- getPort() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required uint32 port = 2;
- getPort() - Method in class org.bitcoinj.core.NetworkParameters
-
Default TCP port on which to connect to nodes.
- getPort() - Method in class org.bitcoinj.core.PeerAddress
-
- getPort() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint32 port = 2;
- getPort() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required uint32 port = 2;
- getPort() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required uint32 port = 2;
- getPrev(BlockStore) - Method in class org.bitcoinj.core.StoredBlock
-
Given a block store, looks up the previous block in this chain.
- getPrevBlockHash() - Method in class org.bitcoinj.core.Block
-
Returns the hash of the previous block in the chain, as defined by the block header.
- getPreviousChannelContractHash() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional bytes previous_channel_contract_hash = 3;
- getPreviousChannelContractHash() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional bytes previous_channel_contract_hash = 3;
- getPreviousChannelContractHash() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional bytes previous_channel_contract_hash = 3;
- getPriority() - Method in class org.bitcoinj.core.AlertMessage
-
Provides an integer ordering amongst simultaneously active alerts.
- getPrivateKeyAsHex() - Method in class org.bitcoinj.core.ECKey
-
- getPrivateKeyAsWiF(NetworkParameters) - Method in class org.bitcoinj.core.ECKey
-
- getPrivateKeyEncoded(NetworkParameters) - Method in class org.bitcoinj.core.ECKey
-
Exports the private key in the form used by Bitcoin Core's "dumpprivkey" and "importprivkey" commands.
- getPrivKey() - Method in class org.bitcoinj.core.ECKey
-
Gets the private key in the form of an integer field element.
- getPrivKey() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns the private key of this deterministic key.
- getPrivKeyBytes() - Method in class org.bitcoinj.core.ECKey
-
Returns a 32 byte array containing the private key.
- getPrivKeyBytes33() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns private key bytes, padded with zeros to 33 bytes.
- getProgram() - Method in class org.bitcoinj.script.Script
-
Returns the serialized program as a newly created byte array.
- getProgram() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required bytes program = 1;
- getProgram() - Method in class org.bitcoinj.wallet.Protos.Script
-
required bytes program = 1;
- getProgram() - Method in interface org.bitcoinj.wallet.Protos.ScriptOrBuilder
-
required bytes program = 1;
- getProtocolVersionNum(NetworkParameters.ProtocolVersion) - Method in class org.bitcoinj.core.NetworkParameters
-
- getProtocolVersionNum(NetworkParameters.ProtocolVersion) - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getProvideContract() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContract() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContract() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContractBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContractOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContractOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideContractOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- getProvideRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefund() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefundBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefundOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefundOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getProvideRefundOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- getPubkey() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes pubkey = 3;
- getPubkey() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes pubkey = 3;
- getPubkey() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes pubkey = 3;
- getPubKey() - Method in class org.bitcoinj.core.ECKey
-
Gets the raw public key value.
- getPubKey() - Method in class org.bitcoinj.script.Script
-
Returns the public key in this script.
- getPubKeyHash() - Method in class org.bitcoinj.core.ECKey
-
Gets the hash160 form of the public key (as seen in addresses).
- getPubKeyHash() - Method in class org.bitcoinj.script.Script
-
If a program matches the standard template DUP HASH160 <pubkey hash> EQUALVERIFY CHECKSIG
then this function retrieves the third element.
- getPubKeyPoint() - Method in class org.bitcoinj.core.ECKey
-
Gets the public key in the form of an elliptic curve point object from Bouncy Castle.
- getPubKeys() - Method in class org.bitcoinj.script.Script
-
Returns a list of the keys required by this script, assuming a multi-sig script.
- getPublicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes public_key = 3;
- getPublicKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes public_key = 3;
- getPublicKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes public_key = 3;
- getPublicKeyAsHex() - Method in class org.bitcoinj.core.ECKey
-
- getPurpose() - Method in class org.bitcoinj.core.Transaction
-
Returns the purpose for which this transaction was created.
- getPurpose() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- getPurpose() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- getPurpose() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- getPushDataName(int) - Static method in class org.bitcoinj.script.ScriptOpCodes
-
Converts the given pushdata OpCode into a string (eg "PUSHDATA2", or "PUSHDATA(23)")
- getR() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 r = 3 [default = 8];
- getR() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int32 r = 3 [default = 8];
- getR() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int32 r = 3 [default = 8];
- getReasonCode() - Method in class org.bitcoinj.core.RejectMessage
-
The reason code given for why the peer rejected the message.
- getReasonString() - Method in class org.bitcoinj.core.RejectMessage
-
The reason message given for rejection.
- getRecentTransactions(int, boolean) - Method in class org.bitcoinj.wallet.Wallet
-
Returns an list of N transactions, ordered by increasing age.
- getRedeemData(DeterministicKey) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Get redeem data for a key.
- getRedeemData(DeterministicKey) - Method in class org.bitcoinj.wallet.MarriedKeyChain
-
Get the redeem data for a key in this married chain
- getReferenceClientBlockFileList() - Static method in class org.bitcoinj.utils.BlockFileLoader
-
Gets the list of files which contain blocks from Bitcoin Core.
- getRefundFees() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- getRefundFees() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 refundFees = 6;
- getRefundFees() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 refundFees = 6;
- getRefundTo(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundTo(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated .payments.Output refund_to = 3;
- getRefundTo(int) - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated .payments.Output refund_to = 3;
- getRefundToBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToCount() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToCount() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated .payments.Output refund_to = 3;
- getRefundToCount() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated .payments.Output refund_to = 3;
- getRefundToList() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToList() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated .payments.Output refund_to = 3;
- getRefundToList() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilder(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilder(int) - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilderList() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated .payments.Output refund_to = 3;
- getRefundToOrBuilderList() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated .payments.Output refund_to = 3;
- getRefundTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- getRefundTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes refundTransaction = 3;
- getRefundTransaction() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes refundTransaction = 3;
- getRefundTransactionUnlockTime() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
Gets the client's refund transaction which they can spend to get the entire channel value back if it reaches its
lock time.
- getRefundTransactionUnlockTimeSecs() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTransactionUnlockTimeSecs() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTransactionUnlockTimeSecs() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTxFees() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Returns the fees that will be paid if the refund transaction has to be claimed because the server failed to settle
the channel properly.
- getRefundTxFees() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getRefundTxFees() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getRejectedMessage() - Method in class org.bitcoinj.core.RejectMessage
-
Provides the type of message which was rejected by the peer.
- getRejectedObjectHash() - Method in class org.bitcoinj.core.RejectMessage
-
Provides the hash of the rejected object (if getRejectedMessage() is either "tx" or "block"), otherwise null.
- getRejectMessage() - Method in exception org.bitcoinj.core.RejectedTransactionException
-
Return the RejectMessage object representing the broadcast rejection.
- getRelayUntil() - Method in class org.bitcoinj.core.AlertMessage
-
The time at which the alert should stop being broadcast across the network.
- getRequestedMajorVersion() - Method in enum org.bitcoinj.protocols.channels.PaymentChannelClient.VersionSelector
-
- getRequestedMinorVersion() - Method in enum org.bitcoinj.protocols.channels.PaymentChannelClient.VersionSelector
-
- getReserved() - Method in class org.bitcoinj.core.AlertMessage
-
This field is never used.
- getResourceAsString(URL) - Static method in class org.bitcoinj.core.Utils
-
Reads and joins together with LF char (\n) all the lines from given file.
- getRetryTime() - Method in class org.bitcoinj.utils.ExponentialBackoff
-
Get the next time to retry, in milliseconds since the epoch
- getReturnRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefund() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefundBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefundOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefundOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReturnRefundOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- getReversedBytes() - Method in class org.bitcoinj.core.Sha256Hash
-
Returns a reversed copy of the internal byte array.
- getRiskAnalyzer() - Method in class org.bitcoinj.wallet.Wallet
-
- getRootKey() - Method in class org.bitcoinj.crypto.DeterministicHierarchy
-
- getSalt() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
required bytes salt = 1;
- getSalt() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
required bytes salt = 1;
- getSalt() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
required bytes salt = 1;
- getScript() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
required bytes script = 2;
- getScript() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
required bytes script = 2;
- getScript() - Method in interface org.bitcoin.protocols.payments.Protos.OutputOrBuilder
-
required bytes script = 2;
- getScript() - Method in class org.bitcoinj.core.UTXO
-
The Script object which you can use to get address, script bytes or script type.
- getScriptBytes() - Method in class org.bitcoinj.core.TransactionInput
-
The "script bytes" might not actually be a script.
- getScriptBytes() - Method in class org.bitcoinj.core.TransactionOutput
-
The backing script bytes which can be turned into a Script object.
- getScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes script_bytes = 3;
- getScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required bytes script_bytes = 3;
- getScriptBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required bytes script_bytes = 3;
- getScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required bytes script_bytes = 2;
- getScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
required bytes script_bytes = 2;
- getScriptBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
required bytes script_bytes = 2;
- getScriptPubKey() - Method in class org.bitcoinj.core.TransactionOutput
-
- getScriptSig() - Method in class org.bitcoinj.core.TransactionInput
-
Returns the script that is fed to the referenced output (scriptPubKey) script in order to satisfy it: usually
contains signatures and maybe keys, but can contain arbitrary data if the output script accepts it.
- getScriptSigWithSignature(Script, byte[], int) - Method in class org.bitcoinj.script.Script
-
Returns a copy of the given scriptSig with the signature inserted in the given position.
- getScriptType() - Method in class org.bitcoinj.script.Script
-
- getScryptParameters() - Method in class org.bitcoinj.crypto.KeyCrypterScrypt
-
- getSecondsUntilExpiry(Sha256Hash) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Returns the number of seconds from now until this servers next channel will expire, or zero if no unexpired
channels found.
- getSecretBytes() - Method in class org.bitcoinj.core.ECKey
-
A wrapper for
ECKey.getPrivKeyBytes()
that returns null if the private key bytes are missing or would have
to be derived (for the HD key case).
- getSecretBytes() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- getSecretBytes() - Method in interface org.bitcoinj.crypto.EncryptableItem
-
Returns the raw bytes of the item, if not encrypted, or null if encrypted or the secret is missing.
- getSecretBytes() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getSecretBytes() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes secret_bytes = 2;
- getSecretBytes() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes secret_bytes = 2;
- getSecretBytes() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes secret_bytes = 2;
- getSeed(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeed(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeed(int) - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeed() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns the seed or null if this chain is a watching chain.
- getSeedBuilder(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedBuilderList() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedBytes() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- getSeedCount() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedCount() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedCount() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedList() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedList() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedList() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilder(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilder(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilder(int) - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilderList() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilderList() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSeedOrBuilderList() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- getSelectHeadersDumpSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the headers dump fields for sizing/statistics.
- getSelectHeadersSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select a headers record.
- getSelectOpenoutputsCountSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select count of openoutputs.
- getSelectopenoutputsDumpSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the openoutouts dump fields for sizing/statistics.
- getSelectOpenoutputsSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select a openoutputs record.
- getSelectOpenoutputsSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getSelectSettingsDumpSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the setting dump fields for sizing/statistics.
- getSelectSettingsSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select a setting value.
- getSelectUndoableblocksDumpSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the undoableblocks dump fields for sizing/statistics.
- getSelectUndoableBlocksSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select an undoableblocks record.
- getSendRequest() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns a
SendRequest
suitable for broadcasting to the network.
- getSequence() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional uint32 sequence = 4;
- getSequence() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
optional uint32 sequence = 4;
- getSequence() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
optional uint32 sequence = 4;
- getSequenceNumber() - Method in class org.bitcoinj.core.TransactionInput
-
Sequence numbers allow participants in a multi-party transaction signing protocol to create new versions of the
transaction independently of each other.
- getSerializedPaymentDetails() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
required bytes serialized_payment_details = 4;
- getSerializedPaymentDetails() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
required bytes serialized_payment_details = 4;
- getSerializedPaymentDetails() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
required bytes serialized_payment_details = 4;
- getSerializedSize() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getSerializedSize() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getSerializedSize() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getSerializedSize() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getSerializedSize() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getSerializedSize() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getSerializedSize() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getSerializedSize() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getSerializedSize() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Extension
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Key
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Script
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Tag
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getSerializedSize() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
- getSerializer(boolean) - Method in class org.bitcoinj.core.NetworkParameters
-
Construct and return a custom serializer.
- getSerializer(boolean) - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getServerKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes serverKey = 11;
- getServerKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes serverKey = 11;
- getServerKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional bytes serverKey = 11;
- getServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersion() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersionBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersionOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersionOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServerVersionOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ServerVersion server_version = 3;
- getServices() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 services = 3;
- getServices() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required uint32 services = 3;
- getServices() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required uint32 services = 3;
- getServices() - Method in class org.bitcoinj.core.PeerAddress
-
- getServices() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint64 services = 3;
- getServices() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required uint64 services = 3;
- getServices() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required uint64 services = 3;
- getSettlement() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlement() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlement() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlementBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlementOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlementOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Settlement settlement = 9;
- getSettlementOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Settlement settlement = 9;
- getSigInsertionIndex(Sha256Hash, ECKey) - Method in class org.bitcoinj.script.Script
-
Returns the index where a signature by the key should be inserted.
- getSignature() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes signature = 2;
- getSignature() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes signature = 2;
- getSignature() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes signature = 2;
- getSignature() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
required bytes signature = 1;
- getSignature() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
required bytes signature = 1;
- getSignature() - Method in interface org.bitcoin.paymentchannel.Protos.ReturnRefundOrBuilder
-
required bytes signature = 1;
- getSignature() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required bytes signature = 2;
- getSignature() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
required bytes signature = 2;
- getSignature() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
required bytes signature = 2;
- getSignature() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes signature = 5;
- getSignature() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional bytes signature = 5;
- getSignature() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional bytes signature = 5;
- getSignature(Sha256Hash, List<ChildNumber>) - Method in class org.bitcoinj.signers.CustomTransactionSigner
-
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Gets the script that is signed.
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Gets the script that signatures should sign against.
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getSignedScript() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getSigOpCount() - Method in class org.bitcoinj.core.Transaction
-
Gets the count of regular SigOps in this transactions
- getSigOpCount(byte[]) - Static method in class org.bitcoinj.script.Script
-
Gets the count of regular SigOps in the script program (counting multisig ops as 20)
- getSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Returns the number of signatures required to spend transactions for this KeyChain.
- getSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- getSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- getSigsRequiredToSpend() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- getSizeInBytes() - Method in class org.bitcoinj.core.VarInt
-
Returns the minimum encoded size of the value.
- getSocketAddress() - Method in class org.bitcoinj.core.PeerAddress
-
- getSource() - Method in class org.bitcoinj.core.TransactionConfidence
-
The source of a transaction tries to identify where it came from originally.
- getSource() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Source source = 7;
- getSource() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional .wallet.TransactionConfidence.Source source = 7;
- getSource() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional .wallet.TransactionConfidence.Source source = 7;
- getSpendableCoinbaseDepth() - Method in class org.bitcoinj.core.NetworkParameters
-
- getSpentBy() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the connected input.
- getSpentByTransactionHash() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional bytes spent_by_transaction_hash = 3;
- getSpentByTransactionHash() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
optional bytes spent_by_transaction_hash = 3;
- getSpentByTransactionHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
optional bytes spent_by_transaction_hash = 3;
- getSpentByTransactionIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional int32 spent_by_transaction_index = 4;
- getSpentByTransactionIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
optional int32 spent_by_transaction_index = 4;
- getSpentByTransactionIndex() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
optional int32 spent_by_transaction_index = 4;
- getStartLocationInProgram() - Method in class org.bitcoinj.script.ScriptChunk
-
- getState() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getState() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getState() - Method in class org.bitcoinj.protocols.channels.StateMachine
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ServerState
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getStateTransitions() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ServerState
-
- getStatusBar() - Method in class org.bitcoinj.core.AlertMessage
-
A string that is intended to display in the status bar of Bitcoin Core's GUI client.
- getStopHash() - Method in class org.bitcoinj.core.GetBlocksMessage
-
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class org.bitcoinj.core.AbstractBlockChain
-
For a standard BlockChain, this should return blockStore.get(hash),
for a FullPrunedBlockChain blockStore.getOnceUndoableStoredBlock(hash)
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class org.bitcoinj.core.BlockChain
-
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class org.bitcoinj.core.FullPrunedBlockChain
-
- getStoredOutputsFromUTXOProvider() - Method in class org.bitcoinj.wallet.Wallet
-
Get all the
UTXO
's from the
UTXOProvider
based on keys that the
wallet contains.
- getSubsidyDecreaseBlockCount() - Method in class org.bitcoinj.core.NetworkParameters
-
- getSymbolInstance() - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new auto-denominating instance that will indicate units using a currency
symbol, for example, "฿"
.
- getSymbolInstance(int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new symbol-style auto-formatter with the given number of fractional decimal
places.
- getSymbolInstance(Locale) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new symbol-style auto-formatter for the given locale.
- getSymbolInstance(Locale, int) - Static method in class org.bitcoinj.utils.BtcFormat
-
Return a new symbol-style auto-formatter for the given locale with the given number of
fraction places.
- getTablesExistSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL statement that checks if tables exist.
- getTag(String) - Method in class org.bitcoinj.utils.BaseTaggableObject
-
Returns the immutable byte array associated with the given tag name, or throws
IllegalArgumentException
if that tag wasn't set yet.
- getTag(String) - Method in interface org.bitcoinj.utils.TaggableObject
-
Returns the immutable byte array associated with the given tag name, or throws
IllegalArgumentException
if that tag wasn't set yet.
- getTag() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- getTag() - Method in class org.bitcoinj.wallet.Protos.Tag
-
required string tag = 1;
- getTag() - Method in interface org.bitcoinj.wallet.Protos.TagOrBuilder
-
required string tag = 1;
- getTagBytes() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- getTagBytes() - Method in class org.bitcoinj.wallet.Protos.Tag
-
required string tag = 1;
- getTagBytes() - Method in interface org.bitcoinj.wallet.Protos.TagOrBuilder
-
required string tag = 1;
- getTags() - Method in class org.bitcoinj.utils.BaseTaggableObject
-
Returns a copy of all the tags held by this object.
- getTags() - Method in interface org.bitcoinj.utils.TaggableObject
-
Returns a copy of all the tags held by this object.
- getTags(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTags(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Tag tags = 16;
- getTags(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Tag tags = 16;
- getTagsBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Tag tags = 16;
- getTagsCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Tag tags = 16;
- getTagsList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Tag tags = 16;
- getTagsList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Tag tags = 16;
- getTagsOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Tag tags = 16;
- getTargetTimespan() - Method in class org.bitcoinj.core.NetworkParameters
-
How much time in seconds is supposed to pass between "interval" blocks.
- getTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- getTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
required uint64 time = 3;
- getTime() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
required uint64 time = 3;
- getTime() - Method in class org.bitcoinj.core.Block
-
Returns the time at which the block was solved and broadcast, according to the clock of the solving node.
- getTime() - Method in class org.bitcoinj.core.PeerAddress
-
- getTimeSeconds() - Method in class org.bitcoinj.core.Block
-
Returns the time at which the block was solved and broadcast, according to the clock of the solving node.
- getTimestamp() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required uint64 timestamp = 2;
- getTimestamp() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
required uint64 timestamp = 2;
- getTimestamp() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
required uint64 timestamp = 2;
- getTimeWindowSecs() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional uint64 time_window_secs = 4 [default = 86340];
- getTimeWindowSecs() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional uint64 time_window_secs = 4 [default = 86340];
- getTimeWindowSecs() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional uint64 time_window_secs = 4 [default = 86340];
- getToAddress(NetworkParameters) - Method in class org.bitcoinj.script.Script
-
Gets the destination address from this script, if it's in the required form (see getPubKey).
- getToAddress(NetworkParameters, boolean) - Method in class org.bitcoinj.script.Script
-
Gets the destination address from this script, if it's in the required form (see getPubKey).
- getTorClient() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the TorClient
object for this peer group, if Tor is in use, null otherwise.
- getTotalReceived() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the amount of bitcoin ever received via output.
- getTotalSent() - Method in class org.bitcoinj.wallet.Wallet
-
Returns the amount of bitcoin ever sent via output.
- getTotalValue() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Gets the total value of this channel (ie the maximum payment possible)
- getTotalValue() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- getTotalValue() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
Gets the total value of this channel (ie the maximum payment possible)
- getTotalValue() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getTransaction() - Method in exception org.bitcoinj.core.RejectedTransactionException
-
Return the original Transaction object whose broadcast was rejected.
- getTransaction(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransaction(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Transaction transaction = 4;
- getTransaction(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Transaction transaction = 4;
- getTransaction(Sha256Hash) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a transaction object given its hash, if it exists in this wallet, or null otherwise.
- getTransaction() - Method in class org.bitcoinj.wallet.WalletTransaction
-
- getTransactionBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionCount() - Method in class org.bitcoinj.core.FilteredBlock
-
Number of transactions in this block, before it was filtered
- getTransactionCount() - Method in class org.bitcoinj.core.PartialMerkleTree
-
- getTransactionCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Transaction transaction = 4;
- getTransactionCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionHash() - Method in class org.bitcoinj.core.TransactionConfidence
-
- getTransactionHashes() - Method in class org.bitcoinj.core.FilteredBlock
-
Gets a list of leaf hashes which are contained in the partial merkle tree in this filtered block
- getTransactionInput(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInput(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInput(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputCount() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputCount() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputCount() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionInputOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionInput transaction_input = 6;
- getTransactionList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Transaction transaction = 4;
- getTransactionList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Transaction transaction = 4;
- getTransactionOutPointHash() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes transaction_out_point_hash = 1;
- getTransactionOutPointHash() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required bytes transaction_out_point_hash = 1;
- getTransactionOutPointHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required bytes transaction_out_point_hash = 1;
- getTransactionOutPointIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required uint32 transaction_out_point_index = 2;
- getTransactionOutPointIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required uint32 transaction_out_point_index = 2;
- getTransactionOutPointIndex() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required uint32 transaction_out_point_index = 2;
- getTransactionOutput(Sha256Hash, long) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getTransactionOutput(Sha256Hash, long) - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
Gets a
UTXO
with the given hash and index, or null if none is found
- getTransactionOutput(Sha256Hash, long) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getTransactionOutput(Sha256Hash, long) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getTransactionOutput(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutput(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutput(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputCount() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputCount() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputCount() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionOutputOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- getTransactionPool(WalletTransaction.Pool) - Method in interface org.bitcoinj.core.TransactionBag
-
Returns transactions from a specific pool.
- getTransactionPool(WalletTransaction.Pool) - Method in class org.bitcoinj.wallet.Wallet
-
Returns transactions from a specific pool.
- getTransactions(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- getTransactions(int) - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated bytes transactions = 2;
- getTransactions(int) - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated bytes transactions = 2;
- getTransactions() - Method in class org.bitcoinj.core.Block
-
Returns an immutable list of transactions held in this block, or null if this object represents just a header.
- getTransactions() - Method in class org.bitcoinj.core.StoredUndoableBlock
-
Get the full list of transactions if it is stored, otherwise null.
- getTransactions(boolean) - Method in class org.bitcoinj.wallet.Wallet
-
Returns a set of all transactions in the wallet.
- getTransactionsByTime() - Method in class org.bitcoinj.wallet.Wallet
-
Returns all non-dead, active transactions ordered by recency.
- getTransactionsCount() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- getTransactionsCount() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated bytes transactions = 2;
- getTransactionsCount() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated bytes transactions = 2;
- getTransactionSigners(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSigners(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSigners(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSigners() - Method in class org.bitcoinj.wallet.Wallet
-
- getTransactionSignersBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionSignersOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- getTransactionsList() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- getTransactionsList() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
repeated bytes transactions = 2;
- getTransactionsList() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
repeated bytes transactions = 2;
- getTransactionVerificationFlags(Block, Transaction, VersionTally, Integer) - Method in class org.bitcoinj.core.NetworkParameters
-
The flags indicating which script validation tests should be applied to
the given transaction.
- getTrasactionOutputSelectSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to select the transaction outputs for a given address.
- getTrasactionOutputSelectSQL() - Method in class org.bitcoinj.store.MySQLFullPrunedBlockStore
-
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required bytes tx = 1;
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
required bytes tx = 1;
- getTx() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
required bytes tx = 1;
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes tx = 2;
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
required bytes tx = 2;
- getTx() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideRefundOrBuilder
-
required bytes tx = 2;
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
required bytes tx = 3;
- getTx() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
required bytes tx = 3;
- getTx() - Method in interface org.bitcoin.paymentchannel.Protos.SettlementOrBuilder
-
required bytes tx = 3;
- getTxnHashAndMerkleRoot(List<Sha256Hash>) - Method in class org.bitcoinj.core.PartialMerkleTree
-
Extracts tx hashes that are in this merkle tree
and returns the merkle root of this tree.
- getTxOutChanges() - Method in class org.bitcoinj.core.StoredUndoableBlock
-
Get the transaction output changes if they have been calculated, otherwise null.
- getType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- getType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- getType() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- getType() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
required .wallet.Key.Type type = 1;
- getType() - Method in class org.bitcoinj.wallet.Protos.Key
-
required .wallet.Key.Type type = 1;
- getType() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
required .wallet.Key.Type type = 1;
- getType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Type type = 1;
- getType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional .wallet.TransactionConfidence.Type type = 1;
- getType() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional .wallet.TransactionConfidence.Type type = 1;
- getUnderstoodEncryptionType() - Method in interface org.bitcoinj.crypto.KeyCrypter
-
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
- getUnderstoodEncryptionType() - Method in class org.bitcoinj.crypto.KeyCrypterScrypt
-
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
- getUndoBlock(Sha256Hash) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getUnknownFields() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- getUnknownFields() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- getUnknownFields() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- getUnknownFields() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- getUnknownFields() - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- getUnknownFields() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getUnknownFields() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getUnknownFields() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getUnknownFields() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Extension
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Key
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Script
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Tag
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
- getUnknownFields() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
- getUnspents() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a copy of the internal unspent outputs list
- getUpdatedAt() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional int64 updated_at = 5;
- getUpdatedAt() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional int64 updated_at = 5;
- getUpdatedAt() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional int64 updated_at = 5;
- getUpdateFlag() - Method in class org.bitcoinj.core.BloomFilter
-
The update flag controls how application of the filter to a block modifies the filter.
- getUpdateHeadersSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to update a headers record.
- getUpdatePayment() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePayment() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePayment() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePaymentBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePaymentOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePaymentOrBuilder() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdatePaymentOrBuilder() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- getUpdateSettingsSLQ() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to update a setting value.
- getUpdateTime() - Method in class org.bitcoinj.core.Transaction
-
Returns the earliest time at which the transaction was seen (broadcast or included into the chain),
or the epoch if that information isn't available.
- getUpdateUndoableBlocksSQL() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
Get the SQL to update a undoableblocks record.
- getUriScheme() - Method in class org.bitcoinj.core.NetworkParameters
-
Scheme part for URIs, for example "bitcoin".
- getUriScheme() - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- getUseLocalhostPeerWhenPossible() - Method in class org.bitcoinj.core.PeerGroup
-
- getUTXOProvider() - Method in class org.bitcoinj.wallet.Wallet
-
- getUTXOs(List<TransactionOutPoint>) - Method in class org.bitcoinj.core.Peer
-
Sends a query to the remote peer asking for the unspent transaction outputs (UTXOs) for the given outpoints,
with the memory pool included.
- getUTXOs(List<TransactionOutPoint>, boolean) - Method in class org.bitcoinj.core.Peer
-
Sends a query to the remote peer asking for the unspent transaction outputs (UTXOs) for the given outpoints.
- GetUTXOsMessage - Class in org.bitcoinj.core
-
This command is supported only by
Bitcoin XT nodes, which
advertise themselves using the second service bit flag.
- GetUTXOsMessage(NetworkParameters, List<TransactionOutPoint>, boolean) - Constructor for class org.bitcoinj.core.GetUTXOsMessage
-
- GetUTXOsMessage(NetworkParameters, byte[]) - Constructor for class org.bitcoinj.core.GetUTXOsMessage
-
- getValue() - Method in class org.bitcoinj.core.Coin
-
Returns the number of satoshis of this monetary value.
- getValue() - Method in interface org.bitcoinj.core.Monetary
-
Returns the number of "smallest units" of this monetary value.
- getValue(TransactionBag) - Method in class org.bitcoinj.core.Transaction
-
- getValue() - Method in enum org.bitcoinj.core.TransactionConfidence.ConfidenceType
-
- getValue() - Method in class org.bitcoinj.core.TransactionInput
-
- getValue() - Method in class org.bitcoinj.core.TransactionOutput
-
Returns the value of this output.
- getValue() - Method in class org.bitcoinj.core.UTXO
-
The value which this Transaction output holds.
- getValue() - Method in class org.bitcoinj.protocols.channels.PaymentIncrementAck
-
- getValue() - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Returns the total amount of bitcoins requested.
- getValue() - Method in class org.bitcoinj.utils.Fiat
-
Returns the number of "smallest units" of this monetary value.
- getValue() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional int64 value = 5;
- getValue() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
optional int64 value = 5;
- getValue() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
optional int64 value = 5;
- getValue() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required int64 value = 1;
- getValue() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
required int64 value = 1;
- getValue() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
required int64 value = 1;
- getValueDescriptor() - Method in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
- getValueDescriptor() - Method in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.Key.Type
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Pool
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.Transaction.Purpose
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Type
-
- getValueDescriptor() - Method in enum org.bitcoinj.wallet.Protos.Wallet.EncryptionType
-
- getValueRefunded() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Gets the current amount refunded to us from the multisig contract (ie totalValue-valueSentToServer)
- getValueSentFromMe(TransactionBag) - Method in class org.bitcoinj.core.Transaction
-
Calculates the sum of the inputs that are spending coins with keys in the wallet.
- getValueSentToMe(TransactionBag) - Method in class org.bitcoinj.core.Transaction
-
Calculates the sum of the outputs that are sending coins to a key in the wallet.
- getValueSpent() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Returns the amount of money sent on this channel so far.
- getValueToMe() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- getValueToMe() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 valueToMe = 5;
- getValueToMe() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 valueToMe = 5;
- getValueToMe() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- getValueToMe() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV1ClientState
-
- getValueToMe() - Method in class org.bitcoinj.protocols.channels.PaymentChannelV2ClientState
-
- getVerifiedChainHead() - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- getVerifiedChainHead() - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
Returns the
StoredBlock
that represents the top of the chain of greatest total work that has
been fully verified and the point in the chain at which the unspent transaction output set in this
store represents.
- getVerifiedChainHead() - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- getVerifiedChainHead() - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- getVersion() - Method in class org.bitcoinj.core.AlertMessage
-
- getVersion() - Method in class org.bitcoinj.core.Block
-
Returns the version of the block data structure as defined by the Bitcoin protocol.
- getVersion() - Method in class org.bitcoinj.core.Transaction
-
- getVersion() - Method in class org.bitcoinj.core.VersionedChecksummedBytes
-
Returns the "version" or "header" byte: the first byte of the data.
- getVersion() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required int32 version = 1;
- getVersion() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
required int32 version = 1;
- getVersion() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
required int32 version = 1;
- getVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int32 version = 7 [default = 1];
- getVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int32 version = 7 [default = 1];
- getVersion() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int32 version = 7 [default = 1];
- getVersion() - Method in class org.bitcoinj.wallet.Wallet
-
Get the version of the Wallet.
- getVersionHandshakeFuture() - Method in class org.bitcoinj.core.Peer
-
- getVersionMessage() - Method in class org.bitcoinj.core.Peer
-
Returns version data we announce to our remote peers.
- getVersionMessage() - Method in class org.bitcoinj.core.PeerGroup
-
Returns the version message provided by setVersionMessage or a default if none was given.
- getVersionTally() - Method in class org.bitcoinj.core.AbstractBlockChain
-
- getWalletExtensionID() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
- getWalletExtensionID() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
- getWalletExtensionID() - Method in interface org.bitcoinj.wallet.WalletExtension
-
Returns a Java package/class style name used to disambiguate this extension from others.
- getWalletOutputs(TransactionBag) - Method in class org.bitcoinj.core.Transaction
-
Returns the list of transacion outputs, whether spent or unspent, that match a wallet by address or that are
watched by a wallet, i.e., transaction outputs whose script's address is controlled by the wallet and transaction
outputs whose script is watched by the wallet.
- getWalletTransactions() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a set of all WalletTransactions in the wallet.
- getWatchedAddresses() - Method in class org.bitcoinj.wallet.Wallet
-
Returns all addresses watched by this wallet.
- getWatchedBalance() - Method in class org.bitcoinj.wallet.Wallet
-
- getWatchedBalance(CoinSelector) - Method in class org.bitcoinj.wallet.Wallet
-
- getWatchedOutputs(boolean) - Method in class org.bitcoinj.wallet.Wallet
-
- getWatchedScript(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScript(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Script watched_script = 15;
- getWatchedScript(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptCount() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptCount() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptCount() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilder(int) - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilder(int) - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilderList() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
repeated .wallet.Script watched_script = 15;
- getWatchedScriptOrBuilderList() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
repeated .wallet.Script watched_script = 15;
- getWatchedScripts() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a snapshot of the watched scripts.
- getWatchingKey() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
An alias for getKeyByPath(getAccountPath())
.
- getWatchingKey() - Method in class org.bitcoinj.wallet.Wallet
-
Returns a public-only DeterministicKey that can be used to set up a watching wallet: that is, a wallet that
can import transactions from the block chain just as the normal wallet can, but which cannot spend.
- getWordList() - Method in class org.bitcoinj.crypto.MnemonicCode
-
Gets the word list this code uses.
- getWork() - Method in class org.bitcoinj.core.Block
-
Returns the work represented by this block.
- getX() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getXCoord() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getY() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getYCoord() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getZCoord(int) - Method in class org.bitcoinj.crypto.LazyECPoint
-
- getZCoords() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- H2FullPrunedBlockStore - Class in org.bitcoinj.store
-
A full pruned block store using the H2 pure-java embedded database.
- H2FullPrunedBlockStore(NetworkParameters, String, String, String, int) - Constructor for class org.bitcoinj.store.H2FullPrunedBlockStore
-
Creates a new H2FullPrunedBlockStore, with given credentials for H2 database
- H2FullPrunedBlockStore(NetworkParameters, String, int) - Constructor for class org.bitcoinj.store.H2FullPrunedBlockStore
-
Creates a new H2FullPrunedBlockStore
- H2FullPrunedBlockStore(NetworkParameters, String, int, int) - Constructor for class org.bitcoinj.store.H2FullPrunedBlockStore
-
Creates a new H2FullPrunedBlockStore with the given cache size
- HALF_CURVE_ORDER - Static variable in class org.bitcoinj.core.ECKey
-
Equal to CURVE.getN().shiftRight(1), used for canonicalising the S value of a signature.
- handleNewPeer(Peer) - Method in class org.bitcoinj.core.PeerGroup
-
- handlePeerDeath(Peer, Throwable) - Method in class org.bitcoinj.core.PeerGroup
-
- HARD_MIN_TIME_WINDOW - Static variable in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
- HARDENED_BIT - Static variable in class org.bitcoinj.crypto.ChildNumber
-
The bit that's set in the child number to indicate whether this key is "hardened".
- hasAmount() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
optional uint64 amount = 1 [default = 0];
- hasAmount() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
optional uint64 amount = 1 [default = 0];
- hasAmount() - Method in interface org.bitcoin.protocols.payments.Protos.OutputOrBuilder
-
optional uint64 amount = 1 [default = 0];
- hasAppearedAtHeight() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 appeared_at_height = 2;
- hasAppearedAtHeight() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int32 appeared_at_height = 2;
- hasAppearedAtHeight() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int32 appeared_at_height = 2;
- hasBestValueSignature() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- hasBestValueSignature() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes bestValueSignature = 2;
- hasBestValueSignature() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes bestValueSignature = 2;
- hasBestValueToMe() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- hasBestValueToMe() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 bestValueToMe = 1;
- hasBestValueToMe() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 bestValueToMe = 1;
- hasBlockChain() - Method in class org.bitcoinj.core.VersionMessage
-
Returns true if the version message indicates the sender has a full copy of the block chain,
or if it's running in client mode (only has the headers).
- hasChainCode() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
required bytes chain_code = 1;
- hasChainCode() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
required bytes chain_code = 1;
- hasChainCode() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
required bytes chain_code = 1;
- hasClassName() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- hasClassName() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
required string class_name = 1;
- hasClassName() - Method in interface org.bitcoinj.wallet.Protos.TransactionSignerOrBuilder
-
required string class_name = 1;
- hasClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- hasClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
required uint64 client_change_value = 1;
- hasClientChangeValue() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
required uint64 client_change_value = 1;
- hasClientKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
optional bytes client_key = 3;
- hasClientKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
optional bytes client_key = 3;
- hasClientKey() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
optional bytes client_key = 3;
- hasClientKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientKey = 8;
- hasClientKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes clientKey = 8;
- hasClientKey() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes clientKey = 8;
- hasClientOutput() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientOutput = 5;
- hasClientOutput() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes clientOutput = 5;
- hasClientOutput() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes clientOutput = 5;
- hasClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- hasClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ClientVersion client_version = 2;
- hasClientVersion() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ClientVersion client_version = 2;
- hasCloseTransactionHash() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- hasCloseTransactionHash() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes closeTransactionHash = 7;
- hasCloseTransactionHash() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional bytes closeTransactionHash = 7;
- hasCode() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- hasCode() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- hasCode() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- hasCoinValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 coin_value = 1;
- hasCoinValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required int64 coin_value = 1;
- hasCoinValue() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required int64 coin_value = 1;
- hasConfidence() - Method in class org.bitcoinj.core.Transaction
-
Check if the transaction has a known confidence
- hasConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- hasConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.TransactionConfidence confidence = 9;
- hasConfidence() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.TransactionConfidence confidence = 9;
- hasContractTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- hasContractTransaction() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes contractTransaction = 4;
- hasContractTransaction() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes contractTransaction = 4;
- hasCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional int64 creation_timestamp = 5;
- hasCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional int64 creation_timestamp = 5;
- hasCreationTimestamp() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional int64 creation_timestamp = 5;
- hasCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required int64 creation_timestamp = 2;
- hasCreationTimestamp() - Method in class org.bitcoinj.wallet.Protos.Script
-
required int64 creation_timestamp = 2;
- hasCreationTimestamp() - Method in interface org.bitcoinj.wallet.Protos.ScriptOrBuilder
-
required int64 creation_timestamp = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bytes data = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required bytes data = 2;
- hasData() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required bytes data = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required bytes data = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.Tag
-
required bytes data = 2;
- hasData() - Method in interface org.bitcoinj.wallet.Protos.TagOrBuilder
-
required bytes data = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
optional bytes data = 2;
- hasData() - Method in class org.bitcoinj.wallet.Protos.TransactionSigner
-
optional bytes data = 2;
- hasData() - Method in interface org.bitcoinj.wallet.Protos.TransactionSignerOrBuilder
-
optional bytes data = 2;
- hasDepth() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 depth = 4;
- hasDepth() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int32 depth = 4;
- hasDepth() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int32 depth = 4;
- hasDescription() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- hasDescription() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional string description = 11;
- hasDescription() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional string description = 11;
- hasDeterministicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- hasDeterministicKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.DeterministicKey deterministic_key = 7;
- hasDeterministicKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- hasDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes deterministic_seed = 8;
- hasDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes deterministic_seed = 8;
- hasDeterministicSeed() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes deterministic_seed = 8;
- hasEncryptedData() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- hasEncryptedData() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_data = 6;
- hasEncryptedData() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_data = 6;
- hasEncryptedDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- hasEncryptedDeterministicSeed() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- hasEncryptedDeterministicSeed() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes encrypted_private_key = 2;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
required bytes encrypted_private_key = 2;
- hasEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.EncryptedDataOrBuilder
-
required bytes encrypted_private_key = 2;
- hasEncryptionParameters() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- hasEncryptionParameters() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- hasEncryptionParameters() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- hasEncryptionType() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- hasEncryptionType() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- hasEncryptionType() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- hasError() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- hasError() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Error error = 10;
- hasError() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Error error = 10;
- hasExchangeRate() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- hasExchangeRate() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.ExchangeRate exchange_rate = 12;
- hasExchangeRate() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- hasExpectedValue() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional uint64 expected_value = 3;
- hasExpectedValue() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional uint64 expected_value = 3;
- hasExpectedValue() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional uint64 expected_value = 3;
- hasExpires() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional uint64 expires = 4;
- hasExpires() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional uint64 expires = 4;
- hasExpires() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional uint64 expires = 4;
- hasExpireTimeSecs() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 expire_time_secs = 3;
- hasExpireTimeSecs() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 expire_time_secs = 3;
- hasExpireTimeSecs() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 expire_time_secs = 3;
- hasExpiryTime() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint64 expiryTime = 10;
- hasExpiryTime() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional uint64 expiryTime = 10;
- hasExpiryTime() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional uint64 expiryTime = 10;
- hasExplanation() - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- hasExplanation() - Method in class org.bitcoin.paymentchannel.Protos.Error
-
optional string explanation = 2;
- hasExplanation() - Method in interface org.bitcoin.paymentchannel.Protos.ErrorOrBuilder
-
optional string explanation = 2;
- hasFiatCurrencyCode() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- hasFiatCurrencyCode() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required string fiat_currency_code = 3;
- hasFiatCurrencyCode() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required string fiat_currency_code = 3;
- hasFiatValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 fiat_value = 2;
- hasFiatValue() - Method in class org.bitcoinj.wallet.Protos.ExchangeRate
-
required int64 fiat_value = 2;
- hasFiatValue() - Method in interface org.bitcoinj.wallet.Protos.ExchangeRateOrBuilder
-
required int64 fiat_value = 2;
- hash - Variable in class org.bitcoinj.core.InventoryItem
-
- hash(byte[]) - Static method in class org.bitcoinj.core.Sha256Hash
-
Calculates the SHA-256 hash of the given bytes.
- hash(byte[], int, int) - Static method in class org.bitcoinj.core.Sha256Hash
-
Calculates the SHA-256 hash of the given byte range.
- HASH_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Transaction
-
- hasHash() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- hasHash() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
required bytes hash = 2;
- hasHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
required bytes hash = 2;
- hashCode() - Method in class org.bitcoinj.core.Block
-
- hashCode() - Method in class org.bitcoinj.core.BloomFilter
-
- hashCode() - Method in class org.bitcoinj.core.Coin
-
- hashCode() - Method in class org.bitcoinj.core.DumpedPrivateKey
-
- hashCode() - Method in class org.bitcoinj.core.ECKey.ECDSASignature
-
- hashCode() - Method in class org.bitcoinj.core.ECKey
-
- hashCode() - Method in class org.bitcoinj.core.FilteredBlock
-
- hashCode() - Method in class org.bitcoinj.core.GetBlocksMessage
-
- hashCode() - Method in class org.bitcoinj.core.GetHeadersMessage
-
- hashCode() - Method in class org.bitcoinj.core.GetUTXOsMessage
-
- hashCode() - Method in class org.bitcoinj.core.InventoryItem
-
- hashCode() - Method in class org.bitcoinj.core.ListMessage
-
- hashCode() - Method in class org.bitcoinj.core.NetworkParameters
-
- hashCode() - Method in class org.bitcoinj.core.PartialMerkleTree
-
- hashCode() - Method in class org.bitcoinj.core.PeerAddress
-
- hashCode() - Method in class org.bitcoinj.core.RejectMessage
-
- hashCode() - Method in class org.bitcoinj.core.Sha256Hash
-
Returns the last four bytes of the wrapped hash.
- hashCode() - Method in class org.bitcoinj.core.StoredBlock
-
- hashCode() - Method in class org.bitcoinj.core.StoredUndoableBlock
-
- hashCode() - Method in class org.bitcoinj.core.Transaction
-
- hashCode() - Method in class org.bitcoinj.core.TransactionInput
-
- hashCode() - Method in class org.bitcoinj.core.TransactionOutPoint
-
- hashCode() - Method in class org.bitcoinj.core.TransactionOutput
-
- hashCode() - Method in class org.bitcoinj.core.UTXO
-
- hashCode() - Method in class org.bitcoinj.core.UTXOsMessage
-
- hashCode() - Method in class org.bitcoinj.core.VersionedChecksummedBytes
-
- hashCode() - Method in class org.bitcoinj.core.VersionMessage
-
- hashCode() - Method in class org.bitcoinj.crypto.BIP38PrivateKey
-
- hashCode() - Method in class org.bitcoinj.crypto.ChildNumber
-
- hashCode() - Method in class org.bitcoinj.crypto.DeterministicKey
-
- hashCode() - Method in class org.bitcoinj.crypto.EncryptedData
-
- hashCode() - Method in class org.bitcoinj.crypto.KeyCrypterScrypt
-
- hashCode() - Method in class org.bitcoinj.crypto.LazyECPoint
-
- hashCode() - Method in class org.bitcoinj.script.Script
-
- hashCode() - Method in class org.bitcoinj.script.ScriptChunk
-
- hashCode() - Method in class org.bitcoinj.utils.BtcFixedFormat
-
Return a hash code value for this instance.
- hashCode() - Method in class org.bitcoinj.utils.BtcFormat
-
Return a hash code value for this instance.
- hashCode() - Method in class org.bitcoinj.utils.ExchangeRate
-
- hashCode() - Method in class org.bitcoinj.utils.Fiat
-
- hashCode() - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- hashForSignature(int, byte[], Transaction.SigHash, boolean) - Method in class org.bitcoinj.core.Transaction
-
Calculates a signature hash, that is, a hash of a simplified form of the transaction.
- hashForSignature(int, Script, Transaction.SigHash, boolean) - Method in class org.bitcoinj.core.Transaction
-
Calculates a signature hash, that is, a hash of a simplified form of the transaction.
- hashForSignature(int, byte[], byte) - Method in class org.bitcoinj.core.Transaction
-
This is required for signatures which use a sigHashType which cannot be represented using SigHash and anyoneCanPay
See transaction c99c49da4c38af669dea436d3e73780dfdb6c1ecf9958baa52960e8baee30e73, which has sigHashType 0
- hashToByteString(Sha256Hash) - Static method in class org.bitcoinj.wallet.WalletProtobufSerializer
-
- hashTwice(byte[]) - Static method in class org.bitcoinj.core.Sha256Hash
-
Calculates the SHA-256 hash of the given bytes,
and then hashes the resulting hash again.
- hashTwice(byte[], int, int) - Static method in class org.bitcoinj.core.Sha256Hash
-
Calculates the SHA-256 hash of the given byte range,
and then hashes the resulting hash again.
- hashTwice(byte[], int, int, byte[], int, int) - Static method in class org.bitcoinj.core.Sha256Hash
-
Calculates the hash of hash on the given byte ranges.
- hasId() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- hasId() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes id = 1;
- hasId() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes id = 1;
- hasId() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- hasId() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required string id = 1;
- hasId() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required string id = 1;
- hasInfo() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
optional bytes info = 1;
- hasInfo() - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck
-
optional bytes info = 1;
- hasInfo() - Method in interface org.bitcoin.paymentchannel.Protos.PaymentAckOrBuilder
-
optional bytes info = 1;
- hasInfo() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
optional bytes info = 3;
- hasInfo() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
optional bytes info = 3;
- hasInfo() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
optional bytes info = 3;
- hasInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes initialisation_vector = 1;
- hasInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedData
-
required bytes initialisation_vector = 1;
- hasInitialisationVector() - Method in interface org.bitcoinj.wallet.Protos.EncryptedDataOrBuilder
-
required bytes initialisation_vector = 1;
- hasInitialPayment() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- hasInitialPayment() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- hasInitialPayment() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- hasInitiate() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- hasInitiate() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Initiate initiate = 4;
- hasInitiate() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Initiate initiate = 4;
- hasIpAddress() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- hasIpAddress() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required string ip_address = 1;
- hasIpAddress() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required string ip_address = 1;
- hasIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- hasIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required bytes ip_address = 1;
- hasIpAddress() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required bytes ip_address = 1;
- hasIsFollowing() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional bool isFollowing = 5;
- hasIsFollowing() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional bool isFollowing = 5;
- hasIsFollowing() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional bool isFollowing = 5;
- hasIssuedSubkeys() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 issued_subkeys = 3;
- hasIssuedSubkeys() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 issued_subkeys = 3;
- hasIssuedSubkeys() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 issued_subkeys = 3;
- hasKey(ECKey) - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- hasKey(ECKey) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- hasKey(ECKey) - Method in interface org.bitcoinj.wallet.KeyChain
-
Returns true if the given key is in the chain.
- hasKey(ECKey) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- hasKey(ECKey) - Method in class org.bitcoinj.wallet.Wallet
-
Returns true if the given key is in the wallet, false otherwise.
- hasKeyRotationTime() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint64 key_rotation_time = 13;
- hasKeyRotationTime() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional uint64 key_rotation_time = 13;
- hasKeyRotationTime() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional uint64 key_rotation_time = 13;
- hasLabel() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- hasLabel() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional string label = 4;
- hasLabel() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional string label = 4;
- hasLastBroadcastedAt() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 last_broadcasted_at = 8;
- hasLastBroadcastedAt() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int64 last_broadcasted_at = 8;
- hasLastBroadcastedAt() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int64 last_broadcasted_at = 8;
- hasLastSeenBlockHash() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional bytes last_seen_block_hash = 2;
- hasLastSeenBlockHash() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional bytes last_seen_block_hash = 2;
- hasLastSeenBlockHash() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional bytes last_seen_block_hash = 2;
- hasLastSeenBlockHeight() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint32 last_seen_block_height = 12;
- hasLastSeenBlockHeight() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional uint32 last_seen_block_height = 12;
- hasLastSeenBlockHeight() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional uint32 last_seen_block_height = 12;
- hasLastSeenBlockTimeSecs() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int64 last_seen_block_time_secs = 14;
- hasLastSeenBlockTimeSecs() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int64 last_seen_block_time_secs = 14;
- hasLastSeenBlockTimeSecs() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int64 last_seen_block_time_secs = 14;
- hasLockTime() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional uint32 lock_time = 4;
- hasLockTime() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional uint32 lock_time = 4;
- hasLockTime() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional uint32 lock_time = 4;
- hasLookaheadSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 lookahead_size = 4;
- hasLookaheadSize() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 lookahead_size = 4;
- hasLookaheadSize() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 lookahead_size = 4;
- hasLotAndSequence - Variable in class org.bitcoinj.crypto.BIP38PrivateKey
-
- hasMajor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
required int32 major = 1;
- hasMajor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
required int32 major = 1;
- hasMajor() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
required int32 major = 1;
- hasMajor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
required int32 major = 1;
- hasMajor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
required int32 major = 1;
- hasMajor() - Method in interface org.bitcoin.paymentchannel.Protos.ServerVersionOrBuilder
-
required int32 major = 1;
- hasMajorVersion() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint32 majorVersion = 9 [default = 1];
- hasMajorVersion() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional uint32 majorVersion = 9 [default = 1];
- hasMajorVersion() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional uint32 majorVersion = 9 [default = 1];
- hasMajorVersion() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional uint32 majorVersion = 7 [default = 1];
- hasMajorVersion() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional uint32 majorVersion = 7 [default = 1];
- hasMajorVersion() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional uint32 majorVersion = 7 [default = 1];
- hasMandatory() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bool mandatory = 3;
- hasMandatory() - Method in class org.bitcoinj.wallet.Protos.Extension
-
required bool mandatory = 3;
- hasMandatory() - Method in interface org.bitcoinj.wallet.Protos.ExtensionOrBuilder
-
required bool mandatory = 3;
- hasMaxMoney() - Method in class org.bitcoinj.core.NetworkParameters
-
Returns whether this network has a maximum number of coins (finite supply) or
not.
- hasMaxMoney() - Method in class org.bitcoinj.params.AbstractBitcoinNetParams
-
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
optional string memo = 4;
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
optional string memo = 2;
- hasMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
optional string memo = 2;
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- hasMemo() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string memo = 5;
- hasMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string memo = 5;
- hasMemo() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
optional string memo = 4;
- hasMemo() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- hasMemo() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional string memo = 13;
- hasMemo() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional string memo = 13;
- hasMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional bytes merchant_data = 1;
- hasMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.Payment
-
optional bytes merchant_data = 1;
- hasMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional bytes merchant_data = 7;
- hasMerchantData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional bytes merchant_data = 7;
- hasMerchantData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional bytes merchant_data = 7;
- hasMerchantData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentOrBuilder
-
optional bytes merchant_data = 1;
- hasMinAcceptedChannelSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_accepted_channel_size = 2;
- hasMinAcceptedChannelSize() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 min_accepted_channel_size = 2;
- hasMinAcceptedChannelSize() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 min_accepted_channel_size = 2;
- hasMinor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional int32 minor = 2 [default = 0];
- hasMinor() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional int32 minor = 2 [default = 0];
- hasMinor() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional int32 minor = 2 [default = 0];
- hasMinor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
optional int32 minor = 2 [default = 0];
- hasMinor() - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion
-
optional int32 minor = 2 [default = 0];
- hasMinor() - Method in interface org.bitcoin.paymentchannel.Protos.ServerVersionOrBuilder
-
optional int32 minor = 2 [default = 0];
- hasMinPayment() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_payment = 4;
- hasMinPayment() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required uint64 min_payment = 4;
- hasMinPayment() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required uint64 min_payment = 4;
- hasMoreBytes() - Method in class org.bitcoinj.core.Message
-
- hasMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required bytes multisig_key = 1;
- hasMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.Initiate
-
required bytes multisig_key = 1;
- hasMultisigKey() - Method in interface org.bitcoin.paymentchannel.Protos.InitiateOrBuilder
-
required bytes multisig_key = 1;
- hasMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes multisig_key = 1;
- hasMultisigKey() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
required bytes multisig_key = 1;
- hasMultisigKey() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideRefundOrBuilder
-
required bytes multisig_key = 1;
- hasMyKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- hasMyKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myKey = 4;
- hasMyKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myKey = 4;
- hasMyKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- hasMyKey() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes myKey = 6;
- hasMyKey() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes myKey = 6;
- hasMyPublicKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myPublicKey = 8;
- hasMyPublicKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myPublicKey = 8;
- hasMyPublicKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myPublicKey = 8;
- hasN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- hasN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int64 n = 2 [default = 16384];
- hasN() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int64 n = 2 [default = 16384];
- hasNet() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- hasNet() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
required string net = 3;
- hasNet() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
required string net = 3;
- hasNetwork() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- hasNetwork() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string network = 1 [default = "main"];
- hasNetwork() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string network = 1 [default = "main"];
- hasNetworkIdentifier() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- hasNetworkIdentifier() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
required string network_identifier = 1;
- hasNetworkIdentifier() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
required string network_identifier = 1;
- hasNext() - Method in class org.bitcoinj.utils.BlockFileLoader
-
- hasNonce() - Method in class org.bitcoinj.core.Ping
-
- hasOverridingTransaction() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional bytes overriding_transaction = 3;
- hasOverridingTransaction() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional bytes overriding_transaction = 3;
- hasOverridingTransaction() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional bytes overriding_transaction = 3;
- hasP() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 p = 4 [default = 1];
- hasP() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int32 p = 4 [default = 1];
- hasP() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int32 p = 4 [default = 1];
- hasPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- hasPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK
-
required .payments.Payment payment = 1;
- hasPayment() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentACKOrBuilder
-
required .payments.Payment payment = 1;
- hasPaymentAck() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- hasPaymentAck() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- hasPaymentAck() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- hasPaymentDetailsVersion() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional uint32 payment_details_version = 1 [default = 1];
- hasPaymentDetailsVersion() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional uint32 payment_details_version = 1 [default = 1];
- hasPaymentDetailsVersion() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional uint32 payment_details_version = 1 [default = 1];
- hasPaymentUrl() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- hasPaymentUrl() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
optional string payment_url = 6;
- hasPaymentUrl() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
optional string payment_url = 6;
- hasPeerSeeds() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes peer_seeds = 1;
- hasPeerSeeds() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes peer_seeds = 1;
- hasPeerSeeds() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes peer_seeds = 1;
- hasPkiData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes pki_data = 3;
- hasPkiData() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional bytes pki_data = 3;
- hasPkiData() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional bytes pki_data = 3;
- hasPkiType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- hasPkiType() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional string pki_type = 2 [default = "none"];
- hasPkiType() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional string pki_type = 2 [default = "none"];
- hasPool() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Pool pool = 3;
- hasPool() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.Transaction.Pool pool = 3;
- hasPool() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.Transaction.Pool pool = 3;
- hasPort() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 port = 2;
- hasPort() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required uint32 port = 2;
- hasPort() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required uint32 port = 2;
- hasPort() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint32 port = 2;
- hasPort() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required uint32 port = 2;
- hasPort() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required uint32 port = 2;
- hasPreviousChannelContractHash() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional bytes previous_channel_contract_hash = 3;
- hasPreviousChannelContractHash() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional bytes previous_channel_contract_hash = 3;
- hasPreviousChannelContractHash() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional bytes previous_channel_contract_hash = 3;
- hasPrivKey() - Method in class org.bitcoinj.core.ECKey
-
Returns true if this key has unencrypted access to private key bytes.
- hasPrivKey() - Method in class org.bitcoinj.crypto.DeterministicKey
-
Returns true if this key has unencrypted access to private key bytes.
- hasProgram() - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required bytes program = 1;
- hasProgram() - Method in class org.bitcoinj.wallet.Protos.Script
-
required bytes program = 1;
- hasProgram() - Method in interface org.bitcoinj.wallet.Protos.ScriptOrBuilder
-
required bytes program = 1;
- hasProvideContract() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- hasProvideContract() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- hasProvideContract() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- hasProvideRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- hasProvideRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- hasProvideRefund() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- hasPubkey() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes pubkey = 3;
- hasPubkey() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes pubkey = 3;
- hasPubkey() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes pubkey = 3;
- hasPublicKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes public_key = 3;
- hasPublicKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes public_key = 3;
- hasPublicKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes public_key = 3;
- hasPurpose() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- hasPurpose() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- hasPurpose() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- hasR() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 r = 3 [default = 8];
- hasR() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
optional int32 r = 3 [default = 8];
- hasR() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
optional int32 r = 3 [default = 8];
- hasRefundFees() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- hasRefundFees() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 refundFees = 6;
- hasRefundFees() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 refundFees = 6;
- hasRefundTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- hasRefundTransaction() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes refundTransaction = 3;
- hasRefundTransaction() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes refundTransaction = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in interface org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- hasReturnRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- hasReturnRefund() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- hasReturnRefund() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- hasSalt() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
required bytes salt = 1;
- hasSalt() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters
-
required bytes salt = 1;
- hasSalt() - Method in interface org.bitcoinj.wallet.Protos.ScryptParametersOrBuilder
-
required bytes salt = 1;
- hasScript() - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
required bytes script = 2;
- hasScript() - Method in class org.bitcoin.protocols.payments.Protos.Output
-
required bytes script = 2;
- hasScript() - Method in interface org.bitcoin.protocols.payments.Protos.OutputOrBuilder
-
required bytes script = 2;
- hasScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes script_bytes = 3;
- hasScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required bytes script_bytes = 3;
- hasScriptBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required bytes script_bytes = 3;
- hasScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required bytes script_bytes = 2;
- hasScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
required bytes script_bytes = 2;
- hasScriptBytes() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
required bytes script_bytes = 2;
- hasSecretBytes() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes secret_bytes = 2;
- hasSecretBytes() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes secret_bytes = 2;
- hasSecretBytes() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes secret_bytes = 2;
- hasSequence() - Method in class org.bitcoinj.core.TransactionInput
-
- hasSequence() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional uint32 sequence = 4;
- hasSequence() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
optional uint32 sequence = 4;
- hasSequence() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
optional uint32 sequence = 4;
- hasSerializedPaymentDetails() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
required bytes serialized_payment_details = 4;
- hasSerializedPaymentDetails() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
required bytes serialized_payment_details = 4;
- hasSerializedPaymentDetails() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
required bytes serialized_payment_details = 4;
- hasServerKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes serverKey = 11;
- hasServerKey() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes serverKey = 11;
- hasServerKey() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional bytes serverKey = 11;
- hasServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- hasServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.ServerVersion server_version = 3;
- hasServerVersion() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.ServerVersion server_version = 3;
- hasServices() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 services = 3;
- hasServices() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
required uint32 services = 3;
- hasServices() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedDataOrBuilder
-
required uint32 services = 3;
- hasServices() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint64 services = 3;
- hasServices() - Method in class org.bitcoinj.wallet.Protos.PeerAddress
-
required uint64 services = 3;
- hasServices() - Method in interface org.bitcoinj.wallet.Protos.PeerAddressOrBuilder
-
required uint64 services = 3;
- hasSettlement() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- hasSettlement() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.Settlement settlement = 9;
- hasSettlement() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.Settlement settlement = 9;
- hasSignature() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes signature = 2;
- hasSignature() - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
required bytes signature = 2;
- hasSignature() - Method in interface org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeedsOrBuilder
-
required bytes signature = 2;
- hasSignature() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
required bytes signature = 1;
- hasSignature() - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
required bytes signature = 1;
- hasSignature() - Method in interface org.bitcoin.paymentchannel.Protos.ReturnRefundOrBuilder
-
required bytes signature = 1;
- hasSignature() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required bytes signature = 2;
- hasSignature() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
required bytes signature = 2;
- hasSignature() - Method in interface org.bitcoin.paymentchannel.Protos.UpdatePaymentOrBuilder
-
required bytes signature = 2;
- hasSignature() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes signature = 5;
- hasSignature() - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
optional bytes signature = 5;
- hasSignature() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentRequestOrBuilder
-
optional bytes signature = 5;
- hasSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- hasSigsRequiredToSpend() - Method in class org.bitcoinj.wallet.Protos.DeterministicKey
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- hasSigsRequiredToSpend() - Method in interface org.bitcoinj.wallet.Protos.DeterministicKeyOrBuilder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- hasSource() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Source source = 7;
- hasSource() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional .wallet.TransactionConfidence.Source source = 7;
- hasSource() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional .wallet.TransactionConfidence.Source source = 7;
- hasSpentByTransactionHash() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional bytes spent_by_transaction_hash = 3;
- hasSpentByTransactionHash() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
optional bytes spent_by_transaction_hash = 3;
- hasSpentByTransactionHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
optional bytes spent_by_transaction_hash = 3;
- hasSpentByTransactionIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional int32 spent_by_transaction_index = 4;
- hasSpentByTransactionIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
optional int32 spent_by_transaction_index = 4;
- hasSpentByTransactionIndex() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
optional int32 spent_by_transaction_index = 4;
- hasTag() - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- hasTag() - Method in class org.bitcoinj.wallet.Protos.Tag
-
required string tag = 1;
- hasTag() - Method in interface org.bitcoinj.wallet.Protos.TagOrBuilder
-
required string tag = 1;
- hasTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- hasTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails
-
required uint64 time = 3;
- hasTime() - Method in interface org.bitcoin.protocols.payments.Protos.PaymentDetailsOrBuilder
-
required uint64 time = 3;
- hasTimestamp() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required uint64 timestamp = 2;
- hasTimestamp() - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
required uint64 timestamp = 2;
- hasTimestamp() - Method in interface org.bitcoin.crawler.PeerSeedProtos.PeerSeedsOrBuilder
-
required uint64 timestamp = 2;
- hasTimeWindowSecs() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional uint64 time_window_secs = 4 [default = 86340];
- hasTimeWindowSecs() - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion
-
optional uint64 time_window_secs = 4 [default = 86340];
- hasTimeWindowSecs() - Method in interface org.bitcoin.paymentchannel.Protos.ClientVersionOrBuilder
-
optional uint64 time_window_secs = 4 [default = 86340];
- hasTransactionOutPointHash() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes transaction_out_point_hash = 1;
- hasTransactionOutPointHash() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required bytes transaction_out_point_hash = 1;
- hasTransactionOutPointHash() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required bytes transaction_out_point_hash = 1;
- hasTransactionOutPointIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required uint32 transaction_out_point_index = 2;
- hasTransactionOutPointIndex() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
required uint32 transaction_out_point_index = 2;
- hasTransactionOutPointIndex() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
required uint32 transaction_out_point_index = 2;
- hasTransactions() - Method in class org.bitcoinj.core.Block
-
Return whether this block contains any transactions.
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required bytes tx = 1;
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract
-
required bytes tx = 1;
- hasTx() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideContractOrBuilder
-
required bytes tx = 1;
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes tx = 2;
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund
-
required bytes tx = 2;
- hasTx() - Method in interface org.bitcoin.paymentchannel.Protos.ProvideRefundOrBuilder
-
required bytes tx = 2;
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
required bytes tx = 3;
- hasTx() - Method in class org.bitcoin.paymentchannel.Protos.Settlement
-
required bytes tx = 3;
- hasTx() - Method in interface org.bitcoin.paymentchannel.Protos.SettlementOrBuilder
-
required bytes tx = 3;
- hasType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- hasType() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- hasType() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- hasType() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
required .wallet.Key.Type type = 1;
- hasType() - Method in class org.bitcoinj.wallet.Protos.Key
-
required .wallet.Key.Type type = 1;
- hasType() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
required .wallet.Key.Type type = 1;
- hasType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Type type = 1;
- hasType() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional .wallet.TransactionConfidence.Type type = 1;
- hasType() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional .wallet.TransactionConfidence.Type type = 1;
- hasUnspentOutputs(Sha256Hash, int) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- hasUnspentOutputs(Sha256Hash, int) - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
True if this store has any unspent outputs from a transaction with a hash equal to the first parameter
- hasUnspentOutputs(Sha256Hash, int) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- hasUnspentOutputs(Sha256Hash, int) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- hasUpdatedAt() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional int64 updated_at = 5;
- hasUpdatedAt() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
optional int64 updated_at = 5;
- hasUpdatedAt() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
optional int64 updated_at = 5;
- hasUpdatePayment() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- hasUpdatePayment() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- hasUpdatePayment() - Method in interface org.bitcoin.paymentchannel.Protos.TwoWayChannelMessageOrBuilder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- hasValue() - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional int64 value = 5;
- hasValue() - Method in class org.bitcoinj.wallet.Protos.TransactionInput
-
optional int64 value = 5;
- hasValue() - Method in interface org.bitcoinj.wallet.Protos.TransactionInputOrBuilder
-
optional int64 value = 5;
- hasValue() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required int64 value = 1;
- hasValue() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput
-
required int64 value = 1;
- hasValue() - Method in interface org.bitcoinj.wallet.Protos.TransactionOutputOrBuilder
-
required int64 value = 1;
- hasValueToMe() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- hasValueToMe() - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 valueToMe = 5;
- hasValueToMe() - Method in interface org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 valueToMe = 5;
- hasVersion() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required int32 version = 1;
- hasVersion() - Method in class org.bitcoinj.wallet.Protos.Transaction
-
required int32 version = 1;
- hasVersion() - Method in interface org.bitcoinj.wallet.Protos.TransactionOrBuilder
-
required int32 version = 1;
- hasVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int32 version = 7 [default = 1];
- hasVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int32 version = 7 [default = 1];
- hasVersion() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int32 version = 7 [default = 1];
- HDDerivationException - Exception in org.bitcoinj.crypto
-
- HDDerivationException(String) - Constructor for exception org.bitcoinj.crypto.HDDerivationException
-
- HDKeyDerivation - Class in org.bitcoinj.crypto
-
Implementation of the
BIP 32
deterministic wallet child key generation algorithm.
- HDKeyDerivation.PublicDeriveMode - Enum in org.bitcoinj.crypto
-
- HDKeyDerivation.RawKeyBytes - Class in org.bitcoinj.crypto
-
- HDUtils - Class in org.bitcoinj.crypto
-
Static utilities used in BIP 32 Hierarchical Deterministic Wallets (HDW).
- HDUtils() - Constructor for class org.bitcoinj.crypto.HDUtils
-
- header - Variable in class org.bitcoinj.core.BitcoinSerializer.BitcoinPacketHeader
-
- HEADER_LENGTH - Static variable in class org.bitcoinj.core.BitcoinSerializer.BitcoinPacketHeader
-
The largest number of bytes that a header can represent
- HEADER_MAGIC - Static variable in class org.bitcoinj.store.SPVBlockStore
-
- HEADER_SIZE - Static variable in class org.bitcoinj.core.Block
-
How many bytes are required to represent a block header WITHOUT the trailing 00 length byte.
- headerBytesValid - Variable in class org.bitcoinj.core.Block
-
- HeadersMessage - Class in org.bitcoinj.core
-
A protocol message that contains a repeated series of block headers, sent in response to the "getheaders" command.
- HeadersMessage(NetworkParameters, byte[]) - Constructor for class org.bitcoinj.core.HeadersMessage
-
- HeadersMessage(NetworkParameters, Block...) - Constructor for class org.bitcoinj.core.HeadersMessage
-
- HeadersMessage(NetworkParameters, List<Block>) - Constructor for class org.bitcoinj.core.HeadersMessage
-
- HEX - Static variable in class org.bitcoinj.core.Utils
-
Hex encoding used throughout the framework.
- hit - Variable in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- hmacSha512(byte[], byte[]) - Static method in class org.bitcoinj.crypto.HDUtils
-
- HttpDiscovery - Class in org.bitcoinj.net.discovery
-
A class that knows how to read signed sets of seeds over HTTP, using a simple protobuf based protocol.
- HttpDiscovery(NetworkParameters, URI, ECKey) - Constructor for class org.bitcoinj.net.discovery.HttpDiscovery
-
Constructs a discovery object that will read data from the given HTTP[S] URI and, if a public key is provided,
will check the signature using that key.
- HttpDiscovery(NetworkParameters, HttpDiscovery.Details) - Constructor for class org.bitcoinj.net.discovery.HttpDiscovery
-
Constructs a discovery object that will read data from the given HTTP[S] URI and, if a public key is provided,
will check the signature using that key.
- HttpDiscovery(NetworkParameters, HttpDiscovery.Details, OkHttpClient) - Constructor for class org.bitcoinj.net.discovery.HttpDiscovery
-
- HttpDiscovery.Details - Class in org.bitcoinj.net.discovery
-
- httpSeeds - Variable in class org.bitcoinj.core.NetworkParameters
-
- s - Variable in class org.bitcoinj.core.ECKey.ECDSASignature
-
The two components of the signature.
- SALT_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.ScryptParameters
-
- SALT_LENGTH - Static variable in class org.bitcoinj.crypto.KeyCrypterScrypt
-
The length of the salt used.
- SAME_THREAD - Static variable in class org.bitcoinj.utils.Threading
-
A dummy executor that just invokes the runnable immediately.
- SATOSHI - Static variable in class org.bitcoinj.core.Coin
-
A satoshi is the smallest unit that can be transferred.
- SATOSHI_KEY - Static variable in class org.bitcoinj.core.NetworkParameters
-
The alert signing key originally owned by Satoshi, and now passed on to Gavin along with a few others.
- saveLater() - Method in class org.bitcoinj.wallet.Wallet
-
Requests an asynchronous save on a background thread
- saveLater() - Method in class org.bitcoinj.wallet.WalletFiles
-
Queues up a save in the background.
- saveNow() - Method in class org.bitcoinj.wallet.Wallet
-
If auto saving is enabled, do an immediate sync write to disk ignoring any delays.
- saveNow() - Method in class org.bitcoinj.wallet.WalletFiles
-
Actually write the wallet file to disk, using an atomic rename when possible.
- saveToFile(File, File) - Method in class org.bitcoinj.wallet.Wallet
-
Saves the wallet first to the given temp file, then renames to the dest file.
- saveToFile(File) - Method in class org.bitcoinj.wallet.Wallet
-
Uses protobuf serialization to save the wallet to the given file.
- saveToFileStream(OutputStream) - Method in class org.bitcoinj.wallet.Wallet
-
Uses protobuf serialization to save the wallet to the given file stream.
- scale(BigInteger, int) - Method in class org.bitcoinj.utils.BtcAutoFormat
-
Calculate the appropriate denomination for the given Bitcoin monetary value.
- scale() - Method in class org.bitcoinj.utils.BtcAutoFormat
-
Returns the int
value indicating coin denomination.
- scale(BigInteger, int) - Method in class org.bitcoinj.utils.BtcFixedFormat
-
Return the decimal-place shift for this object's unit-denomination.
- scale() - Method in class org.bitcoinj.utils.BtcFixedFormat
-
Return the decimal-place shift for this object's fixed unit-denomination.
- scale(int) - Method in class org.bitcoinj.utils.BtcFormat.Builder
-
Specify a fixed-denomination of units to use when formatting and parsing values.
- scale(BigInteger, int) - Method in class org.bitcoinj.utils.BtcFormat
-
Return the denomination for formatting the given value.
- scale() - Method in class org.bitcoinj.utils.BtcFormat
-
Return the denomination of this object.
- scaleX(ECFieldElement) - Method in class org.bitcoinj.crypto.LazyECPoint
-
- scaleY(ECFieldElement) - Method in class org.bitcoinj.crypto.LazyECPoint
-
- schemaName - Variable in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- schnorrSign(byte[], byte[]) - Static method in class org.bitcoin.NativeSecp256k1
-
- Script - Class in org.bitcoinj.script
-
Programs embedded inside transactions that control redemption of payments.
- Script(byte[]) - Constructor for class org.bitcoinj.script.Script
-
Construct a Script that copies and wraps the programBytes array.
- Script(byte[], long) - Constructor for class org.bitcoinj.script.Script
-
- Script.ScriptType - Enum in org.bitcoinj.script
-
Enumeration to encapsulate the type of this script.
- Script.VerifyFlag - Enum in org.bitcoinj.script
-
- SCRIPT_BYTES_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionInput
-
- SCRIPT_BYTES_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- SCRIPT_FIELD_NUMBER - Static variable in class org.bitcoin.protocols.payments.Protos.Output
-
- ScriptBuilder - Class in org.bitcoinj.script
-
Tools for the construction of commonly used script types.
- ScriptBuilder() - Constructor for class org.bitcoinj.script.ScriptBuilder
-
Creates a fresh ScriptBuilder with an empty program.
- ScriptBuilder(Script) - Constructor for class org.bitcoinj.script.ScriptBuilder
-
Creates a fresh ScriptBuilder with the given program as the starting point.
- ScriptChunk - Class in org.bitcoinj.script
-
A script element that is either a data push (signature, pubkey, etc) or a non-push (logic, numeric, etc) operation.
- ScriptChunk(int, byte[]) - Constructor for class org.bitcoinj.script.ScriptChunk
-
- ScriptChunk(int, byte[], int) - Constructor for class org.bitcoinj.script.ScriptChunk
-
- scriptData - Variable in class org.bitcoinj.protocols.payments.PaymentProtocol.Output
-
- ScriptException - Exception in org.bitcoinj.core
-
- ScriptException(String) - Constructor for exception org.bitcoinj.core.ScriptException
-
- ScriptException(String, Exception) - Constructor for exception org.bitcoinj.core.ScriptException
-
- ScriptOpCodes - Class in org.bitcoinj.script
-
Various constants that define the assembly-like scripting language that forms part of the Bitcoin protocol.
- ScriptOpCodes() - Constructor for class org.bitcoinj.script.ScriptOpCodes
-
- ScriptsChangeEventListener - Interface in org.bitcoinj.wallet.listeners
-
Implementors are called when the contents of the wallet changes, for instance due to receiving/sending money
or a block chain re-organize.
- secKeyVerify(byte[]) - Static method in class org.bitcoin.NativeSecp256k1
-
libsecp256k1 Seckey Verify - returns 1 if valid, 0 if invalid
- Secp256k1Context - Class in org.bitcoin
-
This class holds the context reference used in native methods to handle ECDSA operations.
- Secp256k1Context() - Constructor for class org.bitcoin.Secp256k1Context
-
- SECRET_BYTES_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Key
-
- seed - Variable in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
- seed(DeterministicSeed) - Method in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
Creates a deterministic key chain starting from the given seed.
- SEED_FIELD_NUMBER - Static variable in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds
-
- seedCreationTimeSecs - Variable in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
- seedCreationTimeSecs(long) - Method in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
- SeedPeers - Class in org.bitcoinj.net.discovery
-
SeedPeers stores a pre-determined list of Bitcoin node addresses.
- SeedPeers(NetworkParameters) - Constructor for class org.bitcoinj.net.discovery.SeedPeers
-
Supports finding peers by IP addresses
- SeedPeers(int[], NetworkParameters) - Constructor for class org.bitcoinj.net.discovery.SeedPeers
-
Supports finding peers by IP addresses
- seeds - Variable in class org.bitcoinj.net.discovery.MultiplexingDiscovery
-
- seekPastMagicBytes(ByteBuffer) - Method in class org.bitcoinj.core.BitcoinSerializer
-
- seekPastMagicBytes(ByteBuffer) - Method in class org.bitcoinj.core.MessageSerializer
-
- seen(Sha256Hash, PeerAddress) - Method in class org.bitcoinj.core.TxConfidenceTable
-
Called by peers when they see a transaction advertised in an "inv" message.
- select(Coin, List<TransactionOutput>) - Method in interface org.bitcoinj.wallet.CoinSelector
-
Creates a CoinSelection that tries to meet the target amount of value.
- select(Coin, List<TransactionOutput>) - Method in class org.bitcoinj.wallet.DefaultCoinSelector
-
- select(Coin, List<TransactionOutput>) - Method in class org.bitcoinj.wallet.FilteringCoinSelector
-
- select(Coin, List<TransactionOutput>) - Method in class org.bitcoinj.wallet.KeyTimeCoinSelector
-
- selectDownloadPeer(List<Peer>) - Method in class org.bitcoinj.core.PeerGroup
-
Given a list of Peers, return a Peer to be used as the download peer.
- self() - Method in class org.bitcoinj.wallet.DeterministicKeyChain.Builder
-
- sendCoins(TransactionBroadcaster, Address, Coin) - Method in class org.bitcoinj.wallet.Wallet
-
Sends coins to the given address, via the given
PeerGroup
.
- sendCoins(TransactionBroadcaster, SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
- sendCoins(SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
- sendCoins(Peer, SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
Sends coins to the given address, via the given
Peer
.
- sendCoinsOffline(SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
Sends coins to the given address but does not broadcast the resulting pending transaction.
- sendMessage(Message) - Method in class org.bitcoinj.core.PeerSocketHandler
-
Sends the given message to the peer.
- sendPayment(List<Transaction>, Address, String) - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
Generates a Payment message and sends the payment to the merchant who sent the PaymentRequest.
- sendPayment(URL, Protos.Payment) - Method in class org.bitcoinj.protocols.payments.PaymentSession
-
- SendRequest - Class in org.bitcoinj.wallet
-
A SendRequest gives the wallet information about precisely how to send money to a recipient or set of recipients.
- SendResult() - Constructor for class org.bitcoinj.wallet.Wallet.SendResult
-
- sendToClient(Protos.TwoWayChannelMessage) - Method in interface org.bitcoinj.protocols.channels.PaymentChannelServer.ServerConnection
-
Requests that the given message be sent to the client.
- sendToServer(Protos.TwoWayChannelMessage) - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient.ClientConnection
-
Requests that the given message be sent to the server.
- SEQUENCE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionInput
-
- serialize(String, byte[], OutputStream) - Method in class org.bitcoinj.core.BitcoinSerializer
-
Writes message to to the output stream.
- serialize(Message, OutputStream) - Method in class org.bitcoinj.core.BitcoinSerializer
-
Writes message to to the output stream.
- serialize(String, byte[], OutputStream) - Method in class org.bitcoinj.core.MessageSerializer
-
Writes message to to the output stream.
- serialize(Message, OutputStream) - Method in class org.bitcoinj.core.MessageSerializer
-
Writes message to to the output stream.
- serialize() - Method in class org.bitcoinj.signers.StatelessTransactionSigner
-
- serialize() - Method in interface org.bitcoinj.signers.TransactionSigner
-
Returns byte array of data representing state of this signer.
- serializeCompact(ByteBuffer) - Method in class org.bitcoinj.core.StoredBlock
-
Serializes the stored block to a custom packed format.
- SERIALIZED_PAYMENT_DETAILS_FIELD_NUMBER - Static variable in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- serializeKeyChainGroupToProtobuf() - Method in class org.bitcoinj.wallet.Wallet
-
Internal use only.
- serializeMyselfToProtobuf() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- serializePrivate(NetworkParameters) - Method in class org.bitcoinj.crypto.DeterministicKey
-
- serializePrivB58(NetworkParameters) - Method in class org.bitcoinj.crypto.DeterministicKey
-
- serializePubB58(NetworkParameters) - Method in class org.bitcoinj.crypto.DeterministicKey
-
- serializePublic(NetworkParameters) - Method in class org.bitcoinj.crypto.DeterministicKey
-
- serializer - Variable in class org.bitcoinj.core.Message
-
- serializeToProtobuf() - Method in class org.bitcoinj.wallet.BasicKeyChain
-
- serializeToProtobuf() - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
- serializeToProtobuf() - Method in interface org.bitcoinj.wallet.KeyChain
-
Returns a list of keys serialized to the bitcoinj protobuf format.
- serializeToProtobuf() - Method in class org.bitcoinj.wallet.KeyChainGroup
-
Returns a list of key protobufs obtained by merging the chains.
- serializeToProtobuf() - Method in class org.bitcoinj.wallet.MarriedKeyChain
-
- serializeToStream(OutputStream) - Method in class org.bitcoinj.core.TransactionOutputChanges
-
- serializeToStream(OutputStream) - Method in class org.bitcoinj.core.UTXO
-
- serializeWalletExtension() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
- serializeWalletExtension() - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
- serializeWalletExtension() - Method in interface org.bitcoinj.wallet.WalletExtension
-
Returns bytes that will be saved in the wallet.
- SERVER_VERSION_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- SERVER_VERSION_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
SERVER_VERSION = 2;
- SERVER_VERSIONS - Static variable in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
A map of supported versions; keys are major versions, and the corresponding
value is the minor version at that major level.
- ServerConnectionEventHandler - Class in org.bitcoinj.protocols.channels
-
- ServerConnectionEventHandler() - Constructor for class org.bitcoinj.protocols.channels.ServerConnectionEventHandler
-
- serverKey - Variable in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- SERVERKEY_FIELD_NUMBER - Static variable in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel
-
- ServerState - Class in org.bitcoinj.protocols.channels
-
- ServerState.StoredServerPaymentChannel - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannel
- ServerState.StoredServerPaymentChannel.Builder - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannel
- ServerState.StoredServerPaymentChannelOrBuilder - Interface in org.bitcoinj.protocols.channels
-
- ServerState.StoredServerPaymentChannels - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannels
- ServerState.StoredServerPaymentChannels.Builder - Class in org.bitcoinj.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannels
- ServerState.StoredServerPaymentChannelsOrBuilder - Interface in org.bitcoinj.protocols.channels
-
- SERVICE_FLAGS_REQUIRED - Static variable in class org.bitcoinj.core.GetUTXOsMessage
-
Bitmask of service flags required for a node to support this command (0x3)
- SERVICES_FIELD_NUMBER - Static variable in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData
-
- SERVICES_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.PeerAddress
-
- setAcceptRiskyTransactions(boolean) - Method in class org.bitcoinj.wallet.Wallet
-
Whether or not the wallet will ignore pending transactions that fail the selected
RiskAnalysis
.
- setAddr(InetAddress) - Method in class org.bitcoinj.core.PeerAddress
-
- setAmount(long) - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
optional uint64 amount = 1 [default = 0];
- setAppearedAtChainHeight(int) - Method in class org.bitcoinj.core.TransactionConfidence
-
The chain height at which the transaction appeared, if it has been seen in the best chain.
- setAppearedAtHeight(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 appeared_at_height = 2;
- setAutoSave(boolean) - Method in class org.bitcoinj.kits.WalletAppKit
-
If true, the wallet will save itself to disk automatically whenever it changes.
- setAutoStop(boolean) - Method in class org.bitcoinj.kits.WalletAppKit
-
If true, will register a shutdown hook to stop the library.
- setBestValueSignature(ByteString) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- setBestValueToMe(long) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- setBitLE(byte[], int) - Static method in class org.bitcoinj.core.Utils
-
Sets the given bit in data to one, using little endian (not the same as Java native big endian)
- setBlockAppearance(StoredBlock, boolean, int) - Method in class org.bitcoinj.core.Transaction
-
Puts the given block in the internal set of blocks in which this transaction appears.
- setBlockHash(int, ByteString) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated bytes block_hash = 8;
- setBlockingStartup(boolean) - Method in class org.bitcoinj.kits.WalletAppKit
-
If true (the default) then the startup of this service won't be considered complete until the network has been
brought up, peer connections established and the block chain synchronised.
- setBlockRelativityOffsets(int, int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated int32 block_relativity_offsets = 11;
- setBloomFilter(BloomFilter) - Method in class org.bitcoinj.core.Peer
-
Sets a Bloom filter on this connection.
- setBloomFilter(BloomFilter, boolean) - Method in class org.bitcoinj.core.Peer
-
Sets a Bloom filter on this connection.
- setBloomFilterFalsePositiveRate(double) - Method in class org.bitcoinj.core.PeerGroup
-
Sets the false positive rate of bloom filters given to peers.
- setBloomFilterFPRate(double) - Method in class org.bitcoinj.net.FilterMerger
-
- setBloomFilteringEnabled(boolean) - Method in class org.bitcoinj.core.PeerGroup
-
Can be used to disable Bloom filtering entirely, even in SPV mode.
- setBroadcastBy(int, Protos.PeerAddress) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- setBroadcastBy(int, Protos.PeerAddress.Builder) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
repeated .wallet.PeerAddress broadcast_by = 6;
- setCancel(long) - Method in class org.bitcoinj.core.AlertMessage
-
- setCertificate(int, ByteString) - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- setChainCode(ByteString) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
required bytes chain_code = 1;
- setChainHead(StoredBlock) - Method in class org.bitcoinj.core.AbstractBlockChain
-
- setChainHead(StoredBlock) - Method in interface org.bitcoinj.store.BlockStore
-
Sets the
StoredBlock
that represents the top of the chain of greatest total work.
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.LevelDBBlockStore
-
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.MemoryBlockStore
-
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class org.bitcoinj.store.SPVBlockStore
-
- setChannels(int, ClientState.StoredClientPaymentChannel) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- setChannels(int, ClientState.StoredClientPaymentChannel.Builder) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- setChannels(int, ServerState.StoredServerPaymentChannel) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- setChannels(int, ServerState.StoredServerPaymentChannel.Builder) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- setCheckpoints(InputStream) - Method in class org.bitcoinj.kits.WalletAppKit
-
If set, the file is expected to contain a checkpoints file calculated with BuildCheckpoints.
- setClassName(String) - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- setClassNameBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
required string class_name = 1;
- setClientChangeValue(long) - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- setClientKey(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
optional bytes client_key = 3;
- setClientKey(ByteString) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientKey = 8;
- setClientOutput(ByteString) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes clientOutput = 5;
- setClientVersion(Protos.ClientVersion) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- setClientVersion(Protos.ClientVersion.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- setCloseTransactionHash(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- setCode(Protos.Error.ErrorCode) - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
- setCoinSelector(CoinSelector) - Method in class org.bitcoinj.wallet.Wallet
-
A coin selector is responsible for choosing which outputs to spend when creating transactions.
- setCoinValue(long) - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 coin_value = 1;
- setComment(String) - Method in class org.bitcoinj.core.AlertMessage
-
- setConfidence(Protos.TransactionConfidence) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- setConfidence(Protos.TransactionConfidence.Builder) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- setConfidenceType(TransactionConfidence.ConfidenceType) - Method in class org.bitcoinj.core.TransactionConfidence
-
Called by other objects in the system, like a
Wallet
, when new information about the confidence of a
transaction becomes available.
- setConnectTimeoutMillis(int) - Method in class org.bitcoinj.core.PeerGroup
-
Sets the timeout between when a connection attempt to a peer begins and when the version message exchange
completes.
- setConnectTimeoutMillis(int) - Method in class org.bitcoinj.net.BlockingClientManager
-
Sets the number of milliseconds to wait before giving up on a connect attempt
- setContractTransaction(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- setContractTransaction(ByteString) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- setCreationTimeSeconds(long) - Method in class org.bitcoinj.core.ECKey
-
Sets the creation time of this key.
- setCreationTimeSeconds(long) - Method in class org.bitcoinj.crypto.DeterministicKey
-
The creation time of a deterministic key is equal to that of its parent, unless this key is the root of a tree.
- setCreationTimeSeconds(long) - Method in class org.bitcoinj.script.Script
-
- setCreationTimeSeconds(long) - Method in class org.bitcoinj.wallet.DeterministicSeed
-
- setCreationTimestamp(long) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional int64 creation_timestamp = 5;
- setCreationTimestamp(long) - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required int64 creation_timestamp = 2;
- setData(ByteString) - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bytes data = 2;
- setData(ByteString) - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required bytes data = 2;
- setData(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionSigner.Builder
-
optional bytes data = 2;
- setDepth(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 depth = 4;
- setDepthInBlocks(int) - Method in class org.bitcoinj.core.TransactionConfidence
-
- setDescription(String) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- setDescription(String) - Method in class org.bitcoinj.wallet.Wallet
-
Set the description of the wallet.
- setDescriptionBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- setDeterministicKey(Protos.DeterministicKey) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- setDeterministicKey(Protos.DeterministicKey.Builder) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.DeterministicKey deterministic_key = 7;
- setDeterministicSeed(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes deterministic_seed = 8;
- setDifficultyTarget(long) - Method in class org.bitcoinj.core.Block
-
Sets the difficulty target in compact form.
- setDiscovery(PeerDiscovery) - Method in class org.bitcoinj.kits.WalletAppKit
-
Sets the peer discovery class to use.
- setDownloadData(boolean) - Method in class org.bitcoinj.core.Peer
-
If set to false, the peer won't try and fetch blocks and transactions it hears about.
- setDownloadListener(DownloadProgressTracker) - Method in class org.bitcoinj.kits.WalletAppKit
-
If you want to learn about the sync process, you can provide a listener here.
- setDownloadParameters(long, boolean) - Method in class org.bitcoinj.core.Peer
-
When downloading the block chain, the bodies will be skipped for blocks created before the given date.
- setDownloadTxDependencies(boolean) - Method in class org.bitcoinj.core.Peer
-
Sets if this peer will use getdata/notfound messages to walk backwards through transaction dependencies
before handing the transaction off to the wallet.
- setDownloadTxDependencies(int) - Method in class org.bitcoinj.core.Peer
-
Sets if this peer will use getdata/notfound messages to walk backwards through transaction dependencies
before handing the transaction off to the wallet.
- setDownloadTxDependencies(int) - Method in class org.bitcoinj.core.PeerGroup
-
Configure download of pending transaction dependencies.
- setEncryptedData(Protos.EncryptedData) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- setEncryptedData(Protos.EncryptedData.Builder) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_data = 6;
- setEncryptedDeterministicSeed(Protos.EncryptedData) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- setEncryptedDeterministicSeed(Protos.EncryptedData.Builder) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedData encrypted_deterministic_seed = 9;
- setEncryptedPrivateKey(ByteString) - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes encrypted_private_key = 2;
- setEncryptionParameters(Protos.ScryptParameters) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- setEncryptionParameters(Protos.ScryptParameters.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.ScryptParameters encryption_parameters = 6;
- setEncryptionType(Protos.Wallet.EncryptionType) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- setError(Protos.Error) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- setError(Protos.Error.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Error error = 10;
- setExchangeRate(ExchangeRate) - Method in class org.bitcoinj.core.Transaction
-
- setExchangeRate(Protos.ExchangeRate) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- setExchangeRate(Protos.ExchangeRate.Builder) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.ExchangeRate exchange_rate = 12;
- setExpectedValue(long) - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional uint64 expected_value = 3;
- setExpiration(Date) - Method in class org.bitcoinj.core.AlertMessage
-
- setExpires(long) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional uint64 expires = 4;
- setExpireTimeSecs(long) - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 expire_time_secs = 3;
- setExpiryTime(long) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint64 expiryTime = 10;
- setExplanation(String) - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- setExplanationBytes(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional string explanation = 2;
- setExtension(int, Protos.Extension) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- setExtension(int, Protos.Extension.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Extension extension = 10;
- setFastCatchupTimeSecs(long) - Method in class org.bitcoinj.core.PeerGroup
-
Tells the PeerGroup to download only block headers before a certain time and bodies after that.
- setFiatCurrencyCode(String) - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- setFiatCurrencyCodeBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required string fiat_currency_code = 3;
- setFiatValue(long) - Method in class org.bitcoinj.wallet.Protos.ExchangeRate.Builder
-
required int64 fiat_value = 2;
- setHash(ByteString) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- setId(long) - Method in class org.bitcoinj.core.AlertMessage
-
- setId(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- setId(String) - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- setIdBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- setIndex(long) - Method in class org.bitcoinj.core.TransactionOutPoint
-
- setInfo(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.PaymentAck.Builder
-
optional bytes info = 1;
- setInfo(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
optional bytes info = 3;
- setInitialisationVector(ByteString) - Method in class org.bitcoinj.wallet.Protos.EncryptedData.Builder
-
required bytes initialisation_vector = 1;
- setInitialPayment(Protos.UpdatePayment) - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- setInitialPayment(Protos.UpdatePayment.Builder) - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required .paymentchannels.UpdatePayment initial_payment = 2;
- setInitiate(Protos.Initiate) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- setInitiate(Protos.Initiate.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Initiate initiate = 4;
- setIpAddress(String) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- setIpAddress(ByteString) - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- setIpAddressBytes(ByteString) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required string ip_address = 1;
- setIsFollowing(boolean) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional bool isFollowing = 5;
- setIssuedSubkeys(int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 issued_subkeys = 3;
- setKey(int, Protos.Key) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- setKey(int, Protos.Key.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Key key = 3;
- setKeyChainFactory(KeyChainFactory) - Method in class org.bitcoinj.wallet.WalletProtobufSerializer
-
- setKeyChainGroupLookaheadSize(int) - Method in class org.bitcoinj.wallet.Wallet
-
- setKeyChainGroupLookaheadThreshold(int) - Method in class org.bitcoinj.wallet.Wallet
-
- setKeyRotationTime(long) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint64 key_rotation_time = 13;
- setKeyRotationTime(Date) - Method in class org.bitcoinj.wallet.Wallet
-
When a key rotation time is set, and money controlled by keys created before the given timestamp T will be
automatically respent to any key that was created after T.
- setKeyRotationTime(long) - Method in class org.bitcoinj.wallet.Wallet
-
When a key rotation time is set, any money controlled by keys created before the given timestamp T will be
automatically respent to any key that was created after T.
- setLabel(String) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- setLabelBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional string label = 4;
- setLastBlockSeenHash(Sha256Hash) - Method in class org.bitcoinj.wallet.Wallet
-
- setLastBlockSeenHeight(int) - Method in class org.bitcoinj.wallet.Wallet
-
- setLastBlockSeenTimeSecs(long) - Method in class org.bitcoinj.wallet.Wallet
-
- setLastBroadcastedAt(Date) - Method in class org.bitcoinj.core.TransactionConfidence
-
Set the time the transaction was last announced to us.
- setLastBroadcastedAt(long) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 last_broadcasted_at = 8;
- setLastSeenBlockHash(ByteString) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional bytes last_seen_block_hash = 2;
- setLastSeenBlockHeight(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional uint32 last_seen_block_height = 12;
- setLastSeenBlockTimeSecs(long) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int64 last_seen_block_time_secs = 14;
- setListener(WalletFiles.Listener) - Method in class org.bitcoinj.wallet.WalletFiles
-
The given listener will be called on the autosave thread before and after the wallet is saved to disk.
- setLockTime(long) - Method in class org.bitcoinj.core.Transaction
-
Transactions can have an associated lock time, specified either as a block height or in seconds since the
UNIX epoch.
- setLockTime(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional uint32 lock_time = 4;
- setLookaheadSize(int) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Sets a new lookahead size.
- setLookaheadSize(int) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- setLookaheadSize(int) - Method in class org.bitcoinj.wallet.MarriedKeyChain
-
- setLookaheadSize(int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 lookahead_size = 4;
- setLookaheadThreshold(int) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
Sets the threshold for the key pre-generation.
- setLookaheadThreshold(int) - Method in class org.bitcoinj.wallet.KeyChainGroup
-
- setMajor(int) - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
required int32 major = 1;
- setMajor(int) - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
required int32 major = 1;
- setMajorVersion(int) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional uint32 majorVersion = 9 [default = 1];
- setMajorVersion(int) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional uint32 majorVersion = 7 [default = 1];
- setMandatory(boolean) - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bool mandatory = 3;
- setMatchAll() - Method in class org.bitcoinj.core.BloomFilter
-
Sets this filter to match all objects.
- setMaxConnections(int) - Method in class org.bitcoinj.core.PeerGroup
-
Adjusts the desired number of connections that we will create to peers.
- setMaxPeersToDiscoverCount(int) - Method in class org.bitcoinj.core.PeerGroup
-
Sets the maximum number of
Peer
s to discover.
- setMaxVer(long) - Method in class org.bitcoinj.core.AlertMessage
-
- setMemo(String) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- setMemo(String) - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- setMemo(String) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- setMemo(String) - Method in class org.bitcoinj.core.Transaction
-
- setMemo(String) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- setMemoBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional string memo = 4;
- setMemoBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
optional string memo = 2;
- setMemoBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string memo = 5;
- setMemoBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional string memo = 13;
- setMerchantData(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
optional bytes merchant_data = 1;
- setMerchantData(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional bytes merchant_data = 7;
- setMinAcceptedChannelSize(long) - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_accepted_channel_size = 2;
- setMinBroadcastConnections(int) - Method in class org.bitcoinj.core.PeerGroup
-
- setMinConnections(int) - Method in class org.bitcoinj.core.TransactionBroadcast
-
- setMinor(int) - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional int32 minor = 2 [default = 0];
- setMinor(int) - Method in class org.bitcoin.paymentchannel.Protos.ServerVersion.Builder
-
optional int32 minor = 2 [default = 0];
- setMinPayment(long) - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required uint64 min_payment = 4;
- setMinProtocolVersion(int) - Method in class org.bitcoinj.core.Peer
-
The minimum P2P protocol version that is accepted.
- setMinRequiredProtocolVersion(int) - Method in class org.bitcoinj.core.PeerGroup
-
If a peer is connected to that claims to speak a protocol version lower than the given version, it will
be disconnected and another one will be tried instead.
- setMinVer(long) - Method in class org.bitcoinj.core.AlertMessage
-
- setMockClock() - Static method in class org.bitcoinj.core.Utils
-
Sets the mock clock to the current time.
- setMockClock(long) - Static method in class org.bitcoinj.core.Utils
-
Sets the mock clock to the given time (in seconds).
- setMockSleep(boolean) - Static method in class org.bitcoinj.core.Utils
-
Enable or disable mock sleep.
- setMultisigKey(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.Initiate.Builder
-
required bytes multisig_key = 1;
- setMultisigKey(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes multisig_key = 1;
- setMyKey(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- setMyKey(ByteString) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- setMyPublicKey(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myPublicKey = 8;
- setN(long) - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- setNet(String) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- setNetBytes(ByteString) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required string net = 3;
- setNetwork(String) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- setNetworkBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string network = 1 [default = "main"];
- setNetworkIdentifier(String) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- setNetworkIdentifierBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
required string network_identifier = 1;
- setNonce(long) - Method in class org.bitcoinj.core.Block
-
Sets the nonce and clears any cached data.
- setOutputs(int, Protos.Output) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- setOutputs(int, Protos.Output.Builder) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- setOverridingTransaction(Transaction) - Method in class org.bitcoinj.core.TransactionConfidence
-
Called when the transaction becomes newly dead, that is, we learn that one of its inputs has already been spent
in such a way that the double-spending transaction takes precedence over this one.
- setOverridingTransaction(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional bytes overriding_transaction = 3;
- setP(int) - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 p = 4 [default = 1];
- setParent(Message) - Method in class org.bitcoinj.core.ChildMessage
-
- setPath(int, int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
repeated uint32 path = 2;
- setPayment(Protos.Payment) - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- setPayment(Protos.Payment.Builder) - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- setPaymentAck(Protos.PaymentAck) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- setPaymentAck(Protos.PaymentAck.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.PaymentAck payment_ack = 11;
- setPaymentDetailsVersion(int) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional uint32 payment_details_version = 1 [default = 1];
- setPaymentUrl(String) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- setPaymentUrlBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
optional string payment_url = 6;
- setPeerDiscoveryTimeoutMillis(long) - Method in class org.bitcoinj.core.PeerGroup
-
This is how many milliseconds we wait for peer discoveries to return their results.
- setPeerNodes(PeerAddress...) - Method in class org.bitcoinj.kits.WalletAppKit
-
Will only connect to the given addresses.
- setPeerSeeds(ByteString) - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes peer_seeds = 1;
- setPingIntervalMsec(long) - Method in class org.bitcoinj.core.PeerGroup
-
Sets the period between pings for an individual peer.
- setPkiData(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes pki_data = 3;
- setPkiType(String) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- setPkiTypeBytes(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional string pki_type = 2 [default = "none"];
- setPolicy(CycleDetectingLockFactory.Policy) - Static method in class org.bitcoinj.utils.Threading
-
- setPool(Protos.Transaction.Pool) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Pool pool = 3;
- setPort(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 port = 2;
- setPort(int) - Method in class org.bitcoinj.core.PeerAddress
-
- setPort(int) - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint32 port = 2;
- setPreviousChannelContractHash(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional bytes previous_channel_contract_hash = 3;
- setPriority(long) - Method in class org.bitcoinj.core.AlertMessage
-
- setProgram(ByteString) - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required bytes program = 1;
- setProgressCallback(TransactionBroadcast.ProgressCallback) - Method in class org.bitcoinj.core.TransactionBroadcast
-
Sets the given callback for receiving progress values, which will run on the user thread.
- setProgressCallback(TransactionBroadcast.ProgressCallback, Executor) - Method in class org.bitcoinj.core.TransactionBroadcast
-
Sets the given callback for receiving progress values, which will run on the given executor.
- setProvideContract(Protos.ProvideContract) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- setProvideContract(Protos.ProvideContract.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideContract provide_contract = 7;
- setProvideRefund(Protos.ProvideRefund) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- setProvideRefund(Protos.ProvideRefund.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ProvideRefund provide_refund = 5;
- setPubkey(ByteString) - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes pubkey = 3;
- setPublicKey(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes public_key = 3;
- setPurpose(Transaction.Purpose) - Method in class org.bitcoinj.core.Transaction
-
Marks the transaction as being created for the given purpose.
- setPurpose(Protos.Transaction.Purpose) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
- setR(int) - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int32 r = 3 [default = 8];
- setRefundFees(long) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- setRefundTo(int, Protos.Output) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- setRefundTo(int, Protos.Output.Builder) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated .payments.Output refund_to = 3;
- setRefundTransaction(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- setRefundTransactionUnlockTimeSecs(long) - Method in class org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- setRelayUntil(Date) - Method in class org.bitcoinj.core.AlertMessage
-
- setRequiredServices(long) - Method in class org.bitcoinj.core.PeerGroup
-
Convenience for connecting only to peers that can serve specific services.
- setRequireMandatoryExtensions(boolean) - Method in class org.bitcoinj.wallet.WalletProtobufSerializer
-
If this property is set to false, then unknown mandatory extensions will be ignored instead of causing load
errors.
- setReserved(String) - Method in class org.bitcoinj.core.AlertMessage
-
- setReturnRefund(Protos.ReturnRefund) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- setReturnRefund(Protos.ReturnRefund.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ReturnRefund return_refund = 6;
- setRiskAnalyzer(RiskAnalysis.Analyzer) - Method in class org.bitcoinj.wallet.Wallet
-
Sets the
RiskAnalysis
implementation to use for deciding whether received pending transactions are risky
or not.
- setRunScripts(boolean) - Method in class org.bitcoinj.core.FullPrunedBlockChain
-
Whether or not to run scripts whilst accepting blocks (i.e.
- setSalt(ByteString) - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
required bytes salt = 1;
- setScript(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.Output.Builder
-
required bytes script = 2;
- setScriptBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes script_bytes = 3;
- setScriptBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required bytes script_bytes = 2;
- setScriptSig(Script) - Method in class org.bitcoinj.core.TransactionInput
-
Set the given program as the scriptSig that is supposed to satisfy the connected output script.
- setSecretBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes secret_bytes = 2;
- setSeed(int, PeerSeedProtos.PeerSeedData) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- setSeed(int, PeerSeedProtos.PeerSeedData.Builder) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
- setSequence(int) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional uint32 sequence = 4;
- setSequenceNumber(long) - Method in class org.bitcoinj.core.TransactionInput
-
Sequence numbers allow participants in a multi-party transaction signing protocol to create new versions of the
transaction independently of each other.
- setSerializedPaymentDetails(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
required bytes serialized_payment_details = 4;
- setServerKey(ByteString) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes serverKey = 11;
- setServerVersion(Protos.ServerVersion) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- setServerVersion(Protos.ServerVersion.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 3;
- setServices(int) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeedData.Builder
-
required uint32 services = 3;
- setServices(BigInteger) - Method in class org.bitcoinj.core.PeerAddress
-
- setServices(long) - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required uint64 services = 3;
- setSettlement(Protos.Settlement) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- setSettlement(Protos.Settlement.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.Settlement settlement = 9;
- setSignature(ByteString) - Method in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds.Builder
-
required bytes signature = 2;
- setSignature(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ReturnRefund.Builder
-
required bytes signature = 1;
- setSignature(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required bytes signature = 2;
- setSignature(ByteString) - Method in class org.bitcoin.protocols.payments.Protos.PaymentRequest.Builder
-
optional bytes signature = 5;
- setSigsRequiredToSpend(int) - Method in class org.bitcoinj.wallet.DeterministicKeyChain
-
The number of signatures required to spend coins received by this keychain.
- setSigsRequiredToSpend(int) - Method in class org.bitcoinj.wallet.Protos.DeterministicKey.Builder
-
optional uint32 sigsRequiredToSpend = 6 [default = 1];
- setSocketTimeout(int) - Method in class org.bitcoinj.net.AbstractTimeoutHandler
-
Sets the receive timeout to the given number of milliseconds, automatically killing the connection if no
messages are received for this long
- setSource(TransactionConfidence.Source) - Method in class org.bitcoinj.core.TransactionConfidence
-
The source of a transaction tries to identify where it came from originally.
- setSource(Protos.TransactionConfidence.Source) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Source source = 7;
- setSpentByTransactionHash(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional bytes spent_by_transaction_hash = 3;
- setSpentByTransactionIndex(int) - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
optional int32 spent_by_transaction_index = 4;
- setStallThreshold(int, int) - Method in class org.bitcoinj.core.PeerGroup
-
Configures the stall speed: the speed at which a peer is considered to be serving us the block chain
unacceptably slowly.
- setStatusBar(String) - Method in class org.bitcoinj.core.AlertMessage
-
- setTag(String, ByteString) - Method in class org.bitcoinj.utils.BaseTaggableObject
-
Associates the given immutable byte array with the string tag.
- setTag(String, ByteString) - Method in interface org.bitcoinj.utils.TaggableObject
-
Associates the given immutable byte array with the string tag.
- setTag(String) - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- setTag(String, ByteString) - Method in class org.bitcoinj.wallet.Wallet
-
- setTagBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Tag.Builder
-
required string tag = 1;
- setTags(int, Protos.Tag) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- setTags(int, Protos.Tag.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Tag tags = 16;
- setTime(long) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- setTime(long) - Method in class org.bitcoinj.core.Block
-
- setTime(long) - Method in class org.bitcoinj.core.PeerAddress
-
- setTimeoutEnabled(boolean) - Method in class org.bitcoinj.net.AbstractTimeoutHandler
-
Enables or disables the timeout entirely.
- setTimestamp(long) - Method in class org.bitcoin.crawler.PeerSeedProtos.PeerSeeds.Builder
-
required uint64 timestamp = 2;
- setTimeWindowSecs(long) - Method in class org.bitcoin.paymentchannel.Protos.ClientVersion.Builder
-
optional uint64 time_window_secs = 4 [default = 86340];
- settle() - Method in interface org.bitcoinj.protocols.channels.IPaymentChannelClient
-
Settles the channel, notifying the server it can broadcast the most recent payment transaction.
- settle() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClient
-
Closes the connection, notifying the server it should settle the channel by broadcasting the most recent
payment transaction.
- settle() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientConnection
-
Closes the connection, notifying the server it should settle the channel by broadcasting the most recent payment
transaction.
- SETTLEMENT_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage
-
- setTransaction(int, Protos.Transaction) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- setTransaction(int, Protos.Transaction.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Transaction transaction = 4;
- setTransactionBroadcaster(TransactionBroadcaster) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Use this setter if the broadcaster is not available during instantiation and you're not using WalletAppKit.
- setTransactionBroadcaster(TransactionBroadcaster) - Method in class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
Use this setter if the broadcaster is not available during instantiation and you're not using WalletAppKit.
- setTransactionBroadcaster(TransactionBroadcaster) - Method in class org.bitcoinj.wallet.Wallet
-
- setTransactionInput(int, Protos.TransactionInput) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- setTransactionInput(int, Protos.TransactionInput.Builder) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionInput transaction_input = 6;
- setTransactionOutPointHash(ByteString) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required bytes transaction_out_point_hash = 1;
- setTransactionOutPointIndex(int) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
required uint32 transaction_out_point_index = 2;
- setTransactionOutput(int, Protos.TransactionOutput) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- setTransactionOutput(int, Protos.TransactionOutput.Builder) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
repeated .wallet.TransactionOutput transaction_output = 7;
- setTransactions(int, ByteString) - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- setTransactionSigners(int, Protos.TransactionSigner) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- setTransactionSigners(int, Protos.TransactionSigner.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.TransactionSigner transaction_signers = 17;
- setTx(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ProvideContract.Builder
-
required bytes tx = 1;
- setTx(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.ProvideRefund.Builder
-
required bytes tx = 2;
- setTx(ByteString) - Method in class org.bitcoin.paymentchannel.Protos.Settlement.Builder
-
required bytes tx = 3;
- setType(Protos.TwoWayChannelMessage.MessageType) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
- setType(Protos.Key.Type) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
required .wallet.Key.Type type = 1;
- setType(Protos.TransactionConfidence.Type) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional .wallet.TransactionConfidence.Type type = 1;
- setupAutoSave(Wallet) - Method in class org.bitcoinj.kits.WalletAppKit
-
- setUpdatedAt(long) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional int64 updated_at = 5;
- setUpdatePayment(Protos.UpdatePayment) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- setUpdatePayment(Protos.UpdatePayment.Builder) - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.UpdatePayment update_payment = 8;
- setUpdateTime(Date) - Method in class org.bitcoinj.core.Transaction
-
- setUseLocalhostPeerWhenPossible(boolean) - Method in class org.bitcoinj.core.PeerGroup
-
When true (the default), PeerGroup will attempt to connect to a Bitcoin node running on localhost before
attempting to use the P2P network.
- setUserAgent(String, String, String) - Method in class org.bitcoinj.core.PeerGroup
-
Sets information that identifies this software to remote nodes.
- setUserAgent(String, String) - Method in class org.bitcoinj.core.PeerGroup
-
Sets information that identifies this software to remote nodes.
- setUserAgent(String, String) - Method in class org.bitcoinj.kits.WalletAppKit
-
Sets the string that will appear in the subver field of the version message.
- setUTXOProvider(UTXOProvider) - Method in class org.bitcoinj.wallet.Wallet
-
- setValue(Coin) - Method in class org.bitcoinj.core.TransactionOutput
-
Sets the value of this output.
- setValue(long) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional int64 value = 5;
- setValue(long) - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required int64 value = 1;
- setValueToMe(long) - Method in class org.bitcoinj.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- setVerifiedChainHead(StoredBlock) - Method in class org.bitcoinj.store.DatabaseFullPrunedBlockStore
-
- setVerifiedChainHead(StoredBlock) - Method in interface org.bitcoinj.store.FullPrunedBlockStore
-
Sets the
StoredBlock
that represents the top of the chain of greatest total work that has been
fully verified.
- setVerifiedChainHead(StoredBlock) - Method in class org.bitcoinj.store.LevelDBFullPrunedBlockStore
-
- setVerifiedChainHead(StoredBlock) - Method in class org.bitcoinj.store.MemoryFullPrunedBlockStore
-
- setVersion(int) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required int32 version = 1;
- setVersion(int) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional int32 version = 7 [default = 1];
- setVersion(int) - Method in class org.bitcoinj.wallet.Wallet
-
Set the version number of the wallet.
- setVersionMessage(VersionMessage) - Method in class org.bitcoinj.core.PeerGroup
-
Sets the
VersionMessage
that will be announced on newly created connections.
- setWatchedScript(int, Protos.Script) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- setWatchedScript(int, Protos.Script.Builder) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- setWriteTarget(MessageWriteTarget) - Method in class org.bitcoinj.core.PeerSocketHandler
-
- setWriteTarget(MessageWriteTarget) - Method in class org.bitcoinj.net.ProtobufConnection
-
- setWriteTarget(MessageWriteTarget) - Method in interface org.bitcoinj.net.StreamConnection
-
Called when this connection is attached to an upstream write target (ie a low-level connection handler).
- Sha256Hash - Class in org.bitcoinj.core
-
A Sha256Hash just wraps a byte[] so that equals and hashcode work correctly, allowing it to be used as keys in a
map.
- Sha256Hash(byte[]) - Constructor for class org.bitcoinj.core.Sha256Hash
-
Deprecated.
- Sha256Hash(String) - Constructor for class org.bitcoinj.core.Sha256Hash
-
Deprecated.
- sha256hash160(byte[]) - Static method in class org.bitcoinj.core.Utils
-
Calculates RIPEMD160(SHA256(input)).
- shift(int) - Method in class org.bitcoinj.utils.MonetaryFormat
-
Set number of digits to shift the decimal separator to the right, coming from the standard BTC notation that was
common pre-2014.
- shiftLeft(int) - Method in class org.bitcoinj.core.Coin
-
- shiftRight(int) - Method in class org.bitcoinj.core.Coin
-
- shouldSelect(Transaction) - Method in class org.bitcoinj.wallet.AllowUnconfirmedCoinSelector
-
- shouldSelect(Transaction) - Method in class org.bitcoinj.wallet.DefaultCoinSelector
-
Sub-classes can override this to just customize whether transactions are usable, but keep age sorting.
- shouldVerifyTransactions() - Method in class org.bitcoinj.core.AbstractBlockChain
-
Whether or not we are maintaining a set of unspent outputs and are verifying all transactions.
- shouldVerifyTransactions() - Method in class org.bitcoinj.core.BlockChain
-
- shouldVerifyTransactions() - Method in class org.bitcoinj.core.FullPrunedBlockChain
-
- shuffleOutputs() - Method in class org.bitcoinj.core.Transaction
-
Randomly re-orders the transaction outputs: good for privacy
- shuffleOutputs - Variable in class org.bitcoinj.wallet.SendRequest
-
If true (the default), the outputs will be shuffled during completion to randomize the location of the change
output, if any.
- shutDown() - Method in class org.bitcoinj.kits.WalletAppKit
-
- shutDown() - Method in class org.bitcoinj.net.BlockingClientManager
-
- shutdown() - Method in class org.bitcoinj.net.discovery.DnsDiscovery.DnsSeedDiscovery
-
- shutdown() - Method in class org.bitcoinj.net.discovery.HttpDiscovery
-
- shutdown() - Method in class org.bitcoinj.net.discovery.MultiplexingDiscovery
-
- shutdown() - Method in interface org.bitcoinj.net.discovery.PeerDiscovery
-
Stops any discovery in progress when we want to shut down quickly.
- shutdown() - Method in class org.bitcoinj.net.discovery.SeedPeers
-
- shutdown() - Method in class org.bitcoinj.net.discovery.TorDiscovery
-
- shutdownAndWait() - Method in class org.bitcoinj.wallet.WalletFiles
-
Shut down auto-saving.
- shutdownAutosaveAndWait() - Method in class org.bitcoinj.wallet.Wallet
-
- sig - Variable in class org.bitcoinj.signers.CustomTransactionSigner.SignatureAndKey
-
- SIG_SIZE - Static variable in class org.bitcoinj.script.Script
-
- SIGHASH_ANYONECANPAY_VALUE - Static variable in class org.bitcoinj.core.Transaction
-
- sighashFlags - Variable in class org.bitcoinj.crypto.TransactionSignature
-
A byte that controls which parts of a transaction are signed.
- sigHashMode() - Method in class org.bitcoinj.crypto.TransactionSignature
-
- sign(byte[], byte[]) - Static method in class org.bitcoin.NativeSecp256k1
-
libsecp256k1 Create an ECDSA signature.
- sign(Sha256Hash) - Method in class org.bitcoinj.core.ECKey
-
Signs the given hash and returns the R and S components as BigIntegers.
- sign(Sha256Hash, KeyParameter) - Method in class org.bitcoinj.core.ECKey
-
Signs the given hash and returns the R and S components as BigIntegers.
- sign(Sha256Hash, KeyParameter) - Method in class org.bitcoinj.crypto.DeterministicKey
-
- signature - Variable in class org.bitcoinj.protocols.channels.PaymentChannelClientState.IncrementedPayment
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.bitcoin.crawler.PeerSeedProtos.SignedPeerSeeds
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.ReturnRefund
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.bitcoin.protocols.payments.Protos.PaymentRequest
-
- SignatureAndKey(ECKey.ECDSASignature, ECKey) - Constructor for class org.bitcoinj.signers.CustomTransactionSigner.SignatureAndKey
-
- signedMessageToKey(String, String) - Static method in class org.bitcoinj.core.ECKey
-
Given an arbitrary piece of text and a Bitcoin-format message signature encoded in base64, returns an ECKey
containing the public key that was used to sign it.
- signInputs(TransactionSigner.ProposedTransaction, KeyBag) - Method in class org.bitcoinj.signers.CustomTransactionSigner
-
- signInputs(TransactionSigner.ProposedTransaction, KeyBag) - Method in class org.bitcoinj.signers.LocalTransactionSigner
-
- signInputs(TransactionSigner.ProposedTransaction, KeyBag) - Method in class org.bitcoinj.signers.MissingSigResolutionSigner
-
- signInputs(TransactionSigner.ProposedTransaction, KeyBag) - Method in interface org.bitcoinj.signers.TransactionSigner
-
Signs given transaction's inputs.
- signInputs - Variable in class org.bitcoinj.wallet.SendRequest
-
If true (the default), the inputs will be signed.
- signMessage(String) - Method in class org.bitcoinj.core.ECKey
-
Signs a text message using the standard Bitcoin messaging signing format and returns the signature as a base64
encoded string.
- signMessage(String, KeyParameter) - Method in class org.bitcoinj.core.ECKey
-
Signs a text message using the standard Bitcoin messaging signing format and returns the signature as a base64
encoded string.
- signPaymentRequest(Protos.PaymentRequest.Builder, X509Certificate[], PrivateKey) - Static method in class org.bitcoinj.protocols.payments.PaymentProtocol
-
Sign the provided payment request.
- signTransaction(SendRequest) - Method in class org.bitcoinj.wallet.Wallet
-
Given a send request containing transaction, attempts to sign it's inputs.
- signum() - Method in class org.bitcoinj.core.Coin
-
- signum() - Method in interface org.bitcoinj.core.Monetary
-
- signum() - Method in class org.bitcoinj.utils.Fiat
-
- sigsRequiredToSpend - Variable in class org.bitcoinj.wallet.DeterministicKeyChain
-
- SIGSREQUIREDTOSPEND_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.DeterministicKey
-
- size - Variable in class org.bitcoinj.core.BitcoinSerializer.BitcoinPacketHeader
-
- size() - Method in class org.bitcoinj.core.UnsafeByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.bitcoinj.utils.VersionTally
-
Get the size of the version window.
- sizeOf(long) - Static method in class org.bitcoinj.core.VarInt
-
Returns the minimum encoded size of the given unsigned long value.
- sleep(long) - Static method in class org.bitcoinj.core.Utils
-
Sleep for a span of time, or mock sleep if enabled
- SMALLEST_UNIT_EXPONENT - Static variable in class org.bitcoinj.core.Coin
-
Number of decimals for one Bitcoin.
- SMALLEST_UNIT_EXPONENT - Static variable in class org.bitcoinj.utils.Fiat
-
The absolute value of exponent of the value of a "smallest unit" in scientific notation.
- smallestUnitExponent() - Method in class org.bitcoinj.core.Coin
-
- smallestUnitExponent() - Method in interface org.bitcoinj.core.Monetary
-
Returns the absolute value of exponent of the value of a "smallest unit" in scientific notation.
- smallestUnitExponent() - Method in class org.bitcoinj.utils.Fiat
-
- smallNum(int) - Method in class org.bitcoinj.script.ScriptBuilder
-
Adds the given number as a OP_N opcode to the end of the program.
- smallNum(int, int) - Method in class org.bitcoinj.script.ScriptBuilder
-
Adds the given number as a OP_N opcode to the given index in the program.
- solve() - Method in class org.bitcoinj.core.Block
-
Finds a value of nonce that makes the blocks hash lower than the difficulty target.
- SORT_TX_BY_HEIGHT - Static variable in class org.bitcoinj.core.Transaction
-
A comparator that can be used to sort transactions by their chain height.
- SORT_TX_BY_UPDATE_TIME - Static variable in class org.bitcoinj.core.Transaction
-
A comparator that can be used to sort transactions by their updateTime field.
- SOURCE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
- SOURCE_NETWORK_VALUE - Static variable in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
SOURCE_NETWORK = 1;
- SOURCE_SELF_VALUE - Static variable in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
SOURCE_SELF = 2;
- SOURCE_UNKNOWN_VALUE - Static variable in enum org.bitcoinj.wallet.Protos.TransactionConfidence.Source
-
SOURCE_UNKNOWN = 0;
- spendableCoinbaseDepth - Variable in class org.bitcoinj.core.NetworkParameters
-
The depth of blocks required for a coinbase transaction to be spendable.
- spent - Variable in class org.bitcoinj.wallet.FilteringCoinSelector
-
- SPENT_BY_TRANSACTION_HASH_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- SPENT_BY_TRANSACTION_INDEX_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.TransactionOutput
-
- SPENT_VALUE - Static variable in enum org.bitcoinj.wallet.Protos.Transaction.Pool
-
SPENT = 5;
- SPVBlockStore - Class in org.bitcoinj.store
-
An SPVBlockStore holds a limited number of block headers in a memory mapped ring buffer.
- SPVBlockStore(NetworkParameters, File) - Constructor for class org.bitcoinj.store.SPVBlockStore
-
Creates and initializes an SPV block store.
- start() - Method in class org.bitcoinj.core.PeerGroup
-
Does a blocking startup.
- startAsync() - Method in class org.bitcoinj.core.PeerGroup
-
Starts the PeerGroup and begins network activity.
- startBlockChainDownload() - Method in class org.bitcoinj.core.Peer
-
Starts an asynchronous download of the block chain.
- startBlockChainDownload(PeerDataEventListener) - Method in class org.bitcoinj.core.PeerGroup
-
Start downloading the blockchain from the first available peer.
- startDownload(int) - Method in class org.bitcoinj.core.listeners.DownloadProgressTracker
-
Called when download is initiated.
- startFilteredBlock(FilteredBlock) - Method in class org.bitcoinj.core.Peer
-
- startUp() - Method in class org.bitcoinj.kits.WalletAppKit
-
- startUp() - Method in class org.bitcoinj.net.BlockingClientManager
-
- state() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClient
-
- state() - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientConnection
-
- state() - Method in class org.bitcoinj.protocols.channels.PaymentChannelServer
-
- StatelessTransactionSigner - Class in org.bitcoinj.signers
-
A signer that doesn't have any state to be serialized.
- StatelessTransactionSigner() - Constructor for class org.bitcoinj.signers.StatelessTransactionSigner
-
- stateMachine - Variable in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- stateMachine - Variable in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- StateMachine<State extends Enum<State>> - Class in org.bitcoinj.protocols.channels
-
A class representing a state machine, with limited transitions between states.
- StateMachine(State, Multimap<State, State>) - Constructor for class org.bitcoinj.protocols.channels.StateMachine
-
- stop() - Method in class org.bitcoinj.core.PeerGroup
-
Does a blocking stop
- stopAsync() - Method in class org.bitcoinj.core.PeerGroup
-
- stopHash - Variable in class org.bitcoinj.core.GetBlocksMessage
-
- store() - Method in class org.bitcoinj.kits.WalletAppKit
-
- storeChannelInWallet(Sha256Hash) - Method in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
Stores this channel's state in the wallet as a part of a
StoredPaymentChannelClientStates
wallet
extension and keeps it up-to-date each time payment is incremented.
- storeChannelInWallet(PaymentChannelServer) - Method in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
Stores this channel's state in the wallet as a part of a
StoredPaymentChannelServerStates
wallet
extension and keeps it up-to-date each time payment is incremented.
- StoredBlock - Class in org.bitcoinj.core
-
Wraps a
Block
object with extra data that can be derived from the block chain but is slow or inconvenient to
calculate.
- StoredBlock(Block, BigInteger, int) - Constructor for class org.bitcoinj.core.StoredBlock
-
- StoredBlockAndWasUndoableFlag(StoredBlock, boolean) - Constructor for class org.bitcoinj.store.MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag
-
- storedChannel - Variable in class org.bitcoinj.protocols.channels.PaymentChannelClientState
-
- StoredPaymentChannelClientStates - Class in org.bitcoinj.protocols.channels
-
This class maintains a set of
StoredClientChannel
s, automatically (re)broadcasting the contract transaction
and broadcasting the refund transaction over the given
TransactionBroadcaster
.
- StoredPaymentChannelClientStates(Wallet, TransactionBroadcaster) - Constructor for class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Creates a new StoredPaymentChannelClientStates and associates it with the given
Wallet
and
TransactionBroadcaster
which are used to complete and announce contract and refund
transactions.
- StoredPaymentChannelClientStates(Wallet) - Constructor for class org.bitcoinj.protocols.channels.StoredPaymentChannelClientStates
-
Creates a new StoredPaymentChannelClientStates and associates it with the given
Wallet
Use this constructor if you use WalletAppKit, it will provide the broadcaster for you (no need to call the setter)
- StoredPaymentChannelServerStates - Class in org.bitcoinj.protocols.channels
-
Keeps track of a set of
StoredServerChannel
s and expires them 2 hours before their refund transactions
unlock.
- StoredPaymentChannelServerStates(Wallet, TransactionBroadcaster) - Constructor for class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
Creates a new PaymentChannelServerStateManager and associates it with the given
Wallet
and
TransactionBroadcaster
which are used to complete and announce payment transactions.
- StoredPaymentChannelServerStates(Wallet) - Constructor for class org.bitcoinj.protocols.channels.StoredPaymentChannelServerStates
-
Creates a new PaymentChannelServerStateManager and associates it with the given
Wallet
Use this constructor if you use WalletAppKit, it will provide the broadcaster for you (no need to call the setter)
- storedServerChannel - Variable in class org.bitcoinj.protocols.channels.PaymentChannelServerState
-
- StoredServerChannel - Class in org.bitcoinj.protocols.channels
-
Represents the state of a channel once it has been opened in such a way that it can be stored and used to resume a
channel which was interrupted (eg on connection failure) or settle the channel automatically as the channel expire
time approaches.
- StoredUndoableBlock - Class in org.bitcoinj.core
-
Contains minimal data neccessary to disconnect/connect the transactions
in the stored block at will.
- StoredUndoableBlock(Sha256Hash, TransactionOutputChanges) - Constructor for class org.bitcoinj.core.StoredUndoableBlock
-
- StoredUndoableBlock(Sha256Hash, List<Transaction>) - Constructor for class org.bitcoinj.core.StoredUndoableBlock
-
- StreamConnection - Interface in org.bitcoinj.net
-
- StreamConnectionFactory - Interface in org.bitcoinj.net
-
A factory which generates new
StreamConnection
s when a new connection is opened.
- style(BtcAutoFormat.Style) - Method in class org.bitcoinj.utils.BtcFormat.Builder
-
Specify the new BtcFormat
is to be automatically-denominating.
- subsidyDecreaseBlockCount - Variable in class org.bitcoinj.core.NetworkParameters
-
- subtract(Coin) - Method in class org.bitcoinj.core.Coin
-
- subtract(ECPoint) - Method in class org.bitcoinj.crypto.LazyECPoint
-
- subtract(Fiat) - Method in class org.bitcoinj.utils.Fiat
-
- subVer - Variable in class org.bitcoinj.core.VersionMessage
-
User-Agent as defined in
BIP 14.
- symbol() - Method in class org.bitcoinj.utils.BtcFixedFormat
-
Return the currency symbol that identifies the units in which values formatted by this
instance are denominated.
- symbol(String) - Method in class org.bitcoinj.utils.BtcFormat.Builder
-
Specify a currency symbol to be used in the denomination-unit indicators
of formatted values.
- symbols() - Method in class org.bitcoinj.utils.BtcFormat
-
Return a copy of the localized symbols used by this instance for formatting and parsing.
- SYNTAX_ERROR_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
SYNTAX_ERROR = 2;