Class NullAction
An action implementation which does nothing for filling type parameter taking of
IAction.
Assembly: Libplanet.dll
Syntax
public class NullAction : object, IAction
Constructors
|
Improve this Doc
View Source
NullAction()
Declaration
Properties
|
Improve this Doc
View Source
PlainValue
Declaration
public IValue PlainValue { get; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IActionContext)
Declaration
public IAccountStateDelta Execute(IActionContext context)
Parameters
Returns
|
Improve this Doc
View Source
LoadPlainValue(IValue)
Declaration
public void LoadPlainValue(IValue plainValue)
Parameters
Type |
Name |
Description |
IValue |
plainValue |
|
Implements