Package org.bitcoindevkit
Class TxStatus
-
- All Implemented Interfaces:
public final class TxStatus
-
-
Method Summary
Modifier and Type Method Description final Boolean
getConfirmed()
final Unit
setConfirmed(Boolean confirmed)
final UInt
getBlockHeight()
final Unit
setBlockHeight(UInt blockHeight)
final String
getBlockHash()
final Unit
setBlockHash(String blockHash)
final ULong
getBlockTime()
final Unit
setBlockTime(ULong blockTime)
-
-
-
Method Detail
-
getConfirmed
final Boolean getConfirmed()
-
setConfirmed
final Unit setConfirmed(Boolean confirmed)
-
getBlockHeight
final UInt getBlockHeight()
-
setBlockHeight
final Unit setBlockHeight(UInt blockHeight)
-
getBlockHash
final String getBlockHash()
-
setBlockHash
final Unit setBlockHash(String blockHash)
-
getBlockTime
final ULong getBlockTime()
-
setBlockTime
final Unit setBlockTime(ULong blockTime)
-
-