Trait frame_system::SetCode[][src]

pub trait SetCode {
    fn set_code(code: Vec<u8>) -> DispatchResult;
}
Expand description

Do something when we should be setting the code.

Required methods

Set the code to the given blob.

Implementations on Foreign Types

Implementors