mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-22 03:01:38 +00:00
Introduce CRDT data (#74)
This commit is contained in:
@ -22,7 +22,7 @@ use serde::Serialize;
|
||||
|
||||
pub const INTERPRETER_SUCCESS: i32 = 0;
|
||||
|
||||
/// Describes a result returned at the end of the interpreter execution.
|
||||
/// Describes a result returned at the end of the interpreter execution_step.
|
||||
#[marine]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct InterpreterOutcome {
|
||||
|
Reference in New Issue
Block a user