set_parameter: TxDescriptor<
{
key_value: Enum<
{
Inflation: Enum<
{
Falloff: FixedSizeArray<1, bigint | undefined>;
IdealStake: FixedSizeArray<1, bigint | undefined>;
MaxInflation: FixedSizeArray<1, bigint | undefined>;
MinInflation: FixedSizeArray<1, bigint | undefined>;
UseAuctionSlots: FixedSizeArray<1, boolean | undefined>;
},
>;
Treasury: Enum<
{
BurnDestination: FixedSizeArray<1, (...) | undefined | undefined>;
BurnPortion: FixedSizeArray<1, number | undefined>;
},
>;
},
>;
},
>
Set the value of a parameter.
The dispatch origin of this call must be
AdminOrigin
for the givenkey
. Values be deleted by setting them toNone
.