[][src]Module oasis_std::exe

Structs

Context

The context of the current RPC. To create a Context, use Context::default() or Context::delegated(). The default Context will have its sender be the address of the current service or, when testing, the sender set by Context::with_sender. A delegated Context sets the sender to the address of the caller; this is similar to Ethereum's DELEGATECALL.

Enums

CallType
RpcError

Traits

Event
Service

Trait aliases

Storage

A type that can be stored in blockchain storage.