Skip to content

Commit

Permalink
expose the generic XCM journey to client lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jan 22, 2025
1 parent 513146f commit ab2bc3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/client/src/xcm/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import { Message } from '../lib'
import { sourceXcm } from '../server-types'

/**
* A generic XCM journey.
*
* @public
*/
export type XcmJourney = sourceXcm.XcmJourney

/**
* The XCM event types.
*
Expand Down
1 change: 1 addition & 0 deletions packages/server/src/services/agents/xcm/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
XcmBridge,
AssetsTrapped,
TrappedAsset,
XcmJourney,
XcmMessagePayload,
Leg,
LegType,
Expand Down

0 comments on commit ab2bc3e

Please sign in to comment.