Prepared
Message
cumulus_
primitives_
core
0.7.0
Prepared
Message
Required Methods
weight_of
Implementors
In crate cumulus_
primitives_
core
Modules
opaque
relay_chain
Structs
AbridgedHostConfiguration
AbridgedHrmpChannel
Ancestor
AncestorThen
Asset
AssetId
Assets
ChannelInfo
ClaimQueueOffset
CollationInfo
CollationInfoV1
CoreSelector
Digest
HintNumVariants
InboundDownwardMessage
Location
PalletInfo
ParaId
ParachainBlockData
Parent
ParentThen
PersistedValidationData
QueryResponseInfo
ValidationParams
Weight
Xcm
XcmContext
Enums
AggregateMessageOrigin
AssetFilter
AssetInstance
BodyId
BodyPart
ChannelStatus
CumulusDigestItem
DigestItem
Fungibility
Hint
Instruction
Junction
Junctions
MaybeErrorCode
MessageSendError
NetworkId
OriginKind
Outcome
Response
SendError
ServiceQuality
WeightLimit
WildAsset
WildFungibility
XcmError
XcmpMessageFormat
Constants
CUMULUS_CONSENSUS_ID
XCM_VERSION
Traits
BlockT
CollectCollationInfo
DmpMessageHandler
ExecuteXcm
GetChannelInfo
GetCoreSelectorApi
IsSystem
ListChannelInfos
PreparedMessage
Reanchorable
SendXcm
UpwardMessageSender
XcmWeightInfo
XcmpMessageHandler
XcmpMessageSource
Functions
extract_relay_parent
send_xcm
validate_send
Type Aliases
ConsensusEngineId
InboundHrmpMessage
InteriorLocation
OutboundHrmpMessage
QueryId
SendResult
UpwardMessage
XcmHash
XcmResult
cumulus_primitives_core
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
Implementors
§
impl<C> PreparedMessage for
WeighedMessage
<C>