Casper.Network.SDK
Show / Hide Table of Contents

Class ChainspecRawBytes

The raw bytes of the chainspec.toml, genesis accounts.toml, and global_state.toml files.

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

Properties

ChainspecAsString

The current chainspec.toml file of the node.

Declaration
public string ChainspecAsString { get; }
Property Value
Type Description
System.String

ChainspecBytes

Hex-encoded raw bytes of the current chainspec.toml file.

Declaration
public string ChainspecBytes { get; set; }
Property Value
Type Description
System.String

GenesisAccountsAsString

The current genesis accounts.toml file.

Declaration
public string GenesisAccountsAsString { get; }
Property Value
Type Description
System.String

GlobalStateAsString

The current global_state.toml file.

Declaration
public string GlobalStateAsString { get; }
Property Value
Type Description
System.String

MaybeGenesisAccountsBytes

Hex-encoded raw bytes of the current genesis accounts.toml file.

Declaration
public string MaybeGenesisAccountsBytes { get; set; }
Property Value
Type Description
System.String

MaybeGlobalStateBytes

Hex-encoded raw bytes of the current global_state.toml file.

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