pub trait StateWriteExt: StateWrite {
// Provided method
fn put_ibc_params(&mut self, params: IBCParameters) { ... }
}
Available on crate feature
component
only.Provided Methods§
Sourcefn put_ibc_params(&mut self, params: IBCParameters)
fn put_ibc_params(&mut self, params: IBCParameters)
Writes the provided IBC parameters to the JMT.
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.