Class EntryPointAccess
Access control options for a contract entry point (method).
Inheritance
System.Object
EntryPointAccess
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EntryPointAccess : object
Properties
Groups
Only users from the listed groups may call this method. Note: if the list is empty then this method is not callable from outside the contract.
Declaration
public List<string> Groups { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
IsPublic
When public, anyone can call this method (no access controls).
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |