Documentation ¶ Index ¶ type Checks func NewChecks(iavl tree.Tree) (*Checks, error) func (c *Checks) Commit() error func (c *Checks) Export(state *types.AppState) func (c *Checks) IsCheckUsed(check *check.Check) bool func (c *Checks) UseCheck(check *check.Check) func (c *Checks) UseCheckHash(hash types.Hash) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checks ¶ type Checks struct { // contains filtered or unexported fields } func NewChecks ¶ func NewChecks(iavl tree.Tree) (*Checks, error) func (*Checks) Commit ¶ func (c *Checks) Commit() error func (*Checks) Export ¶ func (c *Checks) Export(state *types.AppState) func (*Checks) IsCheckUsed ¶ func (c *Checks) IsCheckUsed(check *check.Check) bool func (*Checks) UseCheck ¶ func (c *Checks) UseCheck(check *check.Check) func (*Checks) UseCheckHash ¶ func (c *Checks) UseCheckHash(hash types.Hash) Source Files ¶ View all Source files checks.go Click to show internal directories. Click to hide internal directories.