 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All(verifiables ...Verifiable) error
All returns nil if all the verifiables were verified with no errors
Types ¶
type State ¶ added in v0.8.0
type State interface {
	snow.ContextInitializable
	Verifiable
	VerifyState() error
}
    State that can be verified
 Click to show internal directories. 
   Click to hide internal directories.