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§
- Timestamp
Error - Errors from timestamp validation.