Serialized Form
-
Package org.bitcoin
-
Class org.bitcoin.NativeSecp256k1Util.AssertFailException extends java.lang.Exception implements Serializable
-
-
Package org.bitcoinj.core
-
Class org.bitcoinj.core.Address extends PrefixedChecksummedBytes implements Serializable
-
Class org.bitcoinj.core.AddressFormatException extends java.lang.IllegalArgumentException implements Serializable
-
Class org.bitcoinj.core.AddressFormatException.InvalidCharacter extends AddressFormatException implements Serializable
-
Serialized Fields
-
character
char character
-
position
int position
-
-
-
Class org.bitcoinj.core.AddressFormatException.InvalidChecksum extends AddressFormatException implements Serializable
-
Class org.bitcoinj.core.AddressFormatException.InvalidDataLength extends AddressFormatException implements Serializable
-
Class org.bitcoinj.core.AddressFormatException.InvalidPrefix extends AddressFormatException implements Serializable
-
Class org.bitcoinj.core.AddressFormatException.UnexpectedWitnessVersion extends AddressFormatException implements Serializable
-
Class org.bitcoinj.core.AddressFormatException.WrongNetwork extends AddressFormatException.InvalidPrefix implements Serializable
-
Class org.bitcoinj.core.Coin extends java.lang.Object implements Serializable
-
Serialized Fields
-
value
long value
The number of satoshis of this monetary value.
-
-
-
Class org.bitcoinj.core.DumpedPrivateKey extends PrefixedChecksummedBytes implements Serializable
-
Class org.bitcoinj.core.ECKey.KeyIsEncryptedException extends ECKey.MissingPrivateKeyException implements Serializable
-
Class org.bitcoinj.core.ECKey.MissingPrivateKeyException extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.core.InsufficientMoneyException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
missing
Coin missing
Contains the number of satoshis that would have been required to complete the operation.
-
-
-
Class org.bitcoinj.core.LegacyAddress extends Address implements Serializable
-
Serialized Fields
-
p2sh
boolean p2sh
True if P2SH, false if P2PKH.
-
-
-
Class org.bitcoinj.core.PeerException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.core.PrefixedChecksummedBytes extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class org.bitcoinj.core.ProtocolException extends VerificationException implements Serializable
-
Class org.bitcoinj.core.PrunedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
hash
Sha256Hash hash
-
-
-
Class org.bitcoinj.core.RejectedTransactionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
rejectMessage
RejectMessage rejectMessage
-
tx
Transaction tx
-
-
-
Class org.bitcoinj.core.SegwitAddress extends Address implements Serializable
-
Class org.bitcoinj.core.Sha256Hash extends java.lang.Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class org.bitcoinj.core.SignatureDecodeException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.core.UTXOProviderException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.core.VerificationException extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.core.VerificationException.BlockVersionOutOfDate extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.CoinbaseHeightMismatch extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.CoinbaseScriptSizeOutOfRange extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.DuplicatedOutPoint extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.EmptyInputsOrOutputs extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.ExcessiveValue extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.LargerThanMaxBlockSize extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.NegativeValueOutput extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.NoncanonicalSignature extends VerificationException implements Serializable
-
Class org.bitcoinj.core.VerificationException.UnexpectedCoinbaseInput extends VerificationException implements Serializable
-
-
Package org.bitcoinj.crypto
-
Class org.bitcoinj.crypto.BIP38PrivateKey extends PrefixedChecksummedBytes implements Serializable
-
Serialized Fields
-
addressHash
byte[] addressHash
-
compressed
boolean compressed
-
content
byte[] content
-
ecMultiply
boolean ecMultiply
-
hasLotAndSequence
boolean hasLotAndSequence
-
-
-
Class org.bitcoinj.crypto.BIP38PrivateKey.BadPassphraseException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.crypto.HDDerivationException extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.crypto.KeyCrypterException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4441989608332681377L
-
Class org.bitcoinj.crypto.KeyCrypterException.InvalidCipherText extends KeyCrypterException implements Serializable
-
Class org.bitcoinj.crypto.KeyCrypterException.PublicPrivateMismatch extends KeyCrypterException implements Serializable
-
Class org.bitcoinj.crypto.KeyCrypterScrypt extends java.lang.Object implements Serializable
-
Serialized Fields
-
scryptParameters
Protos.ScryptParameters scryptParameters
-
-
-
Class org.bitcoinj.crypto.LinuxSecureRandom extends java.security.SecureRandomSpi implements Serializable
-
Serialized Fields
-
dis
java.io.DataInputStream dis
-
-
-
Class org.bitcoinj.crypto.MnemonicException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.crypto.MnemonicException.MnemonicChecksumException extends MnemonicException implements Serializable
-
Class org.bitcoinj.crypto.MnemonicException.MnemonicLengthException extends MnemonicException implements Serializable
-
Class org.bitcoinj.crypto.MnemonicException.MnemonicWordException extends MnemonicException implements Serializable
-
Serialized Fields
-
badWord
java.lang.String badWord
Contains the word that was not found in the word list.
-
-
-
-
Package org.bitcoinj.net.discovery
-
Class org.bitcoinj.net.discovery.PeerDiscoveryException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2863411151549391392L
-
-
Package org.bitcoinj.protocols.payments
-
Class org.bitcoinj.protocols.payments.PaymentProtocol.Output extends java.lang.Object implements Serializable
-
Serialized Fields
-
amount
Coin amount
-
scriptData
byte[] scriptData
-
-
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.Expired extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidNetwork extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidOutputs extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidPaymentRequestURL extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidPaymentURL extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidPkiData extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidPkiType extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.InvalidVersion extends PaymentProtocolException implements Serializable
-
Class org.bitcoinj.protocols.payments.PaymentProtocolException.PkiVerificationException extends PaymentProtocolException implements Serializable
-
Serialized Fields
-
certificates
java.util.List<java.security.cert.X509Certificate> certificates
-
-
-
-
Package org.bitcoinj.script
-
Class org.bitcoinj.script.ScriptException extends VerificationException implements Serializable
-
Serialized Fields
-
err
ScriptError err
-
-
-
-
Package org.bitcoinj.signers
-
Class org.bitcoinj.signers.TransactionSigner.MissingSignatureException extends java.lang.RuntimeException implements Serializable
-
-
Package org.bitcoinj.store
-
Class org.bitcoinj.store.BlockStoreException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.store.ChainFileLockedException extends BlockStoreException implements Serializable
-
Class org.bitcoinj.store.LevelDBFullPrunedBlockStore.LRUCache extends java.util.LinkedHashMap<java.nio.ByteBuffer,UTXO> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
capacity
int capacity
-
-
-
Package org.bitcoinj.uri
-
Class org.bitcoinj.uri.BitcoinURIParseException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.uri.OptionalFieldValidationException extends BitcoinURIParseException implements Serializable
-
Class org.bitcoinj.uri.RequiredFieldValidationException extends BitcoinURIParseException implements Serializable
-
-
Package org.bitcoinj.utils
-
Class org.bitcoinj.utils.BtcAutoFormat extends BtcFormat implements Serializable
-
Class org.bitcoinj.utils.BtcFixedFormat extends BtcFormat implements Serializable
-
Serialized Fields
-
scale
int scale
The number of places the decimal point of formatted values is shifted rightward from the same value expressed in bitcoins.
-
-
-
Class org.bitcoinj.utils.BtcFormat extends java.text.Format implements Serializable
-
Serialized Fields
-
ci
java.lang.String ci
-
coinPattern
java.util.regex.Pattern coinPattern
-
decimalGroups
java.util.List<java.lang.Integer> decimalGroups
-
denoms
org.bitcoinj.utils.BtcFormat.ScaleMatcher[] denoms
-
minimumFractionDigits
int minimumFractionDigits
-
numberFormat
java.text.DecimalFormat numberFormat
-
-
-
Class org.bitcoinj.utils.ExchangeRate extends java.lang.Object implements Serializable
-
Class org.bitcoinj.utils.Fiat extends java.lang.Object implements Serializable
-
Serialized Fields
-
currencyCode
java.lang.String currencyCode
-
value
long value
The number of smallest units of this monetary value.
-
-
-
-
Package org.bitcoinj.wallet
-
Class org.bitcoinj.wallet.AllRandomKeysRotating extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.wallet.DeterministicUpgradeRequiredException extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.wallet.DeterministicUpgradeRequiresPassword extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.wallet.UnreadableWalletException extends java.lang.Exception implements Serializable
-
Class org.bitcoinj.wallet.UnreadableWalletException.BadPassword extends UnreadableWalletException implements Serializable
-
Class org.bitcoinj.wallet.UnreadableWalletException.FutureVersion extends UnreadableWalletException implements Serializable
-
Class org.bitcoinj.wallet.UnreadableWalletException.WrongNetwork extends UnreadableWalletException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.BadWalletEncryptionKeyException extends Wallet.CompletionException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.CompletionException extends java.lang.RuntimeException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.CouldNotAdjustDownwards extends Wallet.CompletionException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.DustySendRequested extends Wallet.CompletionException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.ExceededMaxTransactionSize extends Wallet.CompletionException implements Serializable
-
Class org.bitcoinj.wallet.Wallet.MultipleOpReturnRequested extends Wallet.CompletionException implements Serializable
-