Interface IActionEvaluation
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public interface IActionEvaluation
Properties
| Improve this Doc View SourceAction
An action data to evaluate. When the
InputContext.IsPolicyAction is true,
use
Declaration
IValue Action { get; }
Property Value
Type | Description |
---|---|
IValue |
Exception
An exception that had risen during evaluation.
Declaration
Exception? Exception { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Exception> |
InputContext
An input IActionContext to evaluate Action.
Declaration
IActionContext InputContext { get; }
Property Value
Type | Description |
---|---|
IActionContext |
Remarks
Its
OutputState
The result states that Action makes.
Declaration
IWorld OutputState { get; }
Property Value
Type | Description |
---|---|
IWorld |