Struct contract_metadata::SourceWasm
source · Expand description
The bytes of the compiled Wasm smart contract.
Tuple Fields§
§0: Vec<u8>The raw bytes of the Wasm code.
Implementations§
Trait Implementations§
source§impl Clone for SourceWasm
impl Clone for SourceWasm
source§fn clone(&self) -> SourceWasm
fn clone(&self) -> SourceWasm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SourceWasm
impl Debug for SourceWasm
source§impl<'de> Deserialize<'de> for SourceWasm
impl<'de> Deserialize<'de> for SourceWasm
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more