Package ch.bitagent.bitcoin.lib.network
Class VerAckMessage
- java.lang.Object
-
- ch.bitagent.bitcoin.lib.network.VerAckMessage
-
-
Constructor Summary
Constructors Constructor Description VerAckMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCommand()getCommand.static VerAckMessageparse(byte[] stream)parse.byte[]serialize()serialize.
-
-
-
Field Detail
-
COMMAND
public static final String COMMAND
ConstantCOMMAND="verack"- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommand
public byte[] getCommand()
getCommand.
- Specified by:
getCommandin interfaceMessage- Returns:
- an array of
byteobjects
-
parse
public static VerAckMessage parse(byte[] stream)
parse.
- Parameters:
stream- an array ofbyteobjects- Returns:
- a
VerAckMessageobject
-
-