pallet_messenger

Trait HoldIdentifier

source
pub trait HoldIdentifier<T: Config> {
    // Required method
    fn messenger_channel(    ) -> <<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() -> <<T as Config>::Currency as InspectHold<<T as Config>::AccountId>>::Reason

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.

Implementors§