Uses of Class
com.google.bitcoin.core.AbstractBlockChain.NewBlockType

Packages that use AbstractBlockChain.NewBlockType
com.google.bitcoin.core   
com.google.bitcoin.jni   
com.google.bitcoin.utils   
 

Uses of AbstractBlockChain.NewBlockType in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return AbstractBlockChain.NewBlockType
static AbstractBlockChain.NewBlockType AbstractBlockChain.NewBlockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractBlockChain.NewBlockType[] AbstractBlockChain.NewBlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.bitcoin.core with parameters of type AbstractBlockChain.NewBlockType
 void Wallet.notifyTransactionIsInBlock(Sha256Hash txHash, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
          Called by the BlockChain when we receive a new filtered block that contains a transactions previously received by a call to @{link receivePending}.
 void BlockChainListener.notifyTransactionIsInBlock(Sha256Hash txHash, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
          Called by the BlockChain when we receive a new FilteredBlock that contains the given transaction hash in its merkle tree.
 void AbstractBlockChainListener.notifyTransactionIsInBlock(Sha256Hash txHash, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
           
 void Wallet.receiveFromBlock(Transaction tx, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
          Called by the BlockChain when we receive a new block that sends coins to one of our addresses or spends coins from one of our addresses (note that a single transaction can do both).
 void BlockChainListener.receiveFromBlock(Transaction tx, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
          Called by the BlockChain when we receive a new block that contains a relevant transaction.
 void AbstractBlockChainListener.receiveFromBlock(Transaction tx, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
           
 

Uses of AbstractBlockChain.NewBlockType in com.google.bitcoin.jni
 

Methods in com.google.bitcoin.jni with parameters of type AbstractBlockChain.NewBlockType
 void NativeBlockChainListener.notifyTransactionIsInBlock(Sha256Hash txHash, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
           
 void NativeBlockChainListener.receiveFromBlock(Transaction tx, StoredBlock block, AbstractBlockChain.NewBlockType blockType, int relativityOffset)
           
 

Uses of AbstractBlockChain.NewBlockType in com.google.bitcoin.utils
 

Methods in com.google.bitcoin.utils with parameters of type AbstractBlockChain.NewBlockType
protected  Transaction TestWithWallet.sendMoneyToWallet(BigInteger value, AbstractBlockChain.NewBlockType type)
           
protected  Transaction TestWithWallet.sendMoneyToWallet(Transaction tx, AbstractBlockChain.NewBlockType type)
           
protected  Transaction TestWithWallet.sendMoneyToWallet(Wallet wallet, BigInteger value, Address toAddress, AbstractBlockChain.NewBlockType type)
           
protected  Transaction TestWithWallet.sendMoneyToWallet(Wallet wallet, BigInteger value, ECKey toPubKey, AbstractBlockChain.NewBlockType type)
           
protected  Transaction TestWithWallet.sendMoneyToWallet(Wallet wallet, Transaction tx, AbstractBlockChain.NewBlockType type)
           
 



Copyright © 2014. All rights reserved.