<B>Class <AHREF="com/google/bitcoin/core/AddressFormatException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.AddressFormatException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/AddressMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.AddressMessage</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">E</A>><B>addresses</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/Block.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Block</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">E</A>><B>transactions</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/BlockStoreException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.BlockStoreException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/ECKey.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.ECKey</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html?is-external=true"title="class or interface in java.math">BigInteger</A><B>priv</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/GetBlocksMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.GetBlocksMessage</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">E</A>><B>locator</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/GetDataMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.GetDataMessage</A> extends <AHREF="com/google/bitcoin/core/ListMessage.html"title="class in com.google.bitcoin.core">ListMessage</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/InventoryMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.InventoryMessage</A> extends <AHREF="com/google/bitcoin/core/ListMessage.html"title="class in com.google.bitcoin.core">ListMessage</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/ListMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.ListMessage</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">E</A>><B>items</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Message</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/NetworkParameters.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.NetworkParameters</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html?is-external=true"title="class or interface in java.math">BigInteger</A><B>proofOfWorkLimit</B></PRE>
<DD>First byte of a base58 encoded address. See <AHREF="com/google/bitcoin/core/Address.html"title="class in com.google.bitcoin.core"><CODE>Address</CODE></A>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
dumpedPrivateKeyHeader</H3>
<PRE>
int <B>dumpedPrivateKeyHeader</B></PRE>
<DL>
<DD>First byte of a base58 encoded dumped private key. See <AHREF="com/google/bitcoin/core/DumpedPrivateKey.html"title="class in com.google.bitcoin.core"><CODE>DumpedPrivateKey</CODE></A>.
<B>Class <AHREF="com/google/bitcoin/core/PeerAddress.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.PeerAddress</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/InetAddress.html?is-external=true"title="class or interface in java.net">InetAddress</A><B>addr</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html?is-external=true"title="class or interface in java.math">BigInteger</A><B>services</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/PeerDiscoveryException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.PeerDiscoveryException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/Ping.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Ping</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/ProtocolException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.ProtocolException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/ScriptException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.ScriptException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/Sha256Hash.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Sha256Hash</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/StoredBlock.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.StoredBlock</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html?is-external=true"title="class or interface in java.math">BigInteger</A><B>chainWork</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/Transaction.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Transaction</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">ArrayList</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">E</A>><B>inputs</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">ArrayList</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">E</A>><B>outputs</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">E</A>><B>appearsIn</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/TransactionInput.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.TransactionInput</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/TransactionOutPoint.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.TransactionOutPoint</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/TransactionOutput.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.TransactionOutput</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html?is-external=true"title="class or interface in java.math">BigInteger</A><B>value</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/UnknownMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.UnknownMessage</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>name</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/VerificationException.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.VerificationException</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true"title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/VersionAck.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.VersionAck</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<B>Class <AHREF="com/google/bitcoin/core/VersionMessage.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.VersionMessage</A> extends <AHREF="com/google/bitcoin/core/Message.html"title="class in com.google.bitcoin.core">Message</A> implements Serializable</B></FONT></TH>
<DD>Flags defining what is supported. Right now <AHREF="com/google/bitcoin/core/VersionMessage.html#NODE_NETWORK"><CODE>VersionMessage.NODE_NETWORK</CODE></A> is the only flag defined.
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>subVer</B></PRE>
<B>Class <AHREF="com/google/bitcoin/core/Wallet.html"title="class in com.google.bitcoin.core">com.google.bitcoin.core.Wallet</A> extends <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
private void <B>readObject</B>(<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ObjectInputStream.html?is-external=true"title="class or interface in java.io">ObjectInputStream</A> in)
throws <AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A>,
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassNotFoundException.html?is-external=true"title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DD><CODE><AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassNotFoundException.html?is-external=true"title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">K</A>,<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">V</A>><B>pending</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">K</A>,<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">V</A>><B>unspent</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">K</A>,<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">V</A>><B>spent</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">K</A>,<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">V</A>><B>inactive</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">K</A>,<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">V</A>><B>dead</B></PRE>
<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">ArrayList</A><<AHREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true"title="class or interface in java.util">E</A>><B>keychain</B></PRE>