Class BlockBody
A block body
Inheritance
System.Object
BlockBody
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockBody : object
Properties
DeployHashes
List of Deploy hashes included in the block
Declaration
public List<string> DeployHashes { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Proposer
Public key of the validator that proposed the block
Declaration
public Proposer Proposer { get; set; }
Property Value
Type | Description |
---|---|
Proposer |
TransferHashes
List of Transfer hashes included in the block
Declaration
public List<string> TransferHashes { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |