Class BlockBodyV1
A block body
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockBodyV1
Properties
| Edit this page View SourceDeployHashes
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> |
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 |
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> |