com.google.bitcoin.core
Class InventoryItem

java.lang.Object
  extended by com.google.bitcoin.core.InventoryItem

public class InventoryItem
extends Object


Nested Class Summary
static class InventoryItem.Type
           
 
Field Summary
 byte[] hash
           
 InventoryItem.Type type
           
 
Constructor Summary
InventoryItem(InventoryItem.Type type, byte[] hash)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final InventoryItem.Type type

hash

public final byte[] hash
Constructor Detail

InventoryItem

public InventoryItem(InventoryItem.Type type,
                     byte[] hash)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.