cw-hooks

Crates.iocw-hooks
lib.rscw-hooks
version2.6.0
sourcesrc
created_at2023-01-19 22:08:04.088084
updated_at2024-11-07 23:38:00.568136
descriptionA package for managing a set of hooks which can be accessed by their index.
homepage
repositoryhttps://github.com/DA0-DA0/dao-contracts
max_upload_size
id762976
size8,382
publishers (github:da0-da0:publishers)

documentation

README

CosmWasm DAO Hooks

This package provides shared hook functionality used for dao-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.

Commit count: 879

cargo fmt