Trait dharitri_wasm::api::VMApi

source ·
pub trait VMApi: ManagedTypeApi + BlockchainApi + CallValueApi + CryptoApi + EndpointArgumentApi + EndpointFinishApi + ErrorApi + LogApi + SendApi + StorageReadApi + StorageWriteApi + PrintApi + CallTypeApi + StorageMapperApi + Clone + PartialEq + Eq {
    // Provided methods
    fn has_location(location: EndpointLocationAbi) -> bool { ... }
    fn init_static() { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§