Summary

Registers the Unicycle "Unicycle: Set Withdraw Destination" custom function on this SNS so it can be invoked by proposal.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 4012, name: "Unicycle: Set Withdraw Destination", description: Some( "Set the destination account for non-ICP (ICRC) token withdrawals; ICP always returns to the SNS treasury.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), target_method_name: Some( "snsSetWithdrawDestination", ), validator_canister_id: Some( 2ccdl-vaaaa-aaaan-q6h5a-cai, ), validator_method_name: Some( "snsSetWithdrawDestinationValidate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Overview