execute: TxDescriptor<{
    max_weight: {
        proof_size: bigint;
        ref_time: bigint;
    };
    message: XcmVersionedXcm;
}>

Execute an XCM message from a local, signed, origin.

An event is deposited indicating whether msg could be executed completely or only partially.

No more than max_weight will be used in its attempted execution. If this is less than the maximum amount of weight that the message could take to be executed, then no execution attempt will be made.