[][src]Module mantle::exe

Structs

Context

The context of the current RPC.

Lazy

Container for service state that is lazily loaded from storage. Currently can only be used as a top-level type (e.g., Lazy<Vec<T>>, not Vec<Lazy<T>>). where the entire Vec will be lazily instantiated (as opposed to each individual element).

Enums

CallType

Traits

Event
Service

Trait aliases

Storage

A type that can be stored in blockchain storage.