Casper.Network.SDK
Show / Hide Table of Contents

Class GetChainspecResult

Inheritance
object
GetChainspecResult
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.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetChainspecResult

Properties

| Edit this page View Source

ChainspecBytes

The account returned.

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