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 |