Casper.Network.SDK
Show / Hide Table of Contents

Class U64GlobalStateKey

Inheritance
System.Object
GlobalStateKey
U64GlobalStateKey
EraInfoKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(String)
GlobalStateKey.FromBytes(Byte[])
GlobalStateKey.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public abstract class U64GlobalStateKey : GlobalStateKey

Constructors

U64GlobalStateKey(String)

Declaration
protected U64GlobalStateKey(string key)
Parameters
Type Name Description
System.String key

Methods

_GetRawBytesFromKey(String)

Declaration
protected override byte[] _GetRawBytesFromKey(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Byte[]
Overrides
GlobalStateKey._GetRawBytesFromKey(String)

GetBytes()

Declaration
public override byte[] GetBytes()
Returns
Type Description
System.Byte[]
Overrides
GlobalStateKey.GetBytes()
In This Article
Back to top Maintained by MAKE Technology LLC