Type Alias concordium_std::ReturnValue

source ·
pub type ReturnValue = ExternReturnValue;
Expand description

A type representing the return value of contract init or receive method.

The intention is that this type is manipulated using methods of the Write trait. In particular it can be used as a sink to serialize values into.

See ExternReturnValue for more details.

Aliased Type§

struct ReturnValue { /* private fields */ }