Class GetBlockResult
Result for "chain_get_block" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(GetBlockResult.GetBlockResultConverter))]
public class GetBlockResult : RpcResult
Properties
| Edit this page View SourceBlock
The block.
Declaration
[JsonPropertyName("block")]
[JsonConverter(typeof(Block.BlockConverter))]
public Block Block { get; init; }
Property Value
| Type | Description |
|---|---|
| Block |
Proofs
The proofs of the block, i.e. a collection of validators' signatures of the block hash.
Declaration
[JsonPropertyName("proofs")]
public List<BlockProof> Proofs { get; init; }
Property Value
| Type | Description |
|---|---|
| List<BlockProof> |