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
object
ChainspecRawBytes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ChainspecRawBytes

Properties

| Edit this page View Source

ChainspecAsString

The current chainspec.toml file of the node.

Declaration
[JsonIgnore]
public string ChainspecAsString { get; }
Property Value
Type Description
string
| Edit this page View Source

ChainspecBytes

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

Declaration
[JsonPropertyName("chainspec_bytes")]
public string ChainspecBytes { get; init; }
Property Value
Type Description
string
| Edit this page View Source

GenesisAccountsAsString

The current genesis accounts.toml file.

Declaration
[JsonIgnore]
public string GenesisAccountsAsString { get; }
Property Value
Type Description
string
| Edit this page View Source

GlobalStateAsString

The current global_state.toml file.

Declaration
[JsonIgnore]
public string GlobalStateAsString { get; }
Property Value
Type Description
string
| Edit this page View Source

MaybeGenesisAccountsBytes

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

Declaration
[JsonPropertyName("maybe_genesis_accounts_bytes")]
public string MaybeGenesisAccountsBytes { get; init; }
Property Value
Type Description
string
| Edit this page View Source

MaybeGlobalStateBytes

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

Declaration
[JsonPropertyName("maybe_global_state_bytes")]
public string MaybeGlobalStateBytes { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC