Casper.Network.SDK
Show / Hide Table of Contents

Class NamedKey

A named key in an Account or Contract.

Inheritance
System.Object
NamedKey
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedKey : object

Properties

Key

The value of the entry: a casper Key type.

Declaration
public GlobalStateKey Key { get; set; }
Property Value
Type Description
GlobalStateKey

Name

The name of the entry.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC