Casper.Network.SDK
Show / Hide Table of Contents

Class BlockBodyV1

A block body

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

Properties

| Edit this page View Source

DeployHashes

The deploy hashes of the non-transfer deploys within the block.

Declaration
[JsonPropertyName("deploy_hashes")]
public List<string> DeployHashes { get; init; }
Property Value
Type Description
List<string>
| Edit this page View Source

Proposer

Public key of the validator that proposed the block

Declaration
[JsonPropertyName("proposer")]
[JsonConverter(typeof(Proposer.ProposerConverter))]
public Proposer Proposer { get; init; }
Property Value
Type Description
Proposer
| Edit this page View Source

TransferHashes

The deploy hashes of the transfers within the block.

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