SEQUENCE_LOCKTIME_TYPE_FLAG property

int SEQUENCE_LOCKTIME_TYPE_FLAG
final

BIP68: If sequence encodes a relative lock-time and this flag is set, the relative lock-time has units of 512 seconds, otherwise it specifies blocks with a granularity of 1.

Implementation

static final int SEQUENCE_LOCKTIME_TYPE_FLAG = 1 << 22;