8 lines
250 B
Go
8 lines
250 B
Go
/*
|
|
Package comet defines the Comet Service interface and BlockInfo types which applications
|
|
should use in order to get access to the current block's evidence, validators hash, proposer address.
|
|
|
|
This information is specific to Comet
|
|
*/
|
|
package comet
|