Preparing search index...
The search index is not available
@sodazone/ocelloids-client - v2.4.4
@sodazone/ocelloids-client
server-types
sourceXcm
XcmTimeout
Interface XcmTimeout
Event emitted when an XCM is not received within a specified timeframe.
interface
XcmTimeout
{
destination
:
sourceXcm
.
XcmTerminusContext
|
sourceXcm
.
XcmTerminus
;
forwardId
?:
`
0x
${
string
}
`
;
legs
:
Leg
[]
;
messageId
?:
`
0x
${
string
}
`
;
origin
:
sourceXcm
.
XcmTerminusContext
;
sender
?:
SignerData
;
type
:
"xcm.timeout"
;
waypoint
:
sourceXcm
.
XcmWaypointContext
;
}
Hierarchy (
View Summary
)
sourceXcm
.
XcmJourney
XcmTimeout
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.timeout"
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 not received within a specified timeframe.