Type Alias concordium_std::StateApi

source ·
pub type StateApi = ExternStateApi;
Expand description

The contract state, which uses Wasm host functions to interact with the node and use the state.

See ExternStateApi for more details.

Aliased Type§

struct StateApi;