Expand description
A UNIX timestamp used as the Bitcoin block time.
Also known as Epoch Time - January 1, 1970.
This differs from other UNIX timestamps in that we only use non-negative values. The Epoch pre-dates Bitcoin so timestamps before this are not useful for block timestamps.
Structsยง
- Block
Time - A Bitcoin block timestamp.
- Block
Time Decoder - The decoder for the
BlockTimetype. - Block
Time Decoder Error - An error consensus decoding an
BlockTime. - Block
Time Encoder - The encoder for the
BlockTimetype.