Summary

Registers the Unicycle "Unicycle: Record Cycles Now" custom function on this SNS so it can be invoked by proposal.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 4005, name: "Unicycle: Record Cycles Now", description: Some( "Record a cycle reading now for a tracked canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsRecordCyclesNow", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsRecordCyclesNowValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Overview