Package org.bitcoindevkit
Class LockTime.Seconds
-
- All Implemented Interfaces:
public final class LockTime.Seconds extends LockTime
-
-
Field Summary
Fields Modifier and Type Field Description private final UInt
consensusTime
-
Constructor Summary
Constructors Constructor Description LockTime.Seconds(UInt consensusTime)
-
Method Summary
Modifier and Type Method Description final UInt
getConsensusTime()
-
-
Constructor Detail
-
LockTime.Seconds
LockTime.Seconds(UInt consensusTime)
-
-
Method Detail
-
getConsensusTime
final UInt getConsensusTime()
-
-
-
-