Summary

Registers the Unicycle "Unicycle: Set Cycle Report Cadence" custom function on this SNS so it can be invoked by proposal.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 4008, name: "Unicycle: Set Cycle Report Cadence", description: Some( "Configure recurring cycle-usage report proposals (cadence in days; 0 disables).", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsSetReportConfig", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsSetReportConfigValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Overview