public static interface BitcoindRpcClient.RawTransaction.In extends BitcoindRpcClient.TxInput, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
address()
get the spent address, which is specified in the 'scriptPubKey' in the connected output of this tx
PAY ATTENTION This property is only supported by those bitcoind which supports a '-spentindex' option
For more information about 'spentindex', take a look at satoshilabs/bitcoin or bitpay/bitcoin |
BitcoindRpcClient.RawTransaction |
getTransaction() |
BitcoindRpcClient.RawTransaction.Out |
getTransactionOutput() |
Map<String,Object> |
scriptSig() |
long |
sequence() |
scriptPubKey, txid, voutlong sequence()
BitcoindRpcClient.RawTransaction getTransaction()
BitcoindRpcClient.RawTransaction.Out getTransactionOutput()
String address()
Copyright © 2018. All rights reserved.