| 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 |
BitcoindRpcClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs) |
String |
BitcoinJSONRPCClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs) |
Copyright © 2017. All rights reserved.