Preparing search index...
The search index is not available
@sodazone/ocelloids-client - v2.4.4
@sodazone/ocelloids-client
server-types
sourceXcm
XcmReceived
Interface XcmReceived
Event emitted when an XCM is received.
interface
XcmReceived
{
destination
:
sourceXcm
.
XcmTerminusContext
|
sourceXcm
.
XcmTerminus
;
forwardId
?:
`
0x
${
string
}
`
;
legs
:
Leg
[]
;
messageId
?:
`
0x
${
string
}
`
;
origin
:
sourceXcm
.
XcmTerminusContext
;
sender
?:
SignerData
;
type
:
"xcm.received"
;
waypoint
:
sourceXcm
.
XcmWaypointContext
;
}
Hierarchy (
View Summary
)
sourceXcm
.
XcmJourney
XcmReceived
Index
Properties
destination
forward
Id?
legs
message
Id?
origin
sender?
type
waypoint
Properties
destination
destination
:
sourceXcm
.
XcmTerminusContext
|
sourceXcm
.
XcmTerminus
Optional
forward
Id
forwardId
?:
`
0x
${
string
}
`
legs
legs
:
Leg
[]
Optional
message
Id
messageId
?:
`
0x
${
string
}
`
origin
origin
:
sourceXcm
.
XcmTerminusContext
Optional
sender
sender
?:
SignerData
type
type
:
"xcm.received"
waypoint
waypoint
:
sourceXcm
.
XcmWaypointContext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
destination
forward
Id
legs
message
Id
origin
sender
type
waypoint
@sodazone/ocelloids-client - v2.4.4
Loading...
Event emitted when an XCM is received.