Interface ICommittedActionEvaluation
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public interface ICommittedActionEvaluation
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
ICommittedActionContext InputContext { get; }
Property Value
Type | Description |
---|---|
ICommittedActionContext |
Remarks
Its
OutputState
The result states that Action makes.
Declaration
HashDigest<SHA256> OutputState { get; }
Property Value
Type | Description |
---|---|
HashDigest<SHA256> |