Trait pallet_messenger::HoldIdentifier

source ·
pub trait HoldIdentifier<T: Config> {
    // Required method
    fn messenger_channel(
        dst_chain_id: ChainId,
        channel_id: ChannelId,
    ) -> <<T as Config>::Currency as InspectHold<<T as Config>::AccountId>>::Reason;
}
Expand description

Hold identifier trait for messenger specific balance holds

Required Methods§

source

fn messenger_channel( dst_chain_id: ChainId, channel_id: ChannelId, ) -> <<T as Config>::Currency as InspectHold<<T as Config>::AccountId>>::Reason

Object Safety§

This trait is not object safe.

Implementors§