Class ChainspecRawBytes
The raw bytes of the chainspec.toml, genesis accounts.toml, and global_state.toml files.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ChainspecRawBytes
Properties
| Edit this page View SourceChainspecAsString
The current chainspec.toml file of the node.
Declaration
[JsonIgnore]
public string ChainspecAsString { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
GenesisAccountsAsString
The current genesis accounts.toml file.
Declaration
[JsonIgnore]
public string GenesisAccountsAsString { get; }
Property Value
| Type | Description |
|---|---|
| string |
GlobalStateAsString
The current global_state.toml file.
Declaration
[JsonIgnore]
public string GlobalStateAsString { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
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 |