penumbra_ibc::component

Trait StateWriteExt

Source
pub trait StateWriteExt: StateWrite {
    // Provided method
    fn put_ibc_params(&mut self, params: IBCParameters) { ... }
}
Available on crate feature component only.

Provided Methods§

Source

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.

Implementors§