fuel_core_txpool::ports

Trait WasmChecker

source
pub trait WasmChecker:
    Send
    + Sync
    + 'static {
    // Required method
    fn validate_uploaded_wasm(
        &self,
        wasm_root: &Bytes32,
    ) -> Result<(), WasmValidityError>;
}

Required Methods§

Implementors§