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
Input
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. |
InputContext
An input IAction
Declaration
ICommittedActionContext InputContext { get; }
Property Value
Type | Description |
---|---|
ICommitted |
Remarks
Its
OutputState
The result states that Action makes.
Declaration
HashDigest<SHA256> OutputState { get; }
Property Value
Type | Description |
---|---|
Hash |