Casper.Network.SDK
Show / Hide Table of Contents

Class BlockGlobalAddrKey

Address for singleton values associated to specific block. These are values which are calculated or set during the execution of a block such as the block timestamp, or the total count of messages emitted during the execution of the block, and so on.

Inheritance
object
GlobalStateKey
BlockGlobalAddrKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(string)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
GlobalStateKey.Equals(object)
GlobalStateKey.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockGlobalAddrKey : GlobalStateKey

Constructors

| Edit this page View Source

BlockGlobalAddrKey(byte[])

Declaration
public BlockGlobalAddrKey(byte[] key)
Parameters
Type Name Description
byte[] key
| Edit this page View Source

BlockGlobalAddrKey(string)

Declaration
public BlockGlobalAddrKey(string key)
Parameters
Type Name Description
string key

Properties

| Edit this page View Source

Tag

Declaration
public BlockGlobalAddrTag Tag { get; init; }
Property Value
Type Description
BlockGlobalAddrTag
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC