Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Revamp SendXcm trait to include the source origin as param and return fees(optional) for burning #169

Closed
wants to merge 3 commits into from

Conversation

yrong
Copy link

@yrong yrong commented Aug 1, 2024

No description provided.

@@ -151,7 +151,7 @@ pub trait Reanchorable: Sized {
}

/// Result value when attempting to send an XCM message.
pub type SendResult<T> = result::Result<(T, Assets), SendError>;
pub type SendResult<T> = result::Result<(T, Assets, Option<Assets>), SendError>;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an optinal fee for burning.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant