Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant