Interface IPolicyActionsRegistry
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public interface IPolicyActionsRegistry
Properties
| Improve this Doc View SourceBeginBlockActions
An array of IAction to execute and be rendered at the beginning for every block, if any.
Declaration
ImmutableArray<IAction> BeginBlockActions { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IAction> |
BeginTxActions
An array of IAction to execute and be rendered at the beginning for every transaction, if any.
Declaration
ImmutableArray<IAction> BeginTxActions { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IAction> |
EndBlockActions
An array of IAction to execute and be rendered at the end for every block, if any.
Declaration
ImmutableArray<IAction> EndBlockActions { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IAction> |
EndTxActions
An array of IAction to execute and be rendered at the end for every transaction, if any.
Declaration
ImmutableArray<IAction> EndTxActions { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IAction> |