Serialized Form
|
Package com.google.bitcoin.core |
serialVersionUID: 8058283864924679460L
addresses
List<E> addresses
content
byte[] content
signature
byte[] signature
version
long version
relayUntil
Date relayUntil
expiration
Date expiration
id
long id
cancel
long cancel
cancelSet
Set<E> cancelSet
minVer
long minVer
maxVer
long maxVer
matchingSubVers
Set<E> matchingSubVers
priority
long priority
comment
String comment
statusBar
String statusBar
reserved
String reserved
serialVersionUID: 2738848929966035281L
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
version
long version
prevBlockHash
Sha256Hash prevBlockHash
merkleRoot
Sha256Hash merkleRoot
time
long time
difficultyTarget
long difficultyTarget
nonce
long nonce
transactions
List<E> transactions
- If null, it means this object holds only the headers.
data
byte[] data
hashFuncs
long hashFuncs
nTweak
long nTweak
nFlags
byte nFlags
serialVersionUID: -7657113383624517931L
parent
Message parent
serialVersionUID: -728224901792295832L
priv
BigInteger priv
pub
byte[] pub
creationTimeSeconds
long creationTimeSeconds
encryptedPrivateKey
EncryptedPrivateKey encryptedPrivateKey
- The encrypted private key information.
serialVersionUID: 8240801253854151802L
header
Block header
merkleTree
PartialMerkleTree merkleTree
cachedTransactionHashes
List<E> cachedTransactionHashes
associatedTransactions
Map<K,V> associatedTransactions
serialVersionUID: 6204437624599661503L
serialVersionUID: 3479412877853645644L
version
long version
locator
List<E> locator
stopHash
Sha256Hash stopHash
serialVersionUID: 2754681589501709887L
blockHeaders
List<E> blockHeaders
missing
BigInteger missing
- Contains the number of satoshis that would have been required to complete the operation.
serialVersionUID: -7050246551646107066L
serialVersionUID: -4275896329391143643L
arrayLen
long arrayLen
items
List<E> items
serialVersionUID: -3561053461717079135L
params
NetworkParameters params
serialVersionUID: 6971943053112975594L
genesisBlock
Block genesisBlock
proofOfWorkLimit
BigInteger proofOfWorkLimit
port
int port
packetMagic
long packetMagic
addressHeader
int addressHeader
p2shHeader
int p2shHeader
dumpedPrivateKeyHeader
int dumpedPrivateKeyHeader
interval
int interval
targetTimespan
int targetTimespan
alertSigningKey
byte[] alertSigningKey
id
String id
- See getId(). This may be null for old deserialized wallets. In that case we derive it heuristically
by looking at the port number.
spendableCoinbaseDepth
int spendableCoinbaseDepth
- The depth of blocks required for a coinbase transaction to be spendable.
subsidyDecreaseBlockCount
int subsidyDecreaseBlockCount
acceptableAddressCodes
int[] acceptableAddressCodes
dnsSeeds
String[] dnsSeeds
checkpoints
Map<K,V> checkpoints
transactionCount
int transactionCount
matchedChildBits
byte[] matchedChildBits
hashes
List<E> hashes
serialVersionUID: 7501293709324197411L
addr
InetAddress addr
port
int port
services
BigInteger services
time
long time
nonce
long nonce
hasNonce
boolean hasNonce
nonce
long nonce
hash
Sha256Hash hash
|
Class com.google.bitcoin.core.RejectMessage extends Message implements Serializable |
serialVersionUID: -5246995579800334336L
message
String message
reason
String reason
code
com.google.bitcoin.core.RejectMessage.RejectCode code
messageHash
Sha256Hash messageHash
bytes
byte[] bytes
serialVersionUID: -6097565241243701771L
header
Block header
chainWork
BigInteger chainWork
height
int height
serialVersionUID: -8744924157056340509L
value
BigInteger value
- A transaction output has some value and a script used for authenticating that the redeemer is allowed to spend
this output.
scriptBytes
byte[] scriptBytes
hash
Sha256Hash hash
- Hash of the transaction to which we refer.
index
long index
- Which output of that transaction we are talking about.
height
int height
- The height of the creating block (for coinbases, NONCOINBASE_HEIGHT otherwise)
serialVersionUID: 5127353027086786117L
blockHash
Sha256Hash blockHash
txOutChanges
TransactionOutputChanges txOutChanges
transactions
List<E> transactions
serialVersionUID: -8567546957352643140L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Ensure object is fully parsed before invoking java serialization. The backing byte array
is transient so if the object has parseLazy = true and hasn't invoked checkParse yet
then data will be lost during serialization.
- Throws:
IOException
version
long version
inputs
ArrayList<E> inputs
outputs
ArrayList<E> outputs
lockTime
long lockTime
updatedAt
Date updatedAt
confidence
TransactionConfidence confidence
appearsInHashes
Map<K,V> appearsInHashes
purpose
Transaction.Purpose purpose
serialVersionUID: 4577920141400556444L
broadcastBy
CopyOnWriteArrayList<E> broadcastBy
- The peers that have announced the transaction to us. Network nodes don't have stable identities, so we use
IP address as an approximation. It's obviously vulnerable to being gamed if we allow arbitrary people to connect
to us, so only peers we explicitly connected to should go here.
transaction
Transaction transaction
- The Transaction that this confidence object is associated with.
depth
int depth
workDone
BigInteger workDone
confidenceType
TransactionConfidence.ConfidenceType confidenceType
appearedAtChainHeight
int appearedAtChainHeight
overridingTransaction
Transaction overridingTransaction
source
TransactionConfidence.Source source
serialVersionUID: 2L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Ensure object is fully parsed before invoking java serialization. The backing byte array
is transient so if the object has parseLazy = true and hasn't invoked checkParse yet
then data will be lost during serialization.
- Throws:
IOException
sequence
long sequence
outpoint
TransactionOutPoint outpoint
scriptBytes
byte[] scriptBytes
parentTransaction
Transaction parentTransaction
serialVersionUID: -6320880638344662579L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Ensure object is fully parsed before invoking java serialization. The backing byte array
is transient so if the object has parseLazy = true and hasn't invoked checkParse yet
then data will be lost during serialization.
- Throws:
IOException
hash
Sha256Hash hash
- Hash of the transaction to which we refer.
index
long index
- Which output of that transaction we are talking about.
fromTx
Transaction fromTx
serialVersionUID: -590332479859256824L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Ensure object is fully parsed before invoking java serialization. The backing byte array
is transient so if the object has parseLazy = true and hasn't invoked checkParse yet
then data will be lost during serialization.
- Throws:
IOException
value
BigInteger value
scriptBytes
byte[] scriptBytes
availableForSpending
boolean availableForSpending
spentBy
TransactionInput spentBy
parentTransaction
Transaction parentTransaction
serialVersionUID: 3614705938207918775L
name
String name
serialVersionUID: 7313594258967483180L
clientVersion
int clientVersion
- The version number of the protocol spoken.
localServices
long localServices
- Flags defining what is supported. Right now
VersionMessage.NODE_NETWORK is the only flag defined.
time
long time
- What the other side believes the current time to be, in seconds.
myAddr
PeerAddress myAddr
- What the other side believes the address of this program is. Not used.
theirAddr
PeerAddress theirAddr
- What the other side believes their own address is. Not used.
subVer
String subVer
- An additional string that today the official client sets to the empty string. We treat it as something like an
HTTP User-Agent header.
bestHeight
long bestHeight
- How many blocks are in the chain, according to the other side.
relayTxesBeforeFilter
boolean relayTxesBeforeFilter
- Whether or not to relay tx invs before a filter is received
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
lock
ReentrantLock lock
pending
Map<K,V> pending
unspent
Map<K,V> unspent
spent
Map<K,V> spent
dead
Map<K,V> dead
transactions
Map<K,V> transactions
keychain
ArrayList<E> keychain
watchedScripts
Set<E> watchedScripts
params
NetworkParameters params
lastBlockSeenHash
Sha256Hash lastBlockSeenHash
lastBlockSeenHeight
int lastBlockSeenHeight
lastBlockSeenTimeSecs
long lastBlockSeenTimeSecs
acceptRiskyTransactions
boolean acceptRiskyTransactions
onWalletChangedSuppressions
int onWalletChangedSuppressions
insideReorg
boolean insideReorg
confidenceChanged
Map<K,V> confidenceChanged
vFileManager
WalletFiles vFileManager
vTransactionBroadcaster
TransactionBroadcaster vTransactionBroadcaster
vKeyRotationTimestamp
long vKeyRotationTimestamp
vKeyRotationEnabled
boolean vKeyRotationEnabled
keyCrypter
KeyCrypter keyCrypter
version
int version
description
String description
extensions
HashMap<K,V> extensions
riskAnalyzer
RiskAnalysis.Analyzer riskAnalyzer
balanceFutureRequests
List<E> balanceFutureRequests
verCode
int verCode
- The version code that was provided in the address.
acceptableVersions
int[] acceptableVersions
- The list of acceptable versions that were expected given the addresses network parameters.
|
Package com.google.bitcoin.crypto |
keys
Map<K,V> keys
rootPath
com.google.common.collect.ImmutableList<E> rootPath
lastPrivDerivedNumbers
Map<K,V> lastPrivDerivedNumbers
lastPubDerivedNumbers
Map<K,V> lastPubDerivedNumbers
serialVersionUID: 1L
parent
DeterministicKey parent
publicAsPoint
org.spongycastle.math.ec.ECPoint publicAsPoint
privateAsFieldElement
BigInteger privateAsFieldElement
childNumberPath
com.google.common.collect.ImmutableList<E> childNumberPath
chainCode
byte[] chainCode
- 32 bytes
serialVersionUID: -4441989608332681377L
serialVersionUID: 949662512049152670L
badWord
String badWord
- Contains the word that was not found in the word list.
|
Package com.google.bitcoin.net.discovery |
serialVersionUID: -2863411151549391392L
|
Package com.google.bitcoin.params |
|
Package com.google.bitcoin.protocols.channels |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
id_
com.google.protobuf.ByteString id_
contractTransaction_
com.google.protobuf.ByteString contractTransaction_
refundTransaction_
com.google.protobuf.ByteString refundTransaction_
myKey_
com.google.protobuf.ByteString myKey_
valueToMe_
long valueToMe_
refundFees_
long refundFees_
closeTransactionHash_
com.google.protobuf.ByteString closeTransactionHash_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
channels_
List<E> channels_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
error
PaymentChannelCloseException.CloseReason error
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
bestValueToMe_
long bestValueToMe_
bestValueSignature_
com.google.protobuf.ByteString bestValueSignature_
refundTransactionUnlockTimeSecs_
long refundTransactionUnlockTimeSecs_
contractTransaction_
com.google.protobuf.ByteString contractTransaction_
clientOutput_
com.google.protobuf.ByteString clientOutput_
myKey_
com.google.protobuf.ByteString myKey_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
channels_
List<E> channels_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Package com.google.bitcoin.protocols.payments |
|
Package com.google.bitcoin.store |
|
Package com.google.bitcoin.uri |
|
Package org.bitcoin.paymentchannel |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
major_
int major_
minor_
int minor_
previousChannelContractHash_
com.google.protobuf.ByteString previousChannelContractHash_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
code_
Protos.Error.ErrorCode code_
explanation_
Object explanation_
expectedValue_
long expectedValue_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
multisigKey_
com.google.protobuf.ByteString multisigKey_
minAcceptedChannelSize_
long minAcceptedChannelSize_
expireTimeSecs_
long expireTimeSecs_
minPayment_
long minPayment_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
tx_
com.google.protobuf.ByteString tx_
initialPayment_
Protos.UpdatePayment initialPayment_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
multisigKey_
com.google.protobuf.ByteString multisigKey_
tx_
com.google.protobuf.ByteString tx_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
signature_
com.google.protobuf.ByteString signature_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
major_
int major_
minor_
int minor_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
tx_
com.google.protobuf.ByteString tx_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
type_
Protos.TwoWayChannelMessage.MessageType type_
clientVersion_
Protos.ClientVersion clientVersion_
serverVersion_
Protos.ServerVersion serverVersion_
initiate_
Protos.Initiate initiate_
provideRefund_
Protos.ProvideRefund provideRefund_
returnRefund_
Protos.ReturnRefund returnRefund_
provideContract_
Protos.ProvideContract provideContract_
updatePayment_
Protos.UpdatePayment updatePayment_
settlement_
Protos.Settlement settlement_
error_
Protos.Error error_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
clientChangeValue_
long clientChangeValue_
signature_
com.google.protobuf.ByteString signature_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Package org.bitcoin.protocols.payments |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
amount_
long amount_
script_
com.google.protobuf.ByteString script_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
merchantData_
com.google.protobuf.ByteString merchantData_
transactions_
List<E> transactions_
refundTo_
List<E> refundTo_
memo_
Object memo_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
payment_
Protos.Payment payment_
memo_
Object memo_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
network_
Object network_
outputs_
List<E> outputs_
time_
long time_
expires_
long expires_
memo_
Object memo_
paymentUrl_
Object paymentUrl_
merchantData_
com.google.protobuf.ByteString merchantData_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
paymentDetailsVersion_
int paymentDetailsVersion_
pkiType_
Object pkiType_
pkiData_
com.google.protobuf.ByteString pkiData_
serializedPaymentDetails_
com.google.protobuf.ByteString serializedPaymentDetails_
signature_
com.google.protobuf.ByteString signature_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
certificate_
List<E> certificate_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
|
Package org.bitcoinj.wallet |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
initialisationVector_
com.google.protobuf.ByteString initialisationVector_
encryptedPrivateKey_
com.google.protobuf.ByteString encryptedPrivateKey_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
id_
Object id_
data_
com.google.protobuf.ByteString data_
mandatory_
boolean mandatory_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
type_
Protos.Key.Type type_
privateKey_
com.google.protobuf.ByteString privateKey_
encryptedPrivateKey_
Protos.EncryptedPrivateKey encryptedPrivateKey_
publicKey_
com.google.protobuf.ByteString publicKey_
label_
Object label_
creationTimestamp_
long creationTimestamp_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
ipAddress_
com.google.protobuf.ByteString ipAddress_
port_
int port_
services_
long services_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
program_
com.google.protobuf.ByteString program_
creationTimestamp_
long creationTimestamp_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
salt_
com.google.protobuf.ByteString salt_
n_
long n_
r_
int r_
p_
int p_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
version_
int version_
hash_
com.google.protobuf.ByteString hash_
pool_
Protos.Transaction.Pool pool_
lockTime_
int lockTime_
updatedAt_
long updatedAt_
transactionInput_
List<E> transactionInput_
transactionOutput_
List<E> transactionOutput_
blockHash_
List<E> blockHash_
blockRelativityOffsets_
List<E> blockRelativityOffsets_
confidence_
Protos.TransactionConfidence confidence_
purpose_
Protos.Transaction.Purpose purpose_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
type_
Protos.TransactionConfidence.Type type_
appearedAtHeight_
int appearedAtHeight_
overridingTransaction_
com.google.protobuf.ByteString overridingTransaction_
depth_
int depth_
workDone_
long workDone_
broadcastBy_
List<E> broadcastBy_
source_
Protos.TransactionConfidence.Source source_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
transactionOutPointHash_
com.google.protobuf.ByteString transactionOutPointHash_
transactionOutPointIndex_
int transactionOutPointIndex_
scriptBytes_
com.google.protobuf.ByteString scriptBytes_
sequence_
int sequence_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
value_
long value_
scriptBytes_
com.google.protobuf.ByteString scriptBytes_
spentByTransactionHash_
com.google.protobuf.ByteString spentByTransactionHash_
spentByTransactionIndex_
int spentByTransactionIndex_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
bitField0_
int bitField0_
networkIdentifier_
Object networkIdentifier_
lastSeenBlockHash_
com.google.protobuf.ByteString lastSeenBlockHash_
lastSeenBlockHeight_
int lastSeenBlockHeight_
lastSeenBlockTimeSecs_
long lastSeenBlockTimeSecs_
key_
List<E> key_
transaction_
List<E> transaction_
watchedScript_
List<E> watchedScript_
encryptionType_
Protos.Wallet.EncryptionType encryptionType_
encryptionParameters_
Protos.ScryptParameters encryptionParameters_
version_
int version_
extension_
List<E> extension_
description_
Object description_
keyRotationTime_
long keyRotationTime_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
Copyright © 2014. All rights reserved.