[][src]Crate elrond_wasm

Re-exports

pub use serde;
pub use io::*;
pub use call_data::*;

Modules

call_data
err_msg
esd_light
esd_serde
io
serialize_util

Macros

contract_proxy

Handy way of casting to a contract proxy trait. Would make more sense to be in elrond-wasm-derive, but Rust "cannot export macro_rules! macros from a proc-macro crate type currently".

imports

Getting all imports needed for a smart contract.

sc_error

Compact way of returning a static error message.

Structs

Box

A pointer type for heap allocation.

H256
OtherContractHandle
String

A UTF-8 encoded, growable string.

Vec

A contiguous growable array type, written Vec<T> but pronounced 'vector'.

Enums

Sign

Traits

BigIntApi

Definition of the BigInt type required by the API.

BigUintApi

Definition of the BigUint type required by the API. The API doesn't care about the actual BigInt implementation. The Arwen VM provides an implementation directly in the protocol. For debugging we use a different implementation, based on Rust's BigInt.

CallableContract

CallableContract is the means by which the debugger calls methods in the contract.

ContractHookApi

Interface to be used by the actual smart contract code.

ContractIOApi

Interface to only be used by code generated by the macros. The smart contract code doesn't have access to these methods directly.

Type Definitions

Address
StorageKey