Show / Hide Table of Contents

Interface IPolicyActionsRegistry

Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public interface IPolicyActionsRegistry

Properties

| Improve this Doc View Source

BeginBlockActions

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium