cw-hooks 2.0.1

A package for managing a set of hooks which can be accessed by their index.
Documentation
1
2
3
4
5
6
7
8
9
10
# CosmWasm DAO Hooks

This package provides shared hook functionality used for
[proposal](../dao-proposal-hooks) and [vote](../dao-vote-hooks) hooks.

It deviates from other CosmWasm hook packages in that hooks can be
modified based on their index in the hook list AND based on the
address receiving the hook. This allows dispatching hooks with their
index as the reply ID of a submessage and removing hooks if they fail
to process the hook message.