Interface IActionLoader
An interface to load actions branched by block index.
Namespace: Libplanet.Action.Loader
Assembly: Libplanet.Action.dll
Syntax
public interface IActionLoader
Methods
| Improve this Doc View SourceLoadAction(Int64, IValue)
Loads a concrete IAction from value
given index
.
Declaration
IAction LoadAction(long index, IValue value)
Parameters
Type | Name | Description |
---|---|---|
System. |
index | The index of a block to use as context for deserializing
|
IValue | value | The |
Returns
Exceptions
Type | Condition |
---|---|
Invalid |
Thrown when an IAction cannot be
instantiated with given |