public interface TransactionBag
Wallet and the Transaction| Modifier and Type | Method and Description | 
|---|---|
| Map<Sha256Hash,Transaction> | getTransactionPool(WalletTransaction.Pool pool)Returns transactions from a specific pool. | 
| boolean | isPayToScriptHashMine(byte[] payToScriptHash)Returns true if this wallet knows the script corresponding to the given hash. | 
| boolean | isPubKeyHashMine(byte[] pubkeyHash)Returns true if this wallet contains a public key which hashes to the given hash. | 
| boolean | isPubKeyMine(byte[] pubkey)Returns true if this wallet contains a keypair with the given public key. | 
| boolean | isWatchedScript(Script script)Returns true if this wallet is watching transactions for outputs with the script. | 
boolean isPubKeyHashMine(byte[] pubkeyHash)
boolean isWatchedScript(Script script)
boolean isPubKeyMine(byte[] pubkey)
boolean isPayToScriptHashMine(byte[] payToScriptHash)
Map<Sha256Hash,Transaction> getTransactionPool(WalletTransaction.Pool pool)
Copyright © 2016. All rights reserved.