Package org.bitcoindevkit
Class TxStatus
-
- All Implemented Interfaces:
public final class TxStatus
-
-
Method Summary
Modifier and Type Method Description final BooleangetConfirmed()final UnitsetConfirmed(Boolean confirmed)final UIntgetBlockHeight()final UnitsetBlockHeight(UInt blockHeight)final StringgetBlockHash()final UnitsetBlockHash(String blockHash)final ULonggetBlockTime()final UnitsetBlockTime(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)
-
-
-
-