Casper.Network.SDK
Show / Hide Table of Contents

Enum EntryPointType

Defines whether the code runs in the contract's or the session context.

Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum EntryPointType : int

Fields

Name Description
Contract

Runs within contract’s context

Session

Runs as session code

In This Article
Back to top Maintained by MAKE Technology LLC