Struct elrond_wasm_module_dns::ContractObj[][src]

pub struct ContractObj<A: ContractBase> { /* fields omitted */ }

Trait Implementations

Abstracts the lower-level storage functionality.

Abstracts the call value handling at the beginning of a function call.

Abstracts the sending of EGLD & ESDT transactions, as well as async calls.

Gateway into the lower-level storage functionality. Storage related annotations make use of this. Using it directly is not recommended. 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.

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

Stateless crypto functions provided by the Arwen VM.

Gateway into the lower-level event log functionality. Gets called in auto-generated Using it directly is not recommended. TODO: consider moving to ContractPrivateApi. Read more

Currently for some auto-generated code involving callbacks. Please avoid using it directly. TODO: find a way to hide this API. 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.