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
BlockGlobalAddrKey
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