Trait xcm_calls::PalletCallEncoder [−][src]
pub trait PalletCallEncoder {
type Context;
fn can_encode(ctx: &Self::Context) -> bool;
}
Expand description
Common trait for encoders of pallet calls
Associated Types
Required methods
fn can_encode(ctx: &Self::Context) -> bool
fn can_encode(ctx: &Self::Context) -> bool
Whether the encoder can be applied