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