Trait ibc_core::primitives::Msg
source · pub trait Msg: Clone {
type Raw: From<Self> + Message;
// Required method
fn type_url(&self) -> String;
// Provided methods
fn get_sign_bytes(self) -> Vec<u8> ⓘ { ... }
fn to_any(self) -> Any { ... }
}
Expand description
Trait to be implemented by all IBC messages
Required Associated Types§
Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.