Package org.bitcoindevkit
Class ConfirmationBlockTime
-
- All Implemented Interfaces:
public final class ConfirmationBlockTime
-
-
Field Summary
Fields Modifier and Type Field Description private BlockIdblockIdprivate ULongconfirmationTime
-
Constructor Summary
Constructors Constructor Description ConfirmationBlockTime(BlockId blockId, ULong confirmationTime)
-
Method Summary
Modifier and Type Method Description final BlockIdgetBlockId()final UnitsetBlockId(BlockId blockId)final ULonggetConfirmationTime()final UnitsetConfirmationTime(ULong confirmationTime)-
-
Method Detail
-
getBlockId
final BlockId getBlockId()
-
setBlockId
final Unit setBlockId(BlockId blockId)
-
getConfirmationTime
final ULong getConfirmationTime()
-
setConfirmationTime
final Unit setConfirmationTime(ULong confirmationTime)
-
-
-
-