referrerpolicy=no-referrer-when-downgrade

Trait ClaimAssets

Source
pub trait ClaimAssets {
    // Required method
    fn claim_assets(
        origin: &Location,
        ticket: &Location,
        what: &Assets,
        context: &XcmContext,
    ) -> bool;
}
Expand description

Define any handlers for the AssetClaim instruction.

Required Methods§

Source

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Claim any assets available to origin and return them in a single Assets value, together with the weight used by this operation.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ClaimAssets for ()

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets> ClaimAssets for (TupleElement0,)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets, TupleElement25: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets, TupleElement25: ClaimAssets, TupleElement26: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets, TupleElement25: ClaimAssets, TupleElement26: ClaimAssets, TupleElement27: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets, TupleElement25: ClaimAssets, TupleElement26: ClaimAssets, TupleElement27: ClaimAssets, TupleElement28: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Source§

impl<TupleElement0: ClaimAssets, TupleElement1: ClaimAssets, TupleElement2: ClaimAssets, TupleElement3: ClaimAssets, TupleElement4: ClaimAssets, TupleElement5: ClaimAssets, TupleElement6: ClaimAssets, TupleElement7: ClaimAssets, TupleElement8: ClaimAssets, TupleElement9: ClaimAssets, TupleElement10: ClaimAssets, TupleElement11: ClaimAssets, TupleElement12: ClaimAssets, TupleElement13: ClaimAssets, TupleElement14: ClaimAssets, TupleElement15: ClaimAssets, TupleElement16: ClaimAssets, TupleElement17: ClaimAssets, TupleElement18: ClaimAssets, TupleElement19: ClaimAssets, TupleElement20: ClaimAssets, TupleElement21: ClaimAssets, TupleElement22: ClaimAssets, TupleElement23: ClaimAssets, TupleElement24: ClaimAssets, TupleElement25: ClaimAssets, TupleElement26: ClaimAssets, TupleElement27: ClaimAssets, TupleElement28: ClaimAssets, TupleElement29: ClaimAssets> ClaimAssets for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)

Source§

fn claim_assets( origin: &Location, ticket: &Location, what: &Assets, context: &XcmContext, ) -> bool

Implementors§