Show / Hide Table of Contents

Enum HookCallMode

Specifies when a hook is invoked relative to the transaction.

Namespace: Hiero
Assembly: Hiero.dll
Syntax
public enum HookCallMode

Fields

Name Description
PreAndPost

The hook is called twice: once before the transaction invoking allowPre(HookContext, ProposedTransfers), and once after invoking allowPost(HookContext, ProposedTransfers).

PreOnly

The hook is called once before the transaction, invoking a method with logical signature allow(HookContext, ProposedTransfers).

  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph