| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BitcoindRpcClient.RawTransaction.In |
static interface |
BitcoindRpcClient.Unspent |
| Modifier and Type | Class and Description |
|---|---|
static class |
BitcoindRpcClient.BasicTxInput |
static class |
BitcoindRpcClient.ExtendedTxInput |
| Modifier and Type | Field and Description |
|---|---|
Set<BitcoindRpcClient.TxInput> |
BitcoinRawTxBuilder.inputs |
| Modifier and Type | Method and Description |
|---|---|
BitcoindRpcClient.TxInput |
BitcoindRpcClient.RawTransaction.Out.toInput() |
| Modifier and Type | Method and Description |
|---|---|
BitcoinRawTxBuilder |
BitcoinRawTxBuilder.in(BitcoindRpcClient.TxInput in) |
| Modifier and Type | Method and Description |
|---|---|
String |
BitcoinJSONRPCClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs) |
String |
BitcoindRpcClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs)
The createrawtransaction RPC creates an unsigned serialized transaction that spends a previous output to a new output with a P2PKH or P2SH address.
|
String |
BitcoinJSONRPCClient.signRawTransaction(String hex,
List<? extends BitcoindRpcClient.TxInput> inputs,
List<String> privateKeys) |
String |
BitcoindRpcClient.signRawTransaction(String hex,
List<? extends BitcoindRpcClient.TxInput> inputs,
List<String> privateKeys)
The signrawtransaction RPC signs a transaction in the serialized transaction format using private keys stored in the wallet or provided in the call.
|
String |
BitcoinJSONRPCClient.signRawTransaction(String hex,
List<? extends BitcoindRpcClient.TxInput> inputs,
List<String> privateKeys,
String sigHashType) |
Copyright © 2018. All rights reserved.