Register Unicycle setup function
Summary
Registers the Unicycle bootstrap so it can register the rest.
Payload
Proposal to add new NervousSystemFunction:
Function:
NervousSystemFunction { id: 4000, name: "Unicycle: Setup", description: Some( "Bootstrap that registers all Unicycle custom functions on this SNS.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsSetup", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsSetupValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }
Overview