com.google.bitcoin.core
Class TransactionOutPoint
java.lang.Object
com.google.bitcoin.core.Message
com.google.bitcoin.core.TransactionOutPoint
- All Implemented Interfaces:
- Serializable
public class TransactionOutPoint
- extends Message
- implements Serializable
This message is a reference or pointer to an output of a different transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionOutPoint
public TransactionOutPoint(NetworkParameters params,
byte[] payload,
int offset)
throws ProtocolException
- Deserializes the message. This is usually part of a transaction message.
- Throws:
ProtocolException
bitcoinSerializeToStream
public void bitcoinSerializeToStream(OutputStream stream)
throws IOException
- Description copied from class:
Message
- Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().
- Throws:
IOException
Copyright © 2011. All Rights Reserved.