Skip to main content

Module timestamp

Module timestamp 

Source
Expand description

Typed unix-seconds timestamp used in BzzAddress sign-data.

The bee handshake sign-data carries an int64 timestamp (big-endian, signed). Verification rejects records whose timestamp drifts outside a caller-supplied window from local clock. See bee pkg/bzz/timestamp.go.

Structs§

Timestamp
Unix-seconds timestamp (signed, matching bee’s int64).

Enums§

TimestampError
Errors from timestamp validation.