Type Alias concordium_std::InitContext

source ·
pub type InitContext = ExternContext<ExternInitContext>;
Expand description

Type alias for the context of init methods.

See ExternContext for more details.

Aliased Type§

struct InitContext { /* private fields */ }