@sodazone/ocelloids-client - v3.1.1
Preparing search index...
server-types
sourceXcm
XcmBridge
Interface XcmBridge
Event emitted when an XCM is sent or received over a bridge.
interface
XcmBridge
{
bridgeName
:
BridgeName
;
bridgeStatus
:
BridgeStatus
;
channelId
?:
`
0x
${
string
}
`
;
destination
:
sourceXcm
.
XcmTerminusContext
|
sourceXcm
.
XcmTerminus
;
destinationProtocol
:
string
;
legs
:
Leg
[]
;
messageId
?:
`
0x
${
string
}
`
;
nonce
:
string
;
origin
:
sourceXcm
.
XcmTerminusContext
;
originProtocol
:
string
;
partialHumanized
?:
XcmPartialHumanized
;
sender
?:
SignerData
;
type
:
"xcm.bridge"
;
version
:
number
;
waypoint
:
sourceXcm
.
XcmWaypointContext
;
}
Hierarchy (
View Summary
)
sourceXcm
.
XcmJourney
XcmBridge
Index
Properties
bridge
Name
bridge
Status
channel
Id?
destination
destination
Protocol
legs
message
Id?
nonce
origin
origin
Protocol
partial
Humanized?
sender?
type
version
waypoint
Properties
bridge
Name
bridgeName
:
BridgeName
bridge
Status
bridgeStatus
:
BridgeStatus
Optional
channel
Id
channelId
?:
`
0x
${
string
}
`
destination
destination
:
sourceXcm
.
XcmTerminusContext
|
sourceXcm
.
XcmTerminus
destination
Protocol
destinationProtocol
:
string
legs
legs
:
Leg
[]
Optional
message
Id
messageId
?:
`
0x
${
string
}
`
nonce
nonce
:
string
origin
origin
:
sourceXcm
.
XcmTerminusContext
origin
Protocol
originProtocol
:
string
Optional
partial
Humanized
partialHumanized
?:
XcmPartialHumanized
Optional
sender
sender
?:
SignerData
type
type
:
"xcm.bridge"
version
version
:
number
waypoint
waypoint
:
sourceXcm
.
XcmWaypointContext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bridge
Name
bridge
Status
channel
Id
destination
destination
Protocol
legs
message
Id
nonce
origin
origin
Protocol
partial
Humanized
sender
type
version
waypoint
@sodazone/ocelloids-client - v3.1.1
Loading...
Event emitted when an XCM is sent or received over a bridge.