Summary

Proposal to create the endpoint for adding the callback function for managing the DAO controlled neuron.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 20000, name: "ManageDAONeuron", description: Some( "Proposal to create the endpoint for adding the callback function for managing the DAO controlled neuron.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( bboqb-jiaaa-aaaal-qb6ea-cai, ), target_method_name: Some( "executeManageDAONeuron", ), validator_canister_id: Some( bboqb-jiaaa-aaaal-qb6ea-cai, ), validator_method_name: Some( "validateManageDAONeuron", ), }, ), ), }

Overview