Type Alias 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;