| Interface and Description |
|---|
| org.bitcoinj.core.listeners.BlockChainListener |
| org.bitcoinj.core.listeners.PeerConnectionEventListener
Use the single event interfaces instead
|
| org.bitcoinj.wallet.listeners.WalletEventListener
Use the superinterfaces directly instead.
|
| Field and Description |
|---|
| org.bitcoinj.uri.BitcoinURI.BITCOIN_SCHEME |
| org.bitcoinj.script.ScriptOpCodes.OP_NOP2 |
| org.bitcoinj.core.Transaction.SIGHASH_ANYONECANPAY_VALUE
Instead use SigHash.ANYONECANPAY.value or SigHash.ANYONECANPAY.byteValue() as appropriate.
|
Copyright © 2018. All rights reserved.