- calcLength(byte[], int) - Static method in class com.google.bitcoin.core.Transaction
-
- calcSigHashValue(Transaction.SigHash, boolean) - Static method in class com.google.bitcoin.crypto.TransactionSignature
-
Calculates the byte used in the protocol to represent the combination of mode and anyoneCanPay.
- calculateAllSpendCandidates(boolean) - Method in class com.google.bitcoin.core.Wallet
-
Returns a list of all possible outputs we could possibly spend, potentially even including immature coinbases
(which the protocol may forbid us from spending).
- calculateBalanceForAddress(Address) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
Calculate the balance for a coinbase, to-address, or p2sh address.
- calculateSignature(int, ECKey, KeyParameter, byte[], Transaction.SigHash, boolean) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Transaction
-
Calculates a signature that is valid for being inserted into the input at the given position.
- CENT - Static variable in class com.google.bitcoin.core.Utils
-
How many "nanocoins" there are in 0.01 BitCoins.
- CERTIFICATE_FIELD_NUMBER - Static variable in class org.bitcoin.protocols.payments.Protos.X509Certificates
-
- chain() - Method in class com.google.bitcoin.kits.WalletAppKit
-
- chain - Variable in class com.google.bitcoin.utils.TestWithWallet
-
- CHAIN_WORK_BYTES - Static variable in class com.google.bitcoin.core.StoredBlock
-
- chainHead - Variable in class com.google.bitcoin.core.AbstractBlockChain
-
Tracks the top of the best known chain.
- changeAddress - Variable in class com.google.bitcoin.core.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.
- CHANNEL_EXPIRE_OFFSET - Static variable in class com.google.bitcoin.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 com.google.bitcoin.jni.NativePaymentChannelServerConnectionEventHandler
-
- channelClosed(PaymentChannelCloseException.CloseReason) - Method in class com.google.bitcoin.protocols.channels.ServerConnectionEventHandler
-
Called when the channel was closed for some reason.
- channelOpen(Sha256Hash) - Method in class com.google.bitcoin.jni.NativePaymentChannelServerConnectionEventHandler
-
- channelOpen(boolean) - Method in interface com.google.bitcoin.protocols.channels.IPaymentChannelClient.ClientConnection
-
- channelOpen(Sha256Hash) - Method in interface com.google.bitcoin.protocols.channels.PaymentChannelServer.ServerConnection
-
Triggered when the channel is opened and payments can begin
- channelOpen(Sha256Hash) - Method in class com.google.bitcoin.protocols.channels.ServerConnectionEventHandler
-
Triggered when the channel is opened and application messages/payments can begin
- CHANNELS_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- CHANNELS_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- check(List<String>) - Method in class com.google.bitcoin.crypto.MnemonicCode
-
Check to see if a mnemonic word list is valid.
- checkAESKey(KeyParameter) - Method in class com.google.bitcoin.core.Wallet
-
Check whether the AES key can decrypt the first encrypted key in the wallet.
- checkBitLE(byte[], int) - Static method in class com.google.bitcoin.core.Utils
-
- checkNotExpired() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
- checkPassword(CharSequence) - Method in class com.google.bitcoin.core.Wallet
-
Check whether the password can decrypt the first key in the wallet.
- checkpoint(NetworkParameters, InputStream, BlockStore, long) - Static method in class com.google.bitcoin.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 com.google.bitcoin.core
-
Vends hard-coded
StoredBlock
s for blocks throughout the chain.
- CheckpointManager(NetworkParameters, InputStream) - Constructor for class com.google.bitcoin.core.CheckpointManager
-
- checkpoints - Variable in class com.google.bitcoin.core.CheckpointManager
-
- checkpoints - Variable in class com.google.bitcoin.core.NetworkParameters
-
- checkpoints - Variable in class com.google.bitcoin.kits.WalletAppKit
-
- checksum - Variable in class com.google.bitcoin.core.BitcoinSerializer.BitcoinPacketHeader
-
- checksum - Variable in class com.google.bitcoin.core.Message
-
- ChildMessage - Class in com.google.bitcoin.core
-
Represents a Message type that can be contained within another Message.
- ChildMessage() - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildMessage(NetworkParameters) - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, int) - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, int, Message, boolean, boolean, int) - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int) - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildMessage(NetworkParameters, byte[], int, Message, boolean, boolean, int) - Constructor for class com.google.bitcoin.core.ChildMessage
-
- ChildNumber - Class in com.google.bitcoin.crypto
-
This is just a wrapper for the i (child number) as per BIP 32 with a boolean getter for the first bit and a getter
for the actual 0-based child number.
- ChildNumber(int, boolean) - Constructor for class com.google.bitcoin.crypto.ChildNumber
-
- ChildNumber(int) - Constructor for class com.google.bitcoin.crypto.ChildNumber
-
- chunks - Variable in class com.google.bitcoin.script.Script
-
- cleanup() - Method in class com.google.bitcoin.core.Wallet
-
Clean up the wallet.
- clear() - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
Clears all the EncryptedPrivateKey contents from memory (overwriting all data including PRIVATE KEYS).
- clear() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- clear() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- clear() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- clear() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.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.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.wallet.Protos.EncryptedPrivateKey.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.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.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 com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- clearBestValueToMe() - Method in class com.google.bitcoin.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.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;
- clearChannels() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- clearChannels() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- clearClientChangeValue() - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- clearClientOutput() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes clientOutput = 5;
- clearClientVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ClientVersion client_version = 2;
- clearCloseTransactionHash() - Method in class com.google.bitcoin.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];
- clearConfidence() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
optional .wallet.TransactionConfidence confidence = 9;
- clearContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- clearContractTransaction() - Method in class com.google.bitcoin.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;
- 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;
- clearEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes encrypted_private_key = 2;
- clearEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- 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;
- clearEventListeners() - Method in class com.google.bitcoin.core.PeerGroup
-
Removes all event listeners simultaneously.
- 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;
- 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;
- clearHash() - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- clearId() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- clearId() - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required string id = 1;
- clearInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.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 com.google.bitcoin.core.Transaction
-
Removes all the inputs from this transaction.
- clearIpAddress() - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- 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;
- 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;
- 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;
- 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;
- 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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- clearMyKey() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- clearN() - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- 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 com.google.bitcoin.core.Transaction
-
Removes all the inputs from this transaction.
- clearOutputs() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
repeated .payments.Output outputs = 2;
- 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];
- clearPayment() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- 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;
- 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.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;
- clearPrivateKey() - Method in class com.google.bitcoin.core.ECKey
-
Clears all the ECKey private key contents from memory.
- clearPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes private_key = 2;
- 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;
- 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 com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- clearRefundTransactionUnlockTimeSecs() - Method in class com.google.bitcoin.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.wallet.Protos.TransactionInput.Builder
-
required bytes script_bytes = 3;
- clearScriptBytes() - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required bytes script_bytes = 2;
- 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;
- clearServerVersion() - Method in class org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.Builder
-
optional .paymentchannels.ServerVersion server_version = 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.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;
- 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;
- clearTime() - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- 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(int) - Method in class com.google.bitcoin.core.Wallet
-
Deletes transactions which appeared above the given block height from the wallet, but does not touch the keys.
- clearTransactions() - Method in class org.bitcoin.protocols.payments.Protos.Payment.Builder
-
repeated bytes transactions = 2;
- 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.TransactionOutput.Builder
-
required int64 value = 1;
- clearValueToMe() - Method in class com.google.bitcoin.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;
- clearWatchedScript() - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
repeated .wallet.Script watched_script = 15;
- clearWorkDone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 work_done = 5;
- CLIENT_CHANGE_VALUE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.UpdatePayment
-
- 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 com.google.bitcoin.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.
- CLIENTOUTPUT_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- ClientState - Class in com.google.bitcoin.protocols.channels
-
- ClientState.StoredClientPaymentChannel - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannel
- ClientState.StoredClientPaymentChannel.Builder - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannel
- ClientState.StoredClientPaymentChannelOrBuilder - Interface in com.google.bitcoin.protocols.channels
-
- ClientState.StoredClientPaymentChannels - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannels
- ClientState.StoredClientPaymentChannels.Builder - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredClientPaymentChannels
- ClientState.StoredClientPaymentChannelsOrBuilder - Interface in com.google.bitcoin.protocols.channels
-
- clientVersion - Variable in class com.google.bitcoin.core.VersionMessage
-
The version number of the protocol spoken.
- clone() - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
- clone() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- clone() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- clone() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- clone() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.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.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.wallet.Protos.EncryptedPrivateKey.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.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.Wallet.Builder
-
- cloneAsHeader() - Method in class com.google.bitcoin.core.Block
-
Returns a copy of the block, but without any transactions.
- close() - Method in class com.google.bitcoin.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 com.google.bitcoin.protocols.channels.PaymentChannelServer
-
Closes the connection by generating a settle message for the client and calls
ServerConnection#destroyConnection(CloseReason)
.
- close() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerListener
-
Closes all client connections currently connected gracefully.
- close() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
Closes this channel and broadcasts the highest value payment transaction on the network.
- close() - Method in interface com.google.bitcoin.store.BlockStore
-
Closes the store.
- close() - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- close() - Method in class com.google.bitcoin.store.MemoryBlockStore
-
- close() - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- close() - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- close() - Method in class com.google.bitcoin.store.SPVBlockStore
-
- CLOSE_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType
-
CLOSE = 9;
- closeChannel() - Method in class com.google.bitcoin.protocols.channels.ServerConnectionEventHandler
-
- closeChannel(StoredServerChannel) - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelServerStates
-
- closeConnection() - Method in class com.google.bitcoin.net.BlockingClient
-
- closeConnection() - Method in interface com.google.bitcoin.net.MessageWriteTarget
-
- closeConnection() - Method in class com.google.bitcoin.net.NioClient
-
- closeConnection() - Method in class com.google.bitcoin.net.ProtobufParser
-
- closeConnections(int) - Method in class com.google.bitcoin.net.BlockingClientManager
-
- closeConnections(int) - Method in interface com.google.bitcoin.net.ClientConnectionManager
-
Closes n peer connections
- closeConnections(int) - Method in class com.google.bitcoin.net.NioClientManager
-
- CLOSETRANSACTIONHASH_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- CODE_FIELD_NUMBER - Static variable in class org.bitcoin.paymentchannel.Protos.Error
-
- COIN - Static variable in class com.google.bitcoin.core.Utils
-
How many "nanocoins" there are in a Bitcoin.
- CoinSelection - Class in com.google.bitcoin.wallet
-
- CoinSelection(BigInteger, Collection<TransactionOutput>) - Constructor for class com.google.bitcoin.wallet.CoinSelection
-
- coinSelector - Variable in class com.google.bitcoin.core.Wallet.SendRequest
-
If not null, the
CoinSelector
to use instead of the wallets default.
- CoinSelector - Interface in com.google.bitcoin.wallet
-
A CoinSelector is responsible for picking some outputs to spend, from the list of all spendable outputs.
- com.google.bitcoin.core - package com.google.bitcoin.core
-
- com.google.bitcoin.crypto - package com.google.bitcoin.crypto
-
- com.google.bitcoin.jni - package com.google.bitcoin.jni
-
- com.google.bitcoin.kits - package com.google.bitcoin.kits
-
- com.google.bitcoin.net - package com.google.bitcoin.net
-
- com.google.bitcoin.net.discovery - package com.google.bitcoin.net.discovery
-
- com.google.bitcoin.params - package com.google.bitcoin.params
-
- com.google.bitcoin.protocols.channels - package com.google.bitcoin.protocols.channels
-
- com.google.bitcoin.protocols.payments - package com.google.bitcoin.protocols.payments
-
- com.google.bitcoin.script - package com.google.bitcoin.script
-
- com.google.bitcoin.store - package com.google.bitcoin.store
-
- com.google.bitcoin.uri - package com.google.bitcoin.uri
-
- com.google.bitcoin.utils - package com.google.bitcoin.utils
-
- com.google.bitcoin.wallet - package com.google.bitcoin.wallet
-
- command - Variable in class com.google.bitcoin.core.BitcoinSerializer.BitcoinPacketHeader
-
- commitDatabaseBatchWrite() - Method in interface com.google.bitcoin.store.FullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- commitDatabaseBatchWrite() - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- commitTx(Transaction) - Method in class com.google.bitcoin.core.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 com.google.bitcoin.core.StoredBlock
-
- compareTo(Object) - Method in class com.google.bitcoin.core.Sha256Hash
-
- compareTo(ExponentialBackoff) - Method in class com.google.bitcoin.utils.ExponentialBackoff
-
- completeTx(Wallet.SendRequest) - Method in class com.google.bitcoin.core.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.
- CONFIDENCE_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.Transaction
-
- connect(Map<Sha256Hash, Transaction>, TransactionInput.ConnectMode) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionInput
-
Connects this input to the relevant output of the referenced transaction.
- connect(TransactionOutput) - Method in class com.google.bitcoin.core.TransactionInput
-
Internal use only: connects this TransactionInput to the given output (updates pointers and spent flags)
- connectionClosed() - Method in class com.google.bitcoin.core.Peer
-
- connectionClosed() - Method in class com.google.bitcoin.net.ProtobufParser
-
- connectionClosed(ProtobufParser<MessageType>) - Method in interface com.google.bitcoin.net.ProtobufParser.Listener
-
Called when the connection is closed and no more data should be provided.
- connectionClosed() - Method in interface com.google.bitcoin.net.StreamParser
-
Called when the connection socket is closed
- connectionClosed() - Method in interface com.google.bitcoin.protocols.channels.IPaymentChannelClient
-
Called when the connection to the server terminates.
- connectionClosed() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClient
-
Called when the connection terminates.
- connectionClosed() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServer
-
Called when the connection terminates.
- connectionOpen(ProtobufParser<MessageType>) - Method in interface com.google.bitcoin.net.ProtobufParser.Listener
-
Called when the connection is opened and available for writing data to.
- connectionOpen() - Method in interface com.google.bitcoin.protocols.channels.IPaymentChannelClient
-
Called to indicate the connection has been opened and messages can now be generated for the server.
- connectionOpen() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClient
-
Called to indicate the connection has been opened and messages can now be generated for the server.
- connectionOpen() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServer
-
Called to indicate the connection has been opened and messages can now be generated for the client.
- connectionOpened() - Method in class com.google.bitcoin.core.Peer
-
- connectionOpened() - Method in class com.google.bitcoin.net.ProtobufParser
-
- connectionOpened() - Method in interface com.google.bitcoin.net.StreamParser
-
Called when the connection socket is first opened
- connectTo(InetSocketAddress) - Method in class com.google.bitcoin.core.PeerGroup
-
Connect to a peer by creating a channel to the destination address.
- connectTo(PeerAddress, boolean) - Method in class com.google.bitcoin.core.PeerGroup
-
- connectToAnyPeer() - Method in class com.google.bitcoin.core.PeerGroup
-
Picks a peer from discovery and connects to it.
- connectToLocalHost() - Method in class com.google.bitcoin.kits.WalletAppKit
-
Will only connect to localhost.
- connectTransactions(int, Block) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.AbstractBlockChain
-
Load newBlock from BlockStore and connect its transactions, returning changes to the set of unspent transactions.
- connectTransactions(int, Block) - Method in class com.google.bitcoin.core.BlockChain
-
- connectTransactions(StoredBlock) - Method in class com.google.bitcoin.core.BlockChain
-
- connectTransactions(int, Block) - Method in class com.google.bitcoin.core.FullPrunedBlockChain
-
- connectTransactions(StoredBlock) - Method in class com.google.bitcoin.core.FullPrunedBlockChain
-
- contains(byte[]) - Method in class com.google.bitcoin.core.BloomFilter
-
Returns true if the given object matches the filter either because it was inserted, or because we have a
false-positive.
- CONTRACTTRANSACTION_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- CONTRACTTRANSACTION_FIELD_NUMBER - Static variable in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- convertToBitcoinURI(Address, BigInteger, String, String) - Static method in class com.google.bitcoin.uri.BitcoinURI
-
- convertToBitcoinURI(String, BigInteger, String, String) - Static method in class com.google.bitcoin.uri.BitcoinURI
-
Simple Bitcoin URI builder using known good fields.
- copyOf(byte[], int) - Static method in class com.google.bitcoin.core.Utils
-
- correctlySpends(Transaction, long, Script, boolean) - Method in class com.google.bitcoin.script.Script
-
Verifies that this script (interpreted as a scriptSig) correctly spends the given scriptPubKey.
- create(byte[]) - Static method in class com.google.bitcoin.core.Sha256Hash
-
Calculates the (one-time) hash of contents and returns it as a new wrapped hash.
- create(String, IPaymentChannelClient.ClientConnection) - Method in interface com.google.bitcoin.protocols.channels.IPaymentChannelClient.Factory
-
- create(Wallet, Transaction, List<Transaction>) - Method in class com.google.bitcoin.wallet.DefaultRiskAnalysis.Analyzer
-
- create(Wallet, Transaction, List<Transaction>) - Method in interface com.google.bitcoin.wallet.RiskAnalysis.Analyzer
-
- createDouble(byte[]) - Static method in class com.google.bitcoin.core.Sha256Hash
-
Calculates the hash of the hash of the contents.
- createFakeBlock(BlockStore, long, Transaction...) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFakeBlock(BlockStore, Transaction...) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFakeDoubleSpendTxns(NetworkParameters, Address) - Static method in class com.google.bitcoin.utils.TestUtils
-
Creates two transactions that spend the same (fake) output.
- createFakeTx(NetworkParameters, BigInteger, Address) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFakeTx(NetworkParameters, BigInteger, ECKey) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFakeTx(NetworkParameters, BigInteger, Address, Address) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFakeTxWithChangeAddress(NetworkParameters, BigInteger, Address, Address) - Static method in class com.google.bitcoin.utils.TestUtils
-
- createFromBitcoinUri(BitcoinURI) - Static method in class com.google.bitcoin.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 com.google.bitcoin.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, String) - Static method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.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, String) - Static method in class com.google.bitcoin.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 com.google.bitcoin.script.Script
-
- createInputScript(byte[]) - Static method in class com.google.bitcoin.script.Script
-
- createInputScript(TransactionSignature, ECKey) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Creates a scriptSig that can redeem a pay-to-address output.
- createInputScript(TransactionSignature) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Creates a scriptSig that can redeem a pay-to-pubkey output.
- createMasterPrivateKey(byte[]) - Static method in class com.google.bitcoin.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 com.google.bitcoin.crypto.HDKeyDerivation
-
- createMasterPubKeyFromBytes(byte[], byte[]) - Static method in class com.google.bitcoin.crypto.HDKeyDerivation
-
- createMultiSigInputScript(List<TransactionSignature>) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program.
- createMultiSigInputScript(TransactionSignature...) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program.
- createMultiSigInputScriptBytes(List<byte[]>) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Create a program that satisfies an OP_CHECKMULTISIG program, using pre-encoded signatures.
- createMultiSigOutputScript(int, List<ECKey>) - Static method in class com.google.bitcoin.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 com.google.bitcoin.script.ScriptBuilder
-
Creates a program that requires at least N of the given keys to sign, using OP_CHECKMULTISIG.
- createNextBlock(Address, long) - Method in class com.google.bitcoin.core.Block
-
Returns a solved block that builds on top of this one.
- createNextBlock(Address, TransactionOutPoint) - Method in class com.google.bitcoin.core.Block
-
- createNextBlock(Address, BigInteger) - Method in class com.google.bitcoin.core.Block
-
- createNextBlock(Address) - Method in class com.google.bitcoin.core.Block
-
- createNextBlockWithCoinbase(byte[], BigInteger) - Method in class com.google.bitcoin.core.Block
-
- createOutputScript(Address) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Creates a scriptPubKey that encodes payment to the given address.
- createOutputScript(ECKey) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Creates a scriptPubKey that encodes payment to the given raw public key.
- createP2SHOutputScript(byte[]) - Static method in class com.google.bitcoin.script.ScriptBuilder
-
Creates a scriptPubKey that sends to the given script hash.
- createPeerGroup() - Method in class com.google.bitcoin.kits.WalletAppKit
-
- createSend(Address, BigInteger) - Method in class com.google.bitcoin.core.Wallet
-
Statelessly creates a transaction that sends the given value to address.
- 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
-
- currentTimeMillis() - Static method in class com.google.bitcoin.core.Utils
-
Returns the current time in seconds since the epoch, or a mocked out equivalent.
- cursor - Variable in class com.google.bitcoin.core.Message
-
- CURVE - Static variable in class com.google.bitcoin.core.ECKey
-
The parameters of the secp256k1 curve that Bitcoin uses.
- gathered - Variable in class com.google.bitcoin.wallet.CoinSelection
-
- genesisBlock - Variable in class com.google.bitcoin.core.NetworkParameters
-
- get(Sha256Hash) - Method in class com.google.bitcoin.core.MemoryPool
-
Returns the
Transaction
for the given hash if we have downloaded it, or null if that hash is unknown or
we only saw advertisements for it yet or it has been downloaded but garbage collected due to nowhere else
holding a reference to it.
- get(List<ChildNumber>, boolean, boolean) - Method in class com.google.bitcoin.crypto.DeterministicHierarchy
-
Returns a key for the given path, optionally creating it.
- get() - Static method in class com.google.bitcoin.params.MainNetParams
-
- get() - Static method in class com.google.bitcoin.params.RegTestParams
-
- get() - Static method in class com.google.bitcoin.params.TestNet2Params
-
- get() - Static method in class com.google.bitcoin.params.TestNet3Params
-
- get() - Static method in class com.google.bitcoin.params.UnitTestParams
-
- get(Sha256Hash) - Method in interface com.google.bitcoin.store.BlockStore
-
Returns the StoredBlock given a hash.
- get(Sha256Hash, boolean) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- get(Sha256Hash) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- get(Sha256Hash) - Method in class com.google.bitcoin.store.MemoryBlockStore
-
- get(Sha256Hash) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- get(Sha256Hash, boolean) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- get(Sha256Hash) - Method in class com.google.bitcoin.store.SPVBlockStore
-
- get() - Static method in class com.google.bitcoin.wallet.AllowUnconfirmedCoinSelector
-
Returns a global static instance of the selector.
- getAcceptableAddressCodes() - Method in class com.google.bitcoin.core.NetworkParameters
-
The version codes that prefix addresses which are acceptable on this network.
- getAddr() - Method in class com.google.bitcoin.core.PeerAddress
-
- getAddress() - Method in class com.google.bitcoin.core.PeerSocketHandler
-
- getAddress() - Method in class com.google.bitcoin.uri.BitcoinURI
-
The Bitcoin Address from the URI, if one was present.
- getAddresses() - Method in class com.google.bitcoin.core.AddressMessage
-
- getAddressHeader() - Method in class com.google.bitcoin.core.NetworkParameters
-
First byte of a base58 encoded address.
- GetAddrMessage - Class in com.google.bitcoin.core
-
Represents the "getaddr" P2P protocol message, which requests network
AddressMessage
s from a peer.
- GetAddrMessage(NetworkParameters) - Constructor for class com.google.bitcoin.core.GetAddrMessage
-
- getAlertSigningKey() - Method in class com.google.bitcoin.core.NetworkParameters
-
- getAmount() - Method in class com.google.bitcoin.uri.BitcoinURI
-
- 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];
- getAppearedAtChainHeight() - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.FilteredBlock
-
Gets the set of transactions which were provided using provideTransaction() which match in getTransactionHashes()
- getBalance() - Method in class com.google.bitcoin.core.Wallet
-
Returns the AVAILABLE balance of this wallet.
- getBalance(Wallet.BalanceType) - Method in class com.google.bitcoin.core.Wallet
-
Returns the balance of this wallet as calculated by the provided balanceType.
- getBalance(CoinSelector) - Method in class com.google.bitcoin.core.Wallet
-
Returns the balance that would be considered spendable by the given coin selector.
- getBalanceForServer(Sha256Hash) - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelClientStates
-
Returns the outstanding amount of money sent back to us for all channels to this server added together.
- getBalanceFuture(BigInteger, Wallet.BalanceType) - Method in class com.google.bitcoin.core.Wallet
-
Returns a future that will complete when the balance of the given type has becom equal or larger to the given
value.
- getBestChainHeight() - Method in class com.google.bitcoin.core.AbstractBlockChain
-
- getBestHeight() - Method in class com.google.bitcoin.core.Peer
-
- getBestValueSignature() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- getBestValueSignature() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes bestValueSignature = 2;
- getBestValueSignature() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes bestValueSignature = 2;
- getBestValueToMe() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
Gets the highest payment to ourselves (which we will receive on settle(), not including fees)
- getBestValueToMe() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- getBestValueToMe() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 bestValueToMe = 1;
- getBestValueToMe() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 bestValueToMe = 1;
- getBlock(Sha256Hash) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.FilteredBlock
-
Gets a copy of the block header
- getBlockHeaders() - Method in class com.google.bitcoin.core.HeadersMessage
-
- getBlockInflation(int) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.GetBlocksMessage
-
- GetBlocksMessage(NetworkParameters, byte[]) - Constructor for class com.google.bitcoin.core.GetBlocksMessage
-
- getBlockStore() - Method in class com.google.bitcoin.core.AbstractBlockChain
-
Returns the
BlockStore
the chain was constructed with.
- getBloomFilter() - Method in class com.google.bitcoin.core.Peer
-
- getBloomFilter(int, double, long) - Method in interface com.google.bitcoin.core.PeerFilterProvider
-
Gets a bloom filter that contains all the necessary elements for the listener to receive relevant transactions.
- getBloomFilter(double) - Method in class com.google.bitcoin.core.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 com.google.bitcoin.core.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 com.google.bitcoin.core.PeerFilterProvider
-
- getBloomFilterElementCount() - Method in class com.google.bitcoin.core.Wallet
-
- getBroadcastBy() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Sha256Hash
-
- getCancel() - Method in class com.google.bitcoin.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 com.google.bitcoin.crypto.DeterministicKey
-
Returns the chain code associated with this key.
- getChainHead() - Method in class com.google.bitcoin.core.AbstractBlockChain
-
Returns the block at the head of the current best chain.
- getChainHead() - Method in interface com.google.bitcoin.store.BlockStore
-
Returns the
StoredBlock
that represents the top of the chain of greatest total work.
- getChainHead() - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- getChainHead() - Method in class com.google.bitcoin.store.MemoryBlockStore
-
- getChainHead() - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- getChainHead() - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- getChainHead() - Method in class com.google.bitcoin.store.SPVBlockStore
-
- getChainWork() - Method in class com.google.bitcoin.core.StoredBlock
-
The total sum of work done in this block, and all the blocks below it in the chain.
- getChangeAddress() - Method in class com.google.bitcoin.core.Wallet
-
Returns the address used for change outputs.
- getChannel(Sha256Hash) - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelServerStates
-
- getChannelOpenFuture() - Method in class com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannels(int) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannels(int) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannels(int) - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsBuilderList() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsBuilderList() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsCount() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsCount() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsList() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsList() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilder(int) - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getChannelsOrBuilderList() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- getCheckpointBefore(long) - Method in class com.google.bitcoin.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 com.google.bitcoin.crypto.ChildNumber
-
- getChildNumber() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getChildNumberPath() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getChunks() - Method in class com.google.bitcoin.script.Script
-
Returns an immutable list of the scripts parsed form.
- 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;
- getClientOutput() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes clientOutput = 5;
- getClientOutput() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes clientOutput = 5;
- getClientOutput() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required 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 com.google.bitcoin.protocols.channels.PaymentChannelCloseException
-
- getCloseTransactionHash() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- getCloseTransactionHash() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes closeTransactionHash = 7;
- getCloseTransactionHash() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
optional bytes closeTransactionHash = 7;
- 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];
- getCoinSelector() - Method in class com.google.bitcoin.core.Wallet
-
Returns the
CoinSelector
object which controls which outputs can be spent by this wallet.
- getComment() - Method in class com.google.bitcoin.core.AlertMessage
-
This field is unused.
- getCompletedRefundTransaction() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
- getConfidence() - Method in class com.google.bitcoin.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;
- getConfidenceType() - Method in class com.google.bitcoin.core.TransactionConfidence
-
Returns a general statement of the level of confidence you can have in this transaction.
- getConnectedClientCount() - Method in class com.google.bitcoin.net.BlockingClientManager
-
- getConnectedClientCount() - Method in interface com.google.bitcoin.net.ClientConnectionManager
-
Gets the number of connected peers
- getConnectedClientCount() - Method in class com.google.bitcoin.net.NioClientManager
-
- getConnectedKey(Wallet) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionInput
-
- getConnectedOutput() - Method in class com.google.bitcoin.core.TransactionOutPoint
-
An outpoint is a part of a transaction input that points to the output of another transaction.
- getConnectedPeers() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns a newly allocated list containing the currently connected peers.
- getConnectionOpenFuture() - Method in class com.google.bitcoin.core.Peer
-
Provides a ListenableFuture that can be used to wait for the socket to connect.
- getContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes contractTransaction = 2;
- getContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- getContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes contractTransaction = 4;
- getContractTransaction() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes contractTransaction = 4;
- getCreationTimeSeconds() - Method in class com.google.bitcoin.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 com.google.bitcoin.script.Script
-
- 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;
- getData(Peer, GetDataMessage) - Method in class com.google.bitcoin.core.AbstractPeerEventListener
-
- getData(Peer, GetDataMessage) - Method in interface com.google.bitcoin.core.PeerEventListener
-
Called when a peer receives a getdata message, usually in response to an "inv" being broadcast.
- getData(Peer, GetDataMessage) - Method in class com.google.bitcoin.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;
- getDataHash() - Method in class com.google.bitcoin.core.CheckpointManager
-
Returns a hash of the concatenated checkpoint data.
- GetDataMessage - Class in com.google.bitcoin.core
-
Represents the "getdata" P2P network message, which requests the contents of blocks or transactions given their
hashes.
- GetDataMessage(NetworkParameters, byte[]) - Constructor for class com.google.bitcoin.core.GetDataMessage
-
- GetDataMessage(NetworkParameters, byte[], boolean, boolean, int) - Constructor for class com.google.bitcoin.core.GetDataMessage
-
Deserializes a 'getdata' message.
- GetDataMessage(NetworkParameters) - Constructor for class com.google.bitcoin.core.GetDataMessage
-
- getDate() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns the date that the payment request was generated.
- getDefaultInstance() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDefaultInstance() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDefaultInstance() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDefaultInstance() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey
-
- 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.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.Wallet
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- getDefaultInstanceForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
- 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.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.Wallet.Builder
-
- getDefaultInstanceForType() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
- 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 com.google.bitcoin.core.TransactionConfidence
-
Returns a future that completes when the transaction has been confirmed by "depth" blocks.
- getDepthFuture(int) - Method in class com.google.bitcoin.core.TransactionConfidence
-
- getDepthInBlocks() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Wallet
-
Get the description of the wallet.
- 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;
- 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 com.google.bitcoin.protocols.channels.ClientState
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ServerState
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
- getDescriptor() - Static method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey.Builder
-
- getDescriptor() - Static method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
- 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.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.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
- getDescriptorForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
- getDescriptorForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
- getDescriptorForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.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.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.wallet.Protos.EncryptedPrivateKey.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.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.Wallet.Builder
-
- getDescriptorForType() - Method in enum org.bitcoinj.wallet.Protos.Wallet.EncryptionType
-
- getDifficultyTarget() - Method in class com.google.bitcoin.core.Block
-
Returns the difficulty of the proof of work that this block should meet encoded in compact form.
- getDifficultyTargetAsInteger() - Method in class com.google.bitcoin.core.Block
-
Returns the difficulty target as a 256 bit value that can be compared to a SHA-256 hash.
- getDnsSeeds() - Method in class com.google.bitcoin.core.NetworkParameters
-
Returns DNS names that when resolved, give IP addresses of active peers.
- getDownloadData() - Method in class com.google.bitcoin.core.Peer
-
Returns true if this peer will try and download things it is sent in "inv" messages.
- getDownloadPeer() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns the currently selected download peer.
- getDumpedPrivateKeyHeader() - Method in class com.google.bitcoin.core.NetworkParameters
-
First byte of a base58 encoded dumped private key.
- getEarliestKeyCreationTime() - Method in interface com.google.bitcoin.core.PeerFilterProvider
-
Returns the earliest timestamp (seconds since epoch) for which full/bloom-filtered blocks must be downloaded.
- getEarliestKeyCreationTime() - Method in class com.google.bitcoin.core.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()
.
- getEncryptedBytes() - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
- getEncryptedPrivateKey() - Method in class com.google.bitcoin.core.ECKey
-
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes encrypted_private_key = 2;
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
required bytes encrypted_private_key = 2;
- getEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.EncryptedPrivateKeyOrBuilder
-
required bytes encrypted_private_key = 2;
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKeyBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKeyOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKeyOrBuilder() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- getEncryptedPrivateKeyOrBuilder() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- 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 com.google.bitcoin.core.Wallet
-
Get the type of encryption used for this wallet.
- 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];
- 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;
- 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 com.google.bitcoin.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;
- 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;
- 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 com.google.bitcoin.core.Wallet
-
Returns a snapshot of all registered extension objects.
- getFalsePositiveRate() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.BloomFilter
-
Returns the theoretical false positive rate of this filter if were to contain the given number of elements.
- getFastCatchupTimeSecs() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns the current fast catchup time.
- getFeePaid() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
Gets the fee paid in the final payment transaction (only available if settle() did not throw an exception)
- getFileSize() - Method in class com.google.bitcoin.store.SPVBlockStore
-
Returns the size in bytes of the file that is used to store the chain with the current parameters.
- getFingerprint() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getFromAddress() - Method in class com.google.bitcoin.core.TransactionInput
-
Deprecated.
- getFromAddress(NetworkParameters) - Method in class com.google.bitcoin.script.Script
-
Deprecated.
- getFromWallet(Wallet) - Static method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelClientStates
-
Returns this extension from the given wallet, or null if no such extension was added.
- getGenesisBlock() - Method in class com.google.bitcoin.core.NetworkParameters
-
Genesis block for this chain.
- getGenesisBlock() - Method in class com.google.bitcoin.params.RegTestParams
-
- getHash() - Method in class com.google.bitcoin.core.Block
-
Returns the hash of the block (which for a valid, solved block should be
below the target).
- getHash() - Method in class com.google.bitcoin.core.FilteredBlock
-
Gets the hash of the block represented in this Filtered Block
- getHash() - Method in class com.google.bitcoin.core.Message
-
This method is a NOP for all classes except Block and Transaction.
- getHash() - Method in exception com.google.bitcoin.core.PrunedException
-
- getHash() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
The hash of the transaction which holds this output
- getHash() - Method in class com.google.bitcoin.core.StoredUndoableBlock
-
Get the hash of the represented block
- getHash() - Method in class com.google.bitcoin.core.Transaction
-
Returns the transaction hash as you see them in the block explorer.
- getHash() - Method in class com.google.bitcoin.core.TransactionOutPoint
-
Returns the hash of the transaction this outpoint references/spends/is connected to.
- 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 com.google.bitcoin.core.Address
-
The (big endian) 20 byte hash that is the core of a Bitcoin address.
- getHashAsString() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Transaction
-
- getHeader() - Method in class com.google.bitcoin.core.StoredBlock
-
The block header this object wraps.
- GetHeadersMessage - Class in com.google.bitcoin.core
-
The "getheaders" command is structurally identical to "getblocks", but has different meaning.
- GetHeadersMessage(NetworkParameters, List<Sha256Hash>, Sha256Hash) - Constructor for class com.google.bitcoin.core.GetHeadersMessage
-
- GetHeadersMessage(NetworkParameters, byte[]) - Constructor for class com.google.bitcoin.core.GetHeadersMessage
-
- getHeight() - Method in class com.google.bitcoin.core.StoredBlock
-
Position in the chain for this block.
- getHeight() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
Gets the height of the block that created this output (or -1 if this output was not created by a coinbase)
- getHeightFuture(int) - Method in class com.google.bitcoin.core.AbstractBlockChain
-
Returns a future that completes when the block chain has reached the given height.
- getI() - Method in class com.google.bitcoin.crypto.ChildNumber
-
- getId() - Method in class com.google.bitcoin.core.AlertMessage
-
The numeric identifier of this alert.
- getId() - Method in class com.google.bitcoin.core.NetworkParameters
-
A Java package style string acting as unique ID for these parameters
- getId() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- getId() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes id = 1;
- getId() - Method in interface com.google.bitcoin.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 com.google.bitcoin.crypto.DeterministicKey
-
Returns RIPE-MD160(SHA256(pub key bytes)).
- getIncompleteRefundTransaction() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
Returns a partially signed (invalid) refund transaction that should be passed to the server.
- getIndex() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
The index of this output in the transaction which holds it
- getIndex() - Method in class com.google.bitcoin.core.TransactionOutPoint
-
- getInitialisationVector() - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
- getInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes initialisation_vector = 1;
- getInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
required bytes initialisation_vector = 1;
- getInitialisationVector() - Method in interface org.bitcoinj.wallet.Protos.EncryptedPrivateKeyOrBuilder
-
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(int) - Method in class com.google.bitcoin.core.Transaction
-
- getInputs() - Method in class com.google.bitcoin.core.Transaction
-
Returns an unmodifiable view of all inputs.
- getInterval() - Method in class com.google.bitcoin.core.NetworkParameters
-
How many blocks pass between difficulty adjustment periods.
- 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;
- getItems() - Method in class com.google.bitcoin.core.ListMessage
-
- getKey() - Method in class com.google.bitcoin.core.DumpedPrivateKey
-
Returns an ECKey created from this encoded private key.
- 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;
- getKeychainSize() - Method in class com.google.bitcoin.core.Wallet
-
Returns the number of keys in the keychain.
- 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 com.google.bitcoin.core.ECKey
-
- getKeyCrypter() - Method in class com.google.bitcoin.core.Wallet
-
Get the wallet's KeyCrypter.
- 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;
- 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 com.google.bitcoin.core.Wallet
-
Returns a UNIX time since the epoch in seconds, or zero if unconfigured.
- 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;
- getKeys() - Method in class com.google.bitcoin.core.Wallet
-
Returns a snapshot of the keychain.
- getLabel() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.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 com.google.bitcoin.core.Wallet
-
Returns the height of the last seen best-chain block.
- getLastBlockSeenTime() - Method in class com.google.bitcoin.core.Wallet
-
Returns a
Date
representing the time extracted from the last best seen block header.
- getLastBlockSeenTimeSecs() - Method in class com.google.bitcoin.core.Wallet
-
Returns the UNIX time in seconds since the epoch extracted from the last best seen block header.
- getLastPingTime() - Method in class com.google.bitcoin.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;
- getLocator() - Method in class com.google.bitcoin.core.GetBlocksMessage
-
- getLockTime() - Method in class com.google.bitcoin.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;
- 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;
- 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 com.google.bitcoin.core.PeerGroup
-
The maximum number of connections that we will create to peers.
- getMaxMessageSize() - Method in class com.google.bitcoin.core.PeerSocketHandler
-
- getMaxMessageSize() - Method in class com.google.bitcoin.net.ProtobufParser
-
- getMaxMessageSize() - Method in interface com.google.bitcoin.net.StreamParser
-
Returns the maximum message size of a message on the socket.
- getMaxVer() - Method in class com.google.bitcoin.core.AlertMessage
-
The inclusive upper bound on software versions considered for the purposes of this alert.
- getMemo() - Method in class com.google.bitcoin.protocols.payments.PaymentSession.Ack
-
Returns the memo included by the merchant in the payment ack.
- getMemo() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns the memo included by the merchant in the payment request, or null if not found.
- 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;
- 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;
- getMemoryPool() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns the
MemoryPool
created by this peer group to synchronize its peers.
- 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;
- getMerkleRoot() - Method in class com.google.bitcoin.core.Block
-
Returns the merkle root in big endian form, calculating it from transactions if necessary.
- getMessage() - Method in class com.google.bitcoin.uri.BitcoinURI
-
- getMessageSize() - Method in class com.google.bitcoin.core.AddressMessage
-
- getMessageSize() - Method in class com.google.bitcoin.core.EmptyMessage
-
- getMessageSize() - Method in class com.google.bitcoin.core.Message
-
This should be overridden to extract correct message size in the case of lazy parsing.
- getMessageSize() - Method in class com.google.bitcoin.core.PeerAddress
-
- getMessageSize() - Method in class com.google.bitcoin.core.TransactionOutPoint
-
- 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 com.google.bitcoin.core.PeerGroup
-
Returns the number of connections that are required before transactions will be broadcast.
- getMinNonDustValue(BigInteger) - Method in class com.google.bitcoin.core.TransactionOutput
-
Gets the minimum value for a txout of this size to be considered non-dust by a reference client
(and thus relayed).
- getMinNonDustValue() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.PeerGroup
-
The minimum protocol version required: defaults to the version required for Bloom filtering.
- getMinVer() - Method in class com.google.bitcoin.core.AlertMessage
-
The inclusive lower bound on software versions that are considered for the purposes of this alert.
- getMissing() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClient
-
Returns the amount of satoshis missing when a server requests too much value.
- getMostCommonChainHeight() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns our peers most commonly reported chain height.
- getMostCommonChainHeight(List<Peer>) - Static method in class com.google.bitcoin.core.PeerGroup
-
Returns most commonly reported chain height from the given list of
Peer
s.
- getMultisigContract() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
Returns the transaction that locks the money to the agreement of both parties.
- getMultisigContract() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
Gets the multisig contract which was used to initialize this channel
- 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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- getMyKey() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myKey = 4;
- getMyKey() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myKey = 4;
- getMyKey() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- getMyKey() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes myKey = 6;
- getMyKey() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes myKey = 6;
- 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];
- 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 com.google.bitcoin.core.Wallet
-
- getNewParser(InetAddress, int) - Method in interface com.google.bitcoin.net.StreamParserFactory
-
Returns a new handler or null to have the connection close.
- getNonce() - Method in class com.google.bitcoin.core.Block
-
Returns the nonce, an arbitrary value that exists only to make the hash of the block header fall below the
difficulty target.
- getNonFinal() - Method in class com.google.bitcoin.wallet.DefaultRiskAnalysis
-
Returns the transaction that was found to be non-final, or null.
- getNonStandard() - Method in class com.google.bitcoin.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
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in interface com.google.bitcoin.store.FullPrunedBlockStore
-
Returns the StoredBlock that was added as a StoredUndoableBlock given a hash.
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- getOnceUndoableStoredBlock(Sha256Hash) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- getOpCode(String) - Static method in class com.google.bitcoin.script.ScriptOpCodes
-
Converts the given OpCodeName into an int
- getOpCodeName(byte) - Static method in class com.google.bitcoin.script.ScriptOpCodes
-
Converts the given OpCode into a string (eg "0", "PUSHDATA", or "NON_OP(10)")
- getOptimalEncodingMessageSize() - Method in class com.google.bitcoin.core.Block
-
- getOptimalEncodingMessageSize() - Method in class com.google.bitcoin.core.Transaction
-
- getOrCreateState(Wallet, TransactionBroadcaster) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.VarInt
-
Gets the number of bytes used to encode this originally if deserialized from a byte array.
- getOrphanRoot(Sha256Hash) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionInput
-
- getOutput(int) - Method in class com.google.bitcoin.core.Transaction
-
- getOutputs() - Method in class com.google.bitcoin.core.Transaction
-
Returns an unmodifiable view of all outputs.
- 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;
- 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;
- getOverridingTransaction() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.NetworkParameters
-
First byte of a base58 encoded P2SH address.
- getP2SHSigOpCount(byte[]) - Static method in class com.google.bitcoin.script.Script
-
Gets the count of P2SH Sig Ops in the Script scriptSig
- getPacketMagic() - Method in class com.google.bitcoin.core.NetworkParameters
-
The header bytes that identify the start of a packet on this network.
- getParameterByName(String) - Method in class com.google.bitcoin.uri.BitcoinURI
-
- getParameters() - Method in class com.google.bitcoin.core.Address
-
Examines the version byte of the address and attempts to find a matching NetworkParameters.
- getParametersFromAddress(String) - Static method in class com.google.bitcoin.core.Address
-
Given an address, examines the version byte and attempts to find a matching NetworkParameters.
- getParams() - Method in class com.google.bitcoin.core.Message
-
Network parameters this message was created with.
- getParams() - Method in class com.google.bitcoin.core.Wallet
-
Returns the parameters this wallet was created with.
- getParent() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getParentTransaction() - Method in class com.google.bitcoin.core.TransactionInput
-
- getParentTransaction() - Method in class com.google.bitcoin.core.TransactionOutput
-
Returns the transaction that owns this output, or throws NullPointerException if unowned.
- getParserForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getParserForType() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getParserForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getParserForType() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey
-
- 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.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.Wallet
-
- getPath() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
Returns the path of this key as a human readable string starting with M to indicate the master key.
- getPayment(List<Transaction>, Address, String) - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Generates a Payment message based on the information in the PaymentRequest.
- 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;
- getPaymentBuilder() - Method in class org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
-
required .payments.Payment payment = 1;
- getPaymentDetails() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.NetworkParameters
-
- getPaymentProtocolId() - Method in class com.google.bitcoin.params.MainNetParams
-
- getPaymentProtocolId() - Method in class com.google.bitcoin.params.RegTestParams
-
- getPaymentProtocolId() - Method in class com.google.bitcoin.params.TestNet2Params
-
- getPaymentProtocolId() - Method in class com.google.bitcoin.params.TestNet3Params
-
- getPaymentProtocolId() - Method in class com.google.bitcoin.params.UnitTestParams
-
- getPaymentRequest() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns the protobuf that this object was instantiated with.
- getPaymentRequestUrl() - Method in class com.google.bitcoin.uri.BitcoinURI
-
- getPaymentUrl() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns the payment url where the Payment message should be sent.
- 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;
- 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 com.google.bitcoin.net.discovery.SeedPeers
-
Acts as an iterator, returning the address of each node in the list sequentially.
- getPeerBlockHeightDifference() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Peer
-
Asks the connected peer for the given transaction from its memory pool.
- getPeers(long, TimeUnit) - Method in class com.google.bitcoin.net.discovery.DnsDiscovery
-
- getPeers(long, TimeUnit) - Method in class com.google.bitcoin.net.discovery.IrcDiscovery
-
Deprecated.
Returns a list of peers that were found in the IRC channel.
- getPeers(long, TimeUnit) - Method in interface com.google.bitcoin.net.discovery.PeerDiscovery
-
Returns an array of addresses.
- getPeers(long, TimeUnit) - Method in class com.google.bitcoin.net.discovery.SeedPeers
-
Returns an array containing all the Bitcoin nodes within the list.
- getPeerVersionMessage() - Method in class com.google.bitcoin.core.Peer
-
Returns version data announced by the remote peer.
- getPendingPeers() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns a list containing Peers that did not complete connection yet.
- getPendingTransactions() - Method in class com.google.bitcoin.core.Wallet
-
Returns an immutable view of the transactions currently waiting for network confirmations.
- getPingIntervalMsec() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns the period between pings for an individual peer.
- getPingTime() - Method in class com.google.bitcoin.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 com.google.bitcoin.utils.Threading
-
- getPool() - Method in class com.google.bitcoin.wallet.WalletTransaction
-
- 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;
- getPort() - Method in class com.google.bitcoin.core.NetworkParameters
-
Default TCP port on which to connect to nodes.
- getPort() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.StoredBlock
-
Given a block store, looks up the previous block in this chain.
- getPrevBlockHash() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.AlertMessage
-
Provides an integer ordering amongst simultaneously active alerts.
- getPrivAsFieldElement() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes private_key = 2;
- getPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes private_key = 2;
- getPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes private_key = 2;
- getPrivateKeyEncoded(NetworkParameters) - Method in class com.google.bitcoin.core.ECKey
-
Exports the private key in the form used by the Satoshi client "dumpprivkey" and "importprivkey" commands.
- getPrivKeyBytes() - Method in class com.google.bitcoin.core.ECKey
-
Returns a 32 byte array containing the private key, or null if the key is encrypted or public only
- getPrivKeyBytes() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
Returns the private key bytes, if they were provided during construction.
- getPrivKeyBytes33() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getProgram() - Method in class com.google.bitcoin.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;
- getProofOfWorkLimit() - Method in class com.google.bitcoin.core.NetworkParameters
-
What the easiest allowable proof of work should be.
- 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 com.google.bitcoin.core.ECKey
-
Gets the raw public key value.
- getPubKey() - Method in class com.google.bitcoin.script.Script
-
Returns the public key in this script.
- getPubKeyBytes() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- getPubKeyHash() - Method in class com.google.bitcoin.core.ECKey
-
Gets the hash160 form of the public key (as seen in addresses).
- getPubKeyHash() - Method in class com.google.bitcoin.script.Script
-
If a program matches the standard template DUP HASH160
EQUALVERIFY CHECKSIG
then this function retrieves the third element, otherwise it throws a ScriptException.
- 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;
- getPubOnly() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
Returns the same key with the private part removed.
- getPurpose() - Method in class com.google.bitcoin.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];
- 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];
- getRecentTransactions(int, boolean) - Method in class com.google.bitcoin.core.Wallet
-
Returns an list of N transactions, ordered by increasing age.
- getReferenceClientBlockFileList() - Static method in class com.google.bitcoin.utils.BlockFileLoader
-
Gets the list of files which contain blocks from the Satoshi client.
- getRefundFees() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- getRefundFees() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 refundFees = 6;
- getRefundFees() - Method in interface com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- getRefundTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes refundTransaction = 3;
- getRefundTransaction() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes refundTransaction = 3;
- getRefundTransactionUnlockTime() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
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 com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTransactionUnlockTimeSecs() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTransactionUnlockTimeSecs() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- getRefundTxFees() - Method in class com.google.bitcoin.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.
- getRelayUntil() - Method in class com.google.bitcoin.core.AlertMessage
-
The time at which the alert should stop being broadcast across the network.
- getReserved() - Method in class com.google.bitcoin.core.AlertMessage
-
This field is never used.
- getRetryTime() - Method in class com.google.bitcoin.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;
- getRiskAnalyzer() - Method in class com.google.bitcoin.core.Wallet
-
- getRootKey() - Method in class com.google.bitcoin.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;
- getScriptBytes() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
The backing script bytes which can be turned into a Script object.
- getScriptBytes() - Method in class com.google.bitcoin.core.TransactionInput
-
The "script bytes" might not actually be a script.
- getScriptBytes() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionOutput
-
- getScriptSig() - Method in class com.google.bitcoin.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.
- getScryptParameters() - Method in class com.google.bitcoin.crypto.KeyCrypterScrypt
-
- getSecondsUntilExpiry(Sha256Hash) - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelClientStates
-
Returns the number of seconds from now until this servers next channel will expire, or zero if no unexpired
channels found.
- getSendRequest() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns a Wallet.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 com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getSerializedSize() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getSerializedSize() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getSerializedSize() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey
-
- 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.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.Wallet
-
- 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 com.google.bitcoin.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;
- 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;
- getSigOpCount() - Method in class com.google.bitcoin.core.Transaction
-
Gets the count of regular SigOps in this transactions
- getSigOpCount(byte[]) - Static method in class com.google.bitcoin.script.Script
-
Gets the count of regular SigOps in the script program (counting multisig ops as 20)
- getSizeInBytes() - Method in class com.google.bitcoin.core.VarInt
-
Gets the minimum encoded size of the value stored in this VarInt
- getSource() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.NetworkParameters
-
- getSpentBy() - Method in class com.google.bitcoin.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 com.google.bitcoin.script.ScriptChunk
-
- getState() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
This object implements a state machine, and this accessor returns which state it's currently in.
- getState() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServerState
-
This object implements a state machine, and this accessor returns which state it's currently in.
- getStatusBar() - Method in class com.google.bitcoin.core.AlertMessage
-
A string that is intended to display in the status bar of the official GUI client.
- getStopHash() - Method in class com.google.bitcoin.core.GetBlocksMessage
-
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class com.google.bitcoin.core.AbstractBlockChain
-
For a standard BlockChain, this should return blockStore.get(hash),
for a FullPrunedBlockChain blockStore.getOnceUndoableStoredBlock(hash)
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class com.google.bitcoin.core.BlockChain
-
- getStoredBlockInCurrentScope(Sha256Hash) - Method in class com.google.bitcoin.core.FullPrunedBlockChain
-
- getSubsidyDecreaseBlockCount() - Method in class com.google.bitcoin.core.NetworkParameters
-
- getTargetTimespan() - Method in class com.google.bitcoin.core.NetworkParameters
-
How much time in seconds is supposed to pass between "interval" blocks.
- getTime() - Method in class com.google.bitcoin.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 com.google.bitcoin.core.PeerAddress
-
- 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;
- getTimeSeconds() - Method in class com.google.bitcoin.core.Block
-
Returns the time at which the block was solved and broadcast, according to the clock of the solving node.
- getToAddress(NetworkParameters) - Method in class com.google.bitcoin.script.Script
-
Gets the destination address from this script, if it's in the required form (see getPubKey).
- getTotalValue() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
Gets the total value of this channel (ie the maximum payment possible)
- getTransaction(Sha256Hash) - Method in class com.google.bitcoin.core.Wallet
-
Returns a transaction object given its hash, if it exists in this wallet, or null otherwise.
- getTransaction() - Method in class com.google.bitcoin.wallet.WalletTransaction
-
- 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;
- 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 com.google.bitcoin.core.FilteredBlock
-
Number of transactions in this block, before it was filtered
- 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;
- getTransactionHashes() - Method in class com.google.bitcoin.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 interface com.google.bitcoin.store.FullPrunedBlockStore
-
- getTransactionOutput(Sha256Hash, long) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- getTransactionOutput(Sha256Hash, long) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- getTransactionOutput(Sha256Hash, long) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- 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;
- getTransactions() - Method in class com.google.bitcoin.core.Block
-
Returns an immutable list of transactions held in this block.
- getTransactions() - Method in class com.google.bitcoin.core.StoredUndoableBlock
-
Get the full list of transactions if it is stored, otherwise null.
- getTransactions(boolean) - Method in class com.google.bitcoin.core.Wallet
-
Returns a set of all transactions in the wallet.
- 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;
- getTransactionsByTime() - Method in class com.google.bitcoin.core.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;
- 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;
- 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 com.google.bitcoin.core.PartialMerkleTree
-
Extracts tx hashes that are in this merkle tree
and returns the merkle root of this tree.
- getTxOutChanges() - Method in class com.google.bitcoin.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 com.google.bitcoin.crypto.KeyCrypter
-
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
- getUnderstoodEncryptionType() - Method in class com.google.bitcoin.crypto.KeyCrypterScrypt
-
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
- getUndoBlock(Sha256Hash) - Method in interface com.google.bitcoin.store.FullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- getUndoBlock(Sha256Hash) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- getUnknownFields() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
- getUnknownFields() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels
-
- getUnknownFields() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
- getUnknownFields() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels
-
- 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.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.wallet.Protos.EncryptedPrivateKey
-
- 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.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.Wallet
-
- 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;
- 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;
- getUpdateTime() - Method in class com.google.bitcoin.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.
- getValue() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
The value which this Transaction output holds
- getValue(Wallet) - Method in class com.google.bitcoin.core.Transaction
-
- getValue() - Method in enum com.google.bitcoin.core.TransactionConfidence.ConfidenceType
-
- getValue() - Method in class com.google.bitcoin.core.TransactionOutput
-
Returns the value of this output in nanocoins.
- getValue() - Method in class com.google.bitcoin.protocols.payments.PaymentSession
-
Returns the total amount of bitcoins requested.
- 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 com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
Gets the current amount refunded to us from the multisig contract (ie totalValue-valueSentToServer)
- getValueSentFromMe(Wallet) - Method in class com.google.bitcoin.core.Transaction
-
Calculates the sum of the inputs that are spending coins with keys in the wallet.
- getValueSentToMe(Wallet) - Method in class com.google.bitcoin.core.Transaction
-
Calculates the sum of the outputs that are sending coins to a key in the wallet.
- getValueSpent() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientState
-
Returns the amount of money sent on this channel so far.
- getValueToMe() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- getValueToMe() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 valueToMe = 5;
- getValueToMe() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 valueToMe = 5;
- getVerifiedChainHead() - Method in interface com.google.bitcoin.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 com.google.bitcoin.store.H2FullPrunedBlockStore
-
- getVerifiedChainHead() - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- getVerifiedChainHead() - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- getVersion() - Method in class com.google.bitcoin.core.AlertMessage
-
- getVersion() - Method in class com.google.bitcoin.core.Block
-
Returns the version of the block data structure as defined by the Bitcoin protocol.
- getVersion() - Method in class com.google.bitcoin.core.Transaction
-
- getVersion() - Method in class com.google.bitcoin.core.VersionedChecksummedBytes
-
Returns the "version" or "header" byte: the first byte of the data.
- getVersion() - Method in class com.google.bitcoin.core.Wallet
-
Get the version of the Wallet.
- 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;
- getVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int32 version = 7;
- getVersion() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int32 version = 7;
- getVersionMessage() - Method in class com.google.bitcoin.core.Peer
-
Returns version data we announce to our remote peers.
- getVersionMessage() - Method in class com.google.bitcoin.core.PeerGroup
-
Returns the version message provided by setVersionMessage or a default if none was given.
- getWalletExtensionID() - Method in interface com.google.bitcoin.core.WalletExtension
-
Returns a Java package/class style name used to disambiguate this extension from others.
- getWalletExtensionID() - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelClientStates
-
- getWalletExtensionID() - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelServerStates
-
- getWalletTransactions() - Method in class com.google.bitcoin.core.Wallet
-
Returns a set of all WalletTransactions in the wallet.
- getWatchedBalance() - Method in class com.google.bitcoin.core.Wallet
-
Returns the available balance, including any unspent balance at watched addresses
- getWatchedBalance(CoinSelector) - Method in class com.google.bitcoin.core.Wallet
-
Returns the balance that would be considered spendable by the given coin selector, including
any unspent balance at watched addresses.
- getWatchedOutputs(boolean) - Method in class com.google.bitcoin.core.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 com.google.bitcoin.core.Wallet
-
Returns a snapshot of the watched scripts.
- getWork() - Method in class com.google.bitcoin.core.Block
-
Returns the work represented by this block.
- getWorkDone() - Method in class com.google.bitcoin.core.TransactionConfidence
-
Returns the estimated amount of work (number of hashes performed) on this transaction.
- getWorkDone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 work_done = 5;
- getWorkDone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int64 work_done = 5;
- getWorkDone() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int64 work_done = 5;
- H2FullPrunedBlockStore - Class in com.google.bitcoin.store
-
A full pruned block store using the H2 pure-java embedded database.
- H2FullPrunedBlockStore(NetworkParameters, String, int) - Constructor for class com.google.bitcoin.store.H2FullPrunedBlockStore
-
Creates a new H2FullPrunedBlockStore
- H2FullPrunedBlockStore(NetworkParameters, String, int, int) - Constructor for class com.google.bitcoin.store.H2FullPrunedBlockStore
-
Creates a new H2FullPrunedBlockStore with the given cache size
- HALF_CURVE_ORDER - Static variable in class com.google.bitcoin.core.ECKey
-
Equal to CURVE.getN().shiftRight(1), used for canonicalising the S value of a signature.
- handleNewPeer(Peer) - Method in class com.google.bitcoin.core.PeerGroup
-
- handlePeerDeath(Peer) - Method in class com.google.bitcoin.core.PeerGroup
-
- 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 com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- hasBestValueSignature() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
optional bytes bestValueSignature = 2;
- hasBestValueSignature() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
optional bytes bestValueSignature = 2;
- hasBestValueToMe() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- hasBestValueToMe() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 bestValueToMe = 1;
- hasBestValueToMe() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required uint64 bestValueToMe = 1;
- hasBlockChain() - Method in class com.google.bitcoin.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).
- 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;
- hasClientOutput() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes clientOutput = 5;
- hasClientOutput() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes clientOutput = 5;
- hasClientOutput() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required 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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
optional bytes closeTransactionHash = 7;
- hasCloseTransactionHash() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
optional bytes closeTransactionHash = 7;
- hasCloseTransactionHash() - Method in interface com.google.bitcoin.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];
- hasConfidence() - Method in class com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes contractTransaction = 2;
- hasContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- hasContractTransaction() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes contractTransaction = 4;
- hasContractTransaction() - Method in interface com.google.bitcoin.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;
- 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;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes encrypted_private_key = 2;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
required bytes encrypted_private_key = 2;
- hasEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.EncryptedPrivateKeyOrBuilder
-
required bytes encrypted_private_key = 2;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- hasEncryptedPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- hasEncryptedPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- 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;
- 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;
- 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;
- hash - Variable in class com.google.bitcoin.core.InventoryItem
-
- 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 com.google.bitcoin.core.Block
-
- hashCode() - Method in class com.google.bitcoin.core.BloomFilter
-
- hashCode() - Method in class com.google.bitcoin.core.DumpedPrivateKey
-
- hashCode() - Method in class com.google.bitcoin.core.ECKey
-
- hashCode() - Method in class com.google.bitcoin.core.GetBlocksMessage
-
- hashCode() - Method in class com.google.bitcoin.core.GetHeadersMessage
-
- hashCode() - Method in class com.google.bitcoin.core.InventoryItem
-
- hashCode() - Method in class com.google.bitcoin.core.NetworkParameters
-
- hashCode() - Method in class com.google.bitcoin.core.PeerAddress
-
- hashCode() - Method in class com.google.bitcoin.core.Sha256Hash
-
- hashCode() - Method in class com.google.bitcoin.core.StoredBlock
-
- hashCode() - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
- hashCode() - Method in class com.google.bitcoin.core.StoredUndoableBlock
-
- hashCode() - Method in class com.google.bitcoin.core.Transaction
-
- hashCode() - Method in class com.google.bitcoin.core.TransactionOutPoint
-
- hashCode() - Method in class com.google.bitcoin.core.VersionedChecksummedBytes
-
- hashCode() - Method in class com.google.bitcoin.core.VersionMessage
-
- hashCode() - Method in class com.google.bitcoin.crypto.ChildNumber
-
- hashCode() - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
- hashCode() - Method in class com.google.bitcoin.crypto.KeyCrypterScrypt
-
- hashCode() - Method in class com.google.bitcoin.script.Script
-
- hashCode() - Method in class com.google.bitcoin.script.ScriptChunk
-
- hashFileContents(File) - Static method in class com.google.bitcoin.core.Sha256Hash
-
Returns a hash of the given files contents.
- hashForSignature(int, byte[], Transaction.SigHash, boolean) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Transaction
-
Calculates a signature hash, that is, a hash of a simplified form of the transaction.
- hashForSignature(int, byte[], byte) - Method in class com.google.bitcoin.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 com.google.bitcoin.store.WalletProtobufSerializer
-
- hasId() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes id = 1;
- hasId() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes id = 1;
- hasId() - Method in interface com.google.bitcoin.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;
- hasInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes initialisation_vector = 1;
- hasInitialisationVector() - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey
-
required bytes initialisation_vector = 1;
- hasInitialisationVector() - Method in interface org.bitcoinj.wallet.Protos.EncryptedPrivateKeyOrBuilder
-
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.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;
- hasKey(ECKey) - Method in class com.google.bitcoin.core.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;
- 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;
- 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;
- 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;
- 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;
- 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;
- 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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- hasMyKey() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes myKey = 4;
- hasMyKey() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes myKey = 4;
- hasMyKey() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- hasMyKey() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required bytes myKey = 6;
- hasMyKey() - Method in interface com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder
-
required bytes myKey = 6;
- 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];
- 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 com.google.bitcoin.utils.BlockFileLoader
-
- 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;
- 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;
- 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.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;
- hasPrivate() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- hasPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes private_key = 2;
- hasPrivateKey() - Method in class org.bitcoinj.wallet.Protos.Key
-
optional bytes private_key = 2;
- hasPrivateKey() - Method in interface org.bitcoinj.wallet.Protos.KeyOrBuilder
-
optional bytes private_key = 2;
- hasPrivKey() - Method in class com.google.bitcoin.core.ECKey
-
- 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;
- 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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 refundFees = 6;
- hasRefundFees() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 refundFees = 6;
- hasRefundFees() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required uint64 refundFees = 6;
- hasRefundTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- hasRefundTransaction() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required bytes refundTransaction = 3;
- hasRefundTransaction() - Method in interface com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder
-
required bytes refundTransaction = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- hasRefundTransactionUnlockTimeSecs() - Method in interface com.google.bitcoin.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;
- hasSequence() - Method in class com.google.bitcoin.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;
- 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.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.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;
- 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;
- 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;
- 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;
- 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 interface com.google.bitcoin.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 com.google.bitcoin.store.H2FullPrunedBlockStore
-
- hasUnspentOutputs(Sha256Hash, int) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- hasUnspentOutputs(Sha256Hash, int) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- 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.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- hasValueToMe() - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel
-
required uint64 valueToMe = 5;
- hasValueToMe() - Method in interface com.google.bitcoin.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;
- hasVersion() - Method in class org.bitcoinj.wallet.Protos.Wallet
-
optional int32 version = 7;
- hasVersion() - Method in interface org.bitcoinj.wallet.Protos.WalletOrBuilder
-
optional int32 version = 7;
- hasWorkDone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 work_done = 5;
- hasWorkDone() - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence
-
optional int64 work_done = 5;
- hasWorkDone() - Method in interface org.bitcoinj.wallet.Protos.TransactionConfidenceOrBuilder
-
optional int64 work_done = 5;
- HDDerivationException - Exception in com.google.bitcoin.crypto
-
- HDDerivationException(String) - Constructor for exception com.google.bitcoin.crypto.HDDerivationException
-
- HDKeyDerivation - Class in com.google.bitcoin.crypto
-
Implementation of the (public derivation version) deterministic wallet child key generation algorithm.
- HDUtils - Class in com.google.bitcoin.crypto
-
Static utilities used in BIP 32 Hierarchical Deterministic Wallets (HDW).
- header - Variable in class com.google.bitcoin.core.BitcoinSerializer.BitcoinPacketHeader
-
- HEADER_LENGTH - Static variable in class com.google.bitcoin.core.BitcoinSerializer.BitcoinPacketHeader
-
The largest number of bytes that a header can represent
- HEADER_MAGIC - Static variable in class com.google.bitcoin.store.SPVBlockStore
-
- HEADER_SIZE - Static variable in class com.google.bitcoin.core.Block
-
How many bytes are required to represent a block header WITHOUT the trailing 00 length byte.
- HeadersMessage - Class in com.google.bitcoin.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 com.google.bitcoin.core.HeadersMessage
-
- HeadersMessage(NetworkParameters, Block...) - Constructor for class com.google.bitcoin.core.HeadersMessage
-
- hmacSha512(byte[], byte[]) - Static method in class com.google.bitcoin.crypto.HDUtils
-
- s - Variable in class com.google.bitcoin.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 com.google.bitcoin.crypto.KeyCrypterScrypt
-
The length of the salt used.
- SAME_THREAD - Static variable in class com.google.bitcoin.utils.Threading
-
A dummy executor that just invokes the runnable immediately.
- SATOSHI_KEY - Static variable in class com.google.bitcoin.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 com.google.bitcoin.wallet.WalletFiles
-
Queues up a save in the background.
- saveNow() - Method in class com.google.bitcoin.wallet.WalletFiles
-
Actually write the wallet file to disk, using an atomic rename when possible.
- saveToFile(File, File) - Method in class com.google.bitcoin.core.Wallet
-
Saves the wallet first to the given temp file, then renames to the dest file.
- saveToFile(File) - Method in class com.google.bitcoin.core.Wallet
-
Uses protobuf serialization to save the wallet to the given file.
- saveToFileStream(OutputStream) - Method in class com.google.bitcoin.core.Wallet
-
Uses protobuf serialization to save the wallet to the given file stream.
- Script - Class in com.google.bitcoin.script
-
Programs embedded inside transactions that control redemption of payments.
- Script(byte[]) - Constructor for class com.google.bitcoin.script.Script
-
Construct a Script that copies and wraps the programBytes array.
- Script(byte[], long) - Constructor for class com.google.bitcoin.script.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 com.google.bitcoin.script
-
Tools for the construction of commonly used script types.
- ScriptBuilder() - Constructor for class com.google.bitcoin.script.ScriptBuilder
-
- ScriptChunk - Class in com.google.bitcoin.script
-
An element that is either an opcode or a raw byte array (signature, pubkey, etc).
- ScriptChunk(boolean, byte[]) - Constructor for class com.google.bitcoin.script.ScriptChunk
-
- ScriptChunk(boolean, byte[], int) - Constructor for class com.google.bitcoin.script.ScriptChunk
-
- ScriptException - Exception in com.google.bitcoin.core
-
- ScriptException(String) - Constructor for exception com.google.bitcoin.core.ScriptException
-
- ScriptException(String, Exception) - Constructor for exception com.google.bitcoin.core.ScriptException
-
- ScriptOpCodes - Class in com.google.bitcoin.script
-
Various constants that define the assembly-like scripting language that forms part of the Bitcoin protocol.
- ScriptOpCodes() - Constructor for class com.google.bitcoin.script.ScriptOpCodes
-
- seedAddrs - Static variable in class com.google.bitcoin.net.discovery.SeedPeers
-
- SeedPeers - Class in com.google.bitcoin.net.discovery
-
SeedPeers stores a pre-determined list of Bitcoin node addresses.
- SeedPeers(NetworkParameters) - Constructor for class com.google.bitcoin.net.discovery.SeedPeers
-
- seekPastMagicBytes(ByteBuffer) - Method in class com.google.bitcoin.core.BitcoinSerializer
-
- seen(Transaction, PeerAddress) - Method in class com.google.bitcoin.core.MemoryPool
-
Called by peers when they receive a "tx" message containing a valid serialized transaction.
- seen(Sha256Hash, PeerAddress) - Method in class com.google.bitcoin.core.MemoryPool
-
Called by peers when they see a transaction advertised in an "inv" message.
- select(BigInteger, LinkedList<TransactionOutput>) - Method in interface com.google.bitcoin.wallet.CoinSelector
-
- select(BigInteger, LinkedList<TransactionOutput>) - Method in class com.google.bitcoin.wallet.DefaultCoinSelector
-
- select(BigInteger, LinkedList<TransactionOutput>) - Method in class com.google.bitcoin.wallet.KeyTimeCoinSelector
-
- selectDownloadPeer(List<Peer>) - Method in class com.google.bitcoin.core.PeerGroup
-
Given a list of Peers, return a Peer to be used as the download peer.
- sendCoins(TransactionBroadcaster, Address, BigInteger) - Method in class com.google.bitcoin.core.Wallet
-
Sends coins to the given address, via the given
PeerGroup
.
- sendCoins(TransactionBroadcaster, Wallet.SendRequest) - Method in class com.google.bitcoin.core.Wallet
-
- sendCoins(Wallet.SendRequest) - Method in class com.google.bitcoin.core.Wallet
-
- sendCoins(Peer, Wallet.SendRequest) - Method in class com.google.bitcoin.core.Wallet
-
Sends coins to the given address, via the given
Peer
.
- sendCoinsOffline(Wallet.SendRequest) - Method in class com.google.bitcoin.core.Wallet
-
Sends coins to the given address but does not broadcast the resulting pending transaction.
- sendMessage(Message) - Method in class com.google.bitcoin.core.PeerSocketHandler
-
Sends the given message to the peer.
- sendMoneyToWallet(Wallet, Transaction, AbstractBlockChain.NewBlockType) - Method in class com.google.bitcoin.utils.TestWithWallet
-
- sendMoneyToWallet(Transaction, AbstractBlockChain.NewBlockType) - Method in class com.google.bitcoin.utils.TestWithWallet
-
- sendMoneyToWallet(Wallet, BigInteger, Address, AbstractBlockChain.NewBlockType) - Method in class com.google.bitcoin.utils.TestWithWallet
-
- sendMoneyToWallet(Wallet, BigInteger, ECKey, AbstractBlockChain.NewBlockType) - Method in class com.google.bitcoin.utils.TestWithWallet
-
- sendMoneyToWallet(BigInteger, AbstractBlockChain.NewBlockType) - Method in class com.google.bitcoin.utils.TestWithWallet
-
- sendPayment(List<Transaction>, Address, String) - Method in class com.google.bitcoin.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 com.google.bitcoin.protocols.payments.PaymentSession
-
- sendToClient(Protos.TwoWayChannelMessage) - Method in interface com.google.bitcoin.protocols.channels.PaymentChannelServer.ServerConnection
-
Requests that the given message be sent to the client.
- sendToServer(Protos.TwoWayChannelMessage) - Method in interface com.google.bitcoin.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 com.google.bitcoin.core.BitcoinSerializer
-
Writes message to to the output stream.
- serialize(Message, OutputStream) - Method in class com.google.bitcoin.core.BitcoinSerializer
-
Writes message to to the output stream.
- serializeCompact(ByteBuffer) - Method in class com.google.bitcoin.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
-
- serializePrivate() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- serializePrivB58() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- serializePubB58() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- serializePublic() - Method in class com.google.bitcoin.crypto.DeterministicKey
-
- serializeToStream(OutputStream) - Method in class com.google.bitcoin.core.StoredTransactionOutput
-
- serializeToStream(OutputStream) - Method in class com.google.bitcoin.core.TransactionOutputChanges
-
- serializeWalletExtension() - Method in interface com.google.bitcoin.core.WalletExtension
-
Returns bytes that will be saved in the wallet.
- serializeWalletExtension() - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelClientStates
-
- serializeWalletExtension() - Method in class com.google.bitcoin.protocols.channels.StoredPaymentChannelServerStates
-
- 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;
- ServerConnectionEventHandler - Class in com.google.bitcoin.protocols.channels
-
- ServerConnectionEventHandler() - Constructor for class com.google.bitcoin.protocols.channels.ServerConnectionEventHandler
-
- ServerState - Class in com.google.bitcoin.protocols.channels
-
- ServerState.StoredServerPaymentChannel - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannel
- ServerState.StoredServerPaymentChannel.Builder - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannel
- ServerState.StoredServerPaymentChannelOrBuilder - Interface in com.google.bitcoin.protocols.channels
-
- ServerState.StoredServerPaymentChannels - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannels
- ServerState.StoredServerPaymentChannels.Builder - Class in com.google.bitcoin.protocols.channels
-
Protobuf type paymentchannels.StoredServerPaymentChannels
- ServerState.StoredServerPaymentChannelsOrBuilder - Interface in com.google.bitcoin.protocols.channels
-
- SERVICES_FIELD_NUMBER - Static variable in class org.bitcoinj.wallet.Protos.PeerAddress
-
- setAcceptRiskyTransactions(boolean) - Method in class com.google.bitcoin.core.Wallet
-
Whether or not the wallet will ignore received pending transactions that fail the selected
RiskAnalysis
.
- setAddr(InetAddress) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.kits.WalletAppKit
-
If true, the wallet will save itself to disk automatically whenever it changes.
- setAutoStop(boolean) - Method in class com.google.bitcoin.kits.WalletAppKit
-
If true, will register a shutdown hook to stop the library.
- setBestValueSignature(ByteString) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
optional bytes bestValueSignature = 2;
- setBestValueToMe(long) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 bestValueToMe = 1;
- setBitLE(byte[], int) - Static method in class com.google.bitcoin.core.Utils
-
- setBlockAppearance(StoredBlock, boolean, int) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.Peer
-
Sets a Bloom filter on this connection.
- setBloomFilterFalsePositiveRate(double) - Method in class com.google.bitcoin.core.PeerGroup
-
Sets the false positive rate of bloom filters given to peers.
- 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 com.google.bitcoin.core.AlertMessage
-
- setCertificate(int, ByteString) - Method in class org.bitcoin.protocols.payments.Protos.X509Certificates.Builder
-
repeated bytes certificate = 1;
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.core.AbstractBlockChain
-
- setChainHead(StoredBlock) - Method in interface com.google.bitcoin.store.BlockStore
-
Sets the
StoredBlock
that represents the top of the chain of greatest total work.
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.store.H2FullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.store.MemoryBlockStore
-
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- setChainHead(StoredBlock) - Method in class com.google.bitcoin.store.SPVBlockStore
-
- setChannels(int, ClientState.StoredClientPaymentChannel) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- setChannels(int, ClientState.StoredClientPaymentChannel.Builder) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
-
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
- setChannels(int, ServerState.StoredServerPaymentChannel) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- setChannels(int, ServerState.StoredServerPaymentChannel.Builder) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder
-
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
- setCheckpoints(InputStream) - Method in class com.google.bitcoin.kits.WalletAppKit
-
If set, the file is expected to contain a checkpoints file calculated with BuildCheckpoints.
- setClientChangeValue(long) - Method in class org.bitcoin.paymentchannel.Protos.UpdatePayment.Builder
-
required uint64 client_change_value = 1;
- setClientOutput(ByteString) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required 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 com.google.bitcoin.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 com.google.bitcoin.core.Wallet
-
A coin selector is responsible for choosing which outputs to spend when creating transactions.
- setComment(String) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.net.BlockingClientManager
-
Sets the number of milliseconds to wait before giving up on a connect attempt
- setContractTransaction(ByteString) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes contractTransaction = 2;
- setContractTransaction(ByteString) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes contractTransaction = 4;
- setCreationTimeSeconds(long) - Method in class com.google.bitcoin.core.ECKey
-
Sets the creation time of this key.
- setCreationTimeSeconds(long) - Method in class com.google.bitcoin.script.Script
-
- 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;
- setDepth(int) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int32 depth = 4;
- setDepthInBlocks(int) - Method in class com.google.bitcoin.core.TransactionConfidence
-
- setDescription(String) - Method in class com.google.bitcoin.core.Wallet
-
Set the description of the wallet.
- setDescription(String) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- setDescriptionBytes(ByteString) - Method in class org.bitcoinj.wallet.Protos.Wallet.Builder
-
optional string description = 11;
- setDifficultyTarget(long) - Method in class com.google.bitcoin.core.Block
-
Sets the difficulty target in compact form.
- setDownloadData(boolean) - Method in class com.google.bitcoin.core.Peer
-
If set to false, the peer won't try and fetch blocks and transactions it hears about.
- setDownloadListener(PeerEventListener) - Method in class com.google.bitcoin.kits.WalletAppKit
-
If you want to learn about the sync process, you can provide a listener here.
- setDownloadParameters(long, boolean) - Method in class com.google.bitcoin.core.Peer
-
When downloading the block chain, the bodies will be skipped for blocks created before the given date.
- setEncryptedPrivateBytes(byte[]) - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
Set the encrypted private key bytes, cloning them.
- setEncryptedPrivateKey(ByteString) - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder
-
required bytes encrypted_private_key = 2;
- setEncryptedPrivateKey(Protos.EncryptedPrivateKey) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- setEncryptedPrivateKey(Protos.EncryptedPrivateKey.Builder) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
- 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;
- setExpectedValue(long) - Method in class org.bitcoin.paymentchannel.Protos.Error.Builder
-
optional uint64 expected_value = 3;
- setExpiration(Date) - Method in class com.google.bitcoin.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;
- 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 com.google.bitcoin.core.PeerGroup
-
Tells the PeerGroup to download only block headers before a certain time and bodies after that.
- setHash(ByteString) - Method in class org.bitcoinj.wallet.Protos.Transaction.Builder
-
required bytes hash = 2;
- setId(long) - Method in class com.google.bitcoin.core.AlertMessage
-
- setId(ByteString) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionOutPoint
-
- setInitialisationVector(byte[]) - Method in class com.google.bitcoin.crypto.EncryptedPrivateKey
-
Set the initialisationVector, cloning the bytes.
- setInitialisationVector(ByteString) - Method in class org.bitcoinj.wallet.Protos.EncryptedPrivateKey.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(ByteString) - Method in class org.bitcoinj.wallet.Protos.PeerAddress.Builder
-
required bytes ip_address = 1;
- 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;
- setKeyCrypter(KeyCrypter) - Method in class com.google.bitcoin.core.Wallet
-
Sets the wallet's KeyCrypter.
- setKeyRotationEnabled(boolean) - Method in class com.google.bitcoin.core.Wallet
-
Toggles key rotation on and off.
- setKeyRotationTime(Date) - Method in class com.google.bitcoin.core.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 com.google.bitcoin.core.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.Protos.Wallet.Builder
-
optional uint64 key_rotation_time = 13;
- 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 com.google.bitcoin.core.Wallet
-
- setLastBlockSeenHeight(int) - Method in class com.google.bitcoin.core.Wallet
-
- setLastBlockSeenTimeSecs(long) - Method in class com.google.bitcoin.core.Wallet
-
- 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 com.google.bitcoin.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 com.google.bitcoin.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;
- 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;
- setMandatory(boolean) - Method in class org.bitcoinj.wallet.Protos.Extension.Builder
-
required bool mandatory = 3;
- setMatchAll() - Method in class com.google.bitcoin.core.BloomFilter
-
Sets this filter to match all objects.
- setMaxConnections(int) - Method in class com.google.bitcoin.core.PeerGroup
-
Adjusts the desired number of connections that we will create to peers.
- setMaxVer(long) - Method in class com.google.bitcoin.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;
- 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;
- 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 com.google.bitcoin.core.PeerGroup
-
- setMinConnections(int) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.Peer
-
The minimum P2P protocol version that is accepted.
- setMinRequiredProtocolVersion(int) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.AlertMessage
-
- setMockClock() - Static method in class com.google.bitcoin.core.Utils
-
Sets the mock clock to the current time.
- setMockClock(long) - Static method in class com.google.bitcoin.core.Utils
-
Sets the mock clock to the given time (in seconds).
- setMockSleep(boolean) - Static method in class com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes myKey = 4;
- setMyKey(ByteString) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required bytes myKey = 6;
- setN(long) - Method in class org.bitcoinj.wallet.Protos.ScryptParameters.Builder
-
optional int64 n = 2 [default = 16384];
- 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 com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.ChildMessage
-
- 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;
- 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;
- setPeerNodes(PeerAddress...) - Method in class com.google.bitcoin.kits.WalletAppKit
-
Will only connect to the given addresses.
- setPingIntervalMsec(long) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.AlertMessage
-
- setPrivateKey(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes private_key = 2;
- setProgram(ByteString) - Method in class org.bitcoinj.wallet.Protos.Script.Builder
-
required bytes program = 1;
- 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;
- setPublicKey(ByteString) - Method in class org.bitcoinj.wallet.Protos.Key.Builder
-
optional bytes public_key = 3;
- setPurpose(Transaction.Purpose) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required bytes refundTransaction = 3;
- setRefundTransactionUnlockTimeSecs(long) - Method in class com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder
-
required uint64 refundTransactionUnlockTimeSecs = 3;
- setRelayUntil(Date) - Method in class com.google.bitcoin.core.AlertMessage
-
- setRequireMandatoryExtensions(boolean) - Method in class com.google.bitcoin.store.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 com.google.bitcoin.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 com.google.bitcoin.core.Wallet
-
Sets the
RiskAnalysis
implementation to use for deciding whether received pending transactions are risky
or not.
- setRunScripts(boolean) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.TransactionInput
-
Set the given program as the scriptSig that is supposed to satisfy the connected output script.
- setSequence(int) - Method in class org.bitcoinj.wallet.Protos.TransactionInput.Builder
-
optional uint32 sequence = 4;
- setSequenceNumber(long) - Method in class com.google.bitcoin.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;
- 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(BigInteger) - Method in class com.google.bitcoin.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;
- setSigHash(Transaction.SigHash, boolean) - Method in class com.google.bitcoin.crypto.TransactionSignature
-
Configures the sighashFlags field as appropriate.
- 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;
- setSocketTimeout(int) - Method in class com.google.bitcoin.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 com.google.bitcoin.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;
- setStatusBar(String) - Method in class com.google.bitcoin.core.AlertMessage
-
- setTime(long) - Method in class com.google.bitcoin.core.Block
-
- setTime(long) - Method in class com.google.bitcoin.core.PeerAddress
-
- setTime(long) - Method in class org.bitcoin.protocols.payments.Protos.PaymentDetails.Builder
-
required uint64 time = 3;
- setTimeoutEnabled(boolean) - Method in class com.google.bitcoin.net.AbstractTimeoutHandler
-
Enables or disables the timeout entirely.
- settle() - Method in interface com.google.bitcoin.protocols.channels.IPaymentChannelClient
-
Settles the channel, notifying the server it can broadcast the most recent payment transaction.
- settle() - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.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;
- 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;
- setUp() - Method in class com.google.bitcoin.utils.TestWithWallet
-
- 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 com.google.bitcoin.core.Transaction
-
- setUserAgent(String, String, String) - Method in class com.google.bitcoin.core.PeerGroup
-
Sets information that identifies this software to remote nodes.
- setUserAgent(String, String) - Method in class com.google.bitcoin.core.PeerGroup
-
Sets information that identifies this software to remote nodes.
- setUserAgent(String, String) - Method in class com.google.bitcoin.kits.WalletAppKit
-
Sets the string that will appear in the subver field of the version message.
- setValue(BigInteger) - Method in class com.google.bitcoin.core.TransactionOutput
-
Sets the value of this output in nanocoins.
- setValue(long) - Method in class org.bitcoinj.wallet.Protos.TransactionOutput.Builder
-
required int64 value = 1;
- setValueToMe(long) - Method in class com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel.Builder
-
required uint64 valueToMe = 5;
- setVerifiedChainHead(StoredBlock) - Method in interface com.google.bitcoin.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 com.google.bitcoin.store.H2FullPrunedBlockStore
-
- setVerifiedChainHead(StoredBlock) - Method in class com.google.bitcoin.store.MemoryFullPrunedBlockStore
-
- setVerifiedChainHead(StoredBlock) - Method in class com.google.bitcoin.store.PostgresFullPrunedBlockStore
-
- setVersion(int) - Method in class com.google.bitcoin.core.Wallet
-
Set the version number of the wallet.
- 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;
- setVersionMessage(VersionMessage) - Method in class com.google.bitcoin.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;
- setWorkDone(BigInteger) - Method in class com.google.bitcoin.core.TransactionConfidence
-
- setWorkDone(long) - Method in class org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
-
optional int64 work_done = 5;
- setWriteTarget(MessageWriteTarget) - Method in class com.google.bitcoin.core.PeerSocketHandler
-
- setWriteTarget(MessageWriteTarget) - Method in class com.google.bitcoin.net.ProtobufParser
-
- setWriteTarget(MessageWriteTarget) - Method in interface com.google.bitcoin.net.StreamParser
-
Called when this parser is attached to an upstream write target (ie a low-level connection handler).
- Sha256Hash - Class in com.google.bitcoin.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 com.google.bitcoin.core.Sha256Hash
-
Creates a Sha256Hash by wrapping the given byte array.
- Sha256Hash(String) - Constructor for class com.google.bitcoin.core.Sha256Hash
-
Creates a Sha256Hash by decoding the given hex string.
- sha256hash160(byte[]) - Static method in class com.google.bitcoin.core.Utils
-
Calculates RIPEMD160(SHA256(input)).
- shouldSelect(Transaction) - Method in class com.google.bitcoin.wallet.AllowUnconfirmedCoinSelector
-
- shouldSelect(Transaction) - Method in class com.google.bitcoin.wallet.DefaultCoinSelector
-
Sub-classes can override this to just customize whether transactions are usable, but keep age sorting.
- shouldVerifyTransactions() - Method in class com.google.bitcoin.core.AbstractBlockChain
-
Whether or not we are maintaining a set of unspent outputs and are verifying all transactions.
- shouldVerifyTransactions() - Method in class com.google.bitcoin.core.BlockChain
-
- shouldVerifyTransactions() - Method in class com.google.bitcoin.core.FullPrunedBlockChain
-
- shutDown() - Method in class com.google.bitcoin.core.PeerGroup
-
- shutDown() - Method in class com.google.bitcoin.kits.WalletAppKit
-
- shutDown() - Method in class com.google.bitcoin.net.BlockingClientManager
-
- shutdown() - Method in class com.google.bitcoin.net.discovery.DnsDiscovery
-
We don't have a way to abort a DNS lookup, so this does nothing
- shutdown() - Method in class com.google.bitcoin.net.discovery.IrcDiscovery
-
Deprecated.
- shutdown() - Method in interface com.google.bitcoin.net.discovery.PeerDiscovery
-
Stops any discovery in progress when we want to shut down quickly.
- shutdown() - Method in class com.google.bitcoin.net.discovery.SeedPeers
-
- shutdownAndWait() - Method in class com.google.bitcoin.wallet.WalletFiles
-
Shut down auto-saving.
- shutdownAutosaveAndWait() - Method in class com.google.bitcoin.core.Wallet
-
- SIGHASH_ANYONECANPAY_VALUE - Static variable in class com.google.bitcoin.core.Transaction
-
- sighashFlags - Variable in class com.google.bitcoin.crypto.TransactionSignature
-
A byte that controls which parts of a transaction are signed.
- sigHashMode() - Method in class com.google.bitcoin.crypto.TransactionSignature
-
- sign(Sha256Hash) - Method in class com.google.bitcoin.core.ECKey
-
Signs the given hash and returns the R and S components as BigIntegers.
- sign(Sha256Hash, KeyParameter) - Method in class com.google.bitcoin.core.ECKey
-
Signs the given hash and returns the R and S components as BigIntegers.
- signature - Variable in class com.google.bitcoin.protocols.channels.PaymentChannelClientState.IncrementedPayment
-
- 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
-
- signedMessageToKey(String, String) - Static method in class com.google.bitcoin.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(Transaction.SigHash, Wallet) - Method in class com.google.bitcoin.core.Transaction
-
Once a transaction has some inputs and outputs added, the signatures in the inputs can be calculated.
- signInputs(Transaction.SigHash, Wallet, KeyParameter) - Method in class com.google.bitcoin.core.Transaction
-
Once a transaction has some inputs and outputs added, the signatures in the inputs can be calculated.
- signMessage(String) - Method in class com.google.bitcoin.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 com.google.bitcoin.core.ECKey
-
Signs a text message using the standard Bitcoin messaging signing format and returns the signature as a base64
encoded string.
- singleDigest(byte[], int, int) - Static method in class com.google.bitcoin.core.Utils
-
- size - Variable in class com.google.bitcoin.core.BitcoinSerializer.BitcoinPacketHeader
-
- size() - Method in class com.google.bitcoin.core.UnsafeByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class com.google.bitcoin.utils.MockTransactionBroadcaster
-
- sizeOf(int) - Static method in class com.google.bitcoin.core.VarInt
-
Gets the minimum encoded size of the given value.
- sizeOf(long) - Static method in class com.google.bitcoin.core.VarInt
-
Gets the minimum encoded size of the given value.
- sleep(long) - Static method in class com.google.bitcoin.core.Utils
-
Sleep for a span of time, or mock sleep if enabled
- smallNum(int) - Method in class com.google.bitcoin.script.ScriptBuilder
-
- solve() - Method in class com.google.bitcoin.core.Block
-
Finds a value of nonce that makes the blocks hash lower than the difficulty target.
- 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 com.google.bitcoin.core.NetworkParameters
-
The depth of blocks required for a coinbase transaction to be spendable.
- 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 com.google.bitcoin.store
-
An SPVBlockStore holds a limited number of block headers in a memory mapped ring buffer.
- SPVBlockStore(NetworkParameters, File) - Constructor for class com.google.bitcoin.store.SPVBlockStore
-
Creates and initializes an SPV block store.
- startBlockChainDownload() - Method in class com.google.bitcoin.core.Peer
-
Starts an asynchronous download of the block chain.
- startBlockChainDownload(PeerEventListener) - Method in class com.google.bitcoin.core.PeerGroup
-
Start downloading the blockchain from the first available peer.
- startDownload(int) - Method in class com.google.bitcoin.core.DownloadListener
-
Called when download is initiated.
- startUp() - Method in class com.google.bitcoin.core.PeerGroup
-
- startUp() - Method in class com.google.bitcoin.kits.WalletAppKit
-
- startUp() - Method in class com.google.bitcoin.net.BlockingClientManager
-
- state() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClient
-
- state() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelClientConnection
-
- state() - Method in class com.google.bitcoin.protocols.channels.PaymentChannelServer
-
- stopHash - Variable in class com.google.bitcoin.core.GetBlocksMessage
-
- store() - Method in class com.google.bitcoin.kits.WalletAppKit
-
- storeChannelInWallet(Sha256Hash) - Method in class com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.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 com.google.bitcoin.core.StoredBlock
-
- storedBlock - Variable in class com.google.bitcoin.utils.TestUtils.BlockPair
-
- StoredPaymentChannelClientStates - Class in com.google.bitcoin.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 com.google.bitcoin.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.
- StoredPaymentChannelServerStates - Class in com.google.bitcoin.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 com.google.bitcoin.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.
- StoredServerChannel - Class in com.google.bitcoin.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.
- StoredTransactionOutput - Class in com.google.bitcoin.core
-
A StoredTransactionOutput message contains the information necessary to check a spending transaction.
- StoredTransactionOutput(Sha256Hash, long, BigInteger, int, boolean, byte[]) - Constructor for class com.google.bitcoin.core.StoredTransactionOutput
-
Creates a stored transaction output
- StoredTransactionOutput(Sha256Hash, TransactionOutput, int, boolean) - Constructor for class com.google.bitcoin.core.StoredTransactionOutput
-
- StoredTransactionOutput(InputStream) - Constructor for class com.google.bitcoin.core.StoredTransactionOutput
-
- StoredUndoableBlock - Class in com.google.bitcoin.core
-
Contains minimal data neccessary to disconnect/connect the transactions
in the stored block at will.
- StoredUndoableBlock(Sha256Hash, TransactionOutputChanges) - Constructor for class com.google.bitcoin.core.StoredUndoableBlock
-
- StoredUndoableBlock(Sha256Hash, List<Transaction>) - Constructor for class com.google.bitcoin.core.StoredUndoableBlock
-
- StreamParser - Interface in com.google.bitcoin.net
-
- StreamParserFactory - Interface in com.google.bitcoin.net
-
A factory which generates new
StreamParser
s when a new connection is opened.
- subsidyDecreaseBlockCount - Variable in class com.google.bitcoin.core.NetworkParameters
-
- subVer - Variable in class com.google.bitcoin.core.VersionMessage
-
An additional string that today the official client sets to the empty string.
- SYNTAX_ERROR_VALUE - Static variable in enum org.bitcoin.paymentchannel.Protos.Error.ErrorCode
-
SYNTAX_ERROR = 2;