Files
cosmos-sdk/core/header/doc.go
T
2023-05-03 13:32:25 +00:00

8 lines
271 B
Go

/*
Package header defines a generalized Header type that all consensus & networking layers must provide.
If modules need access to the current block header information, like height, hash, time, or chain ID
they should use the Header Service interface.
*/
package header