All chains
    Preparing search index...

    Type Alias with_weight

    with_weight: TxDescriptor<
        { call: TxCallData; weight: { proof_size: bigint; ref_time: bigint } },
    >

    Dispatch a function call with a specified weight.

    This function does not check the weight of the call, and instead allows the Root origin to specify the weight of the call.

    The dispatch origin for this call must be Root.