Add admin_collect_fees to collect bridge fees on the one_bridge_canister canister
Adding a new generic function to collect bridge fees on the one_bridge_canister canister. It transfers collected bridge fees to a recipient, and cannot send more than the fees the canister has collected and not yet withdrawn.
Proposal to add new NervousSystemFunction:
Function:
NervousSystemFunction { id: 1307, name: "Collect bridge fees on the one_bridge_canister canister", description: Some( "Collect bridge fees on the one_bridge_canister canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( dpjyw-raaaa-aaaar-qbxlq-cai, ), target_method_name: Some( "admin_collect_fees", ), validator_canister_id: Some( dpjyw-raaaa-aaaar-qbxlq-cai, ), validator_method_name: Some( "validate_admin_collect_fees", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }