Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.AddressUtxo
-
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.AddressUtxothe result return byBitcoinJSONRPCClient.getAddressUtxo(String)- Author:
- frankchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()longgetHeight()intgetOutputIndex()longgetSatoshis()java.lang.StringgetScript()java.lang.StringgetTxid()
-