penumbra_governance/
action_handler.rs

1
2
3
4
5
6
7
8
9
10
use cnidarium_component::ActionHandler;

pub mod delegator_vote;
pub mod deposit_claim;
pub mod validator_vote;
pub mod withdraw;

// Note: The ProposalSubmit action handler is defined in `penumbra-app`
// due to it requiring knowledge of all other actions and the `TransactionPlan`,
// located in `penumbra-transaction`.