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.

Object Safety§

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§