All chains
    Preparing search index...

    Type Alias set_parameter

    set_parameter: TxDescriptor<
        {
            key_value: Enum<
                {
                    FellowshipSalary: Enum<
                        {
                            SalaryConfig: FixedSizeArray<
                                1,
                                { asset: Enum<(...)>; budget: bigint }
                                | undefined,
                            >;
                        },
                    >;
                    SecretarySalary: Enum<
                        {
                            SalaryConfig: FixedSizeArray<
                                1,
                                | { asset: Enum<(...)>; budget: bigint; salary_rank1: bigint }
                                | undefined,
                            >;
                        },
                    >;
                },
            >;
        },
    >

    Set the value of a parameter.

    The dispatch origin of this call must be AdminOrigin for the given key. Values be deleted by setting them to None.