Type Alias concordium_std::LowLevelHost

source ·
pub type LowLevelHost = ExternLowLevelHost;
Expand description

A low-level host, used by receive methods with the attribute low_level.

See ExternLowLevelHost for the methods implemented via HasHost.

Aliased Type§

struct LowLevelHost { /* private fields */ }