Crates.io | cw-hooks |
lib.rs | cw-hooks |
version | 2.6.0 |
source | src |
created_at | 2023-01-19 22:08:04.088084 |
updated_at | 2024-11-07 23:38:00.568136 |
description | A package for managing a set of hooks which can be accessed by their index. |
homepage | |
repository | https://github.com/DA0-DA0/dao-contracts |
max_upload_size | |
id | 762976 |
size | 8,382 |
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.