CodeChain-io / CodeChain-io/foundry
Require to export an TxOwner per Tx type
Open
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is an option to provide single `TxOwner` to cover all of the Tx types implemented by a module. In relation to #555, it's more natural to expect multiple `TxOwner`s from a module, since block open/close notifications are separated out and each invoked only one.
Contributor guide
Assessment
This issue has not been assessed yet.