Struct contract_metadata::SourceWasm [−][src]
pub struct SourceWasm { /* fields omitted */ }Expand description
The bytes of the compiled Wasm smart contract.
Implementations
Trait Implementations
Formats the value using the given formatter. Read more
Auto Trait Implementations
impl RefUnwindSafe for SourceWasm
impl Send for SourceWasm
impl Sync for SourceWasm
impl Unpin for SourceWasm
impl UnwindSafe for SourceWasm
Blanket Implementations
Mutably borrows from an owned value. Read more