Struct elrond_wasm_module_dns::ContractObj[][src]

pub struct ContractObj<A> where
    A: VMApi + Clone + 'static, 
{ /* fields omitted */ }

Trait Implementations

Grants direct access to the underlying VM API. Avoid using it directly. Read more

Gateway into the call value retrieval functionality. The payment annotations should normally be the ones to handle this, but the developer is also given direct access to the API. Read more

Gateway to the functionality related to sending transactions from the current contract.

Managed types API. Required to create new instances of managed types.

Gateway blockchain info related to the current transaction and to accounts.

Stateless crypto functions provided by the Arwen VM.

Component that provides contract developers access to highly optimized manual serialization and deserialization. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.