Casper.Network.SDK
Show / Hide Table of Contents

Class BlockV2

A block in the network

Inheritance
object
BlockV2
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 BlockV2

Properties

| Edit this page View Source

Body

Block body

Declaration
[JsonPropertyName("body")]
public BlockBodyV2 Body { get; init; }
Property Value
Type Description
BlockBodyV2
| Edit this page View Source

Hash

Block hash

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

Header

Block header

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