All chains
    Preparing search index...

    Type Alias force_lease

    force_lease: TxDescriptor<
        {
            amount: bigint;
            leaser: SS58String;
            para: number;
            period_begin: number;
            period_count: number;
        },
    >

    Just a connect into the lease_out call, in case Root wants to force some lease to happen independently of any other on-chain mechanism to use it.

    The dispatch origin for this call must match T::ForceOrigin.