NLockTime: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "{{stub}} nLockTime is a parameter that can be attached to a transaction, that mandates a minimal time (specified in either unix time or block height), that before this time, ...")
 
No edit summary
Line 5: Line 5:
See lock_time in [[Protocol_specification#tx|The protocol specification]]
See lock_time in [[Protocol_specification#tx|The protocol specification]]


[[Category:Protocol]]
[[Category:Technical]]

Revision as of 07:59, 21 May 2013

This page is a stub. Help by expanding it.

nLockTime is a parameter that can be attached to a transaction, that mandates a minimal time (specified in either unix time or block height), that before this time, the transaction cannot be accepted into a block.

See lock_time in The protocol specification