Type Alias BaseXcmWeight

BaseXcmWeight: PlainDescriptor<{ proof_size: bigint; ref_time: bigint }>

Base XCM weight.

The actually weight for an XCM message is T::BaseXcmWeight + T::Weigher::weight(&msg).