Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.NetTotals
-
- All Superinterfaces:
MapWrapperType,java.io.Serializable
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.NetTotals extends MapWrapperType, java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBitcoindRpcClient.NetTotals.uploadTarget
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longtimeMillis()longtotalBytesRecv()longtotalBytesSent()BitcoindRpcClient.NetTotals.uploadTargetuploadTarget()-
Methods inherited from interface wf.bitcoin.javabitcoindrpcclient.MapWrapperType
mapBigDecimal, mapBool, mapDate, mapHex, mapInt, mapLong, mapStr
-
-
-
-
Method Detail
-
totalBytesRecv
long totalBytesRecv()
-
totalBytesSent
long totalBytesSent()
-
timeMillis
long timeMillis()
-
uploadTarget
BitcoindRpcClient.NetTotals.uploadTarget uploadTarget()
-
-