Prepared
Message
xcm_
simulator
7.0.0
Prepared
Message
Required Methods
weight_of
Implementations on Foreign Types
WeighedMessage<C>
Implementors
In crate xcm_
simulator
Modules
dmp
mock_message_queue
opaque
Macros
__impl_ext
decl_test_network
decl_test_parachain
decl_test_relay_chain
Structs
Ancestor
AncestorThen
Asset
AssetId
Assets
HintNumVariants
Location
PalletInfo
ParaId
Parent
ParentThen
PhantomData
ProcessXcmMessage
QueryResponseInfo
RefCell
VecDeque
Weight
WeightMeter
Xcm
XcmContext
XcmExecutor
Enums
AggregateMessageOrigin
AssetFilter
AssetInstance
BodyId
BodyPart
Fungibility
Hint
Instruction
Junction
Junctions
MaybeErrorCode
MessageKind
NetworkId
OriginKind
Outcome
ProcessMessageError
Response
SendError
UmpQueueId
VersionedXcm
WeightLimit
WildAsset
WildFungibility
XcmError
XcmpMessageFormat
Constants
PARA_MESSAGE_BUS
RELAY_MESSAGE_BUS
XCM_VERSION
Traits
DmpMessageHandlerT
Encode
EnqueueMessage
ExecuteXcm
Get
PreparedMessage
ProcessMessage
Reanchorable
SendXcm
ServiceQueues
TestExt
XcmWeightInfo
XcmpMessageHandlerT
Functions
blake2_256
encode_xcm
fake_message_hash
send_xcm
validate_send
Type Aliases
InteriorLocation
QueryId
RelayBlockNumber
SendResult
TestExternalities
XcmHash
XcmResult
Derive Macros
Encode
xcm_simulator
Trait
PreparedMessage
Copy item path
Settings
Help
Summary
pub trait PreparedMessage { // Required method fn
weight_of
(&self) ->
Weight
; }
Required Methods
§
fn
weight_of
(&self) ->
Weight
Implementations on Foreign Types
§
§
impl<C>
PreparedMessage
for WeighedMessage<C>
§
fn
weight_of
(&self) ->
Weight
Implementors
§