Uses of Class
com.google.bitcoin.core.InventoryMessage

Packages that use InventoryMessage
com.google.bitcoin.core   
 

Uses of InventoryMessage in com.google.bitcoin.core
 

Subclasses of InventoryMessage in com.google.bitcoin.core
 class NotFoundMessage
          Sent by a peer when a getdata request doesn't find the requested data in the mempool.
 

Methods in com.google.bitcoin.core that return InventoryMessage
static InventoryMessage InventoryMessage.with(Transaction... txns)
          Creates a new inv message for the given transactions.
 



Copyright © 2014. All rights reserved.