All chains
    Preparing search index...

    Type Alias set_parameter

    set_parameter: TxDescriptor<
        {
            key_value: Enum<
                {
                    Pusd: Enum<
                        { MaximumIssuance: FixedSizeArray<1, 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.