Inheritance
BlockHeaderV2
Assembly: Casper.Network.SDK.dll
public class BlockHeaderV2 : BlockHeaderV1
Properties
|
Edit this page
View Source
The gas price of the era.
Declaration
[JsonPropertyName("current_gas_price")]
public ushort CurrentGasPrice { get; init; }
Property Value
|
Edit this page
View Source
The EraEnd of a block if it is a switch block.
Declaration
[JsonPropertyName("era_end")]
public EraEnd EraEnd { get; init; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("last_switch_block_hash")]
public string LastSwitchBlockHash { get; init; }
Property Value
|
Edit this page
View Source
Public key of the validator that proposed the block
Declaration
[JsonPropertyName("proposer")]
[JsonConverter(typeof(Proposer.ProposerConverter))]
public Proposer Proposer { get; init; }
Property Value