Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.RawTransaction
-
- All Superinterfaces:
MapWrapperType,java.io.Serializable
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.RawTransaction extends MapWrapperType, java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBitcoindRpcClient.RawTransaction.Instatic interfaceBitcoindRpcClient.RawTransaction.Out
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringblockHash()java.util.Dateblocktime()java.lang.Integerconfirmations()java.lang.Stringerror()java.lang.Stringhash()java.lang.Stringhex()longlockTime()longsize()java.util.Datetime()java.lang.StringtxId()intversion()java.util.List<BitcoindRpcClient.RawTransaction.In>vIn()This method should be replaced somedayjava.util.List<BitcoindRpcClient.RawTransaction.Out>vOut()This method should be replaced somedaylongvsize()-
Methods inherited from interface wf.bitcoin.javabitcoindrpcclient.MapWrapperType
mapBigDecimal, mapBool, mapDate, mapHex, mapInt, mapLong, mapStr
-
-
-
-
Method Detail
-
error
java.lang.String error()
-
hex
java.lang.String hex()
-
txId
java.lang.String txId()
-
version
int version()
-
lockTime
long lockTime()
-
size
long size()
-
vsize
long vsize()
-
hash
java.lang.String hash()
-
vIn
java.util.List<BitcoindRpcClient.RawTransaction.In> vIn()
This method should be replaced someday- Returns:
- the list of inputs
-
vOut
java.util.List<BitcoindRpcClient.RawTransaction.Out> vOut()
This method should be replaced someday
-
blockHash
java.lang.String blockHash()
-
confirmations
java.lang.Integer confirmations()
- Returns:
- null if this tx has not been confirmed yet
-
time
java.util.Date time()
- Returns:
- null if this tx has not been confirmed yet
-
blocktime
java.util.Date blocktime()
- Returns:
- null if this tx has not been confirmed yet
-
-