Class BlockBodyV2
A block body
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockBodyV2
Properties
| Edit this page View SourceRewardedSignatures
Describes finality signatures that will be rewarded in a block. Consists of a vector of
SingleBlockRewardedSignatures, each of which describes signatures for a single ancestor block.
The first entry represents the signatures for the parent block, the second for the parent of the parent,
and so on.
Declaration
[JsonPropertyName("rewarded_signatures")]
public List<List<ushort>> RewardedSignatures { get; init; }
Property Value
| Type | Description |
|---|---|
| List<List<ushort>> |
Transactions
Declaration
[JsonPropertyName("transactions")]
[JsonConverter(typeof(BlockTransaction.BlockTransactionConverter))]
public List<BlockTransaction> Transactions { get; init; }
Property Value
| Type | Description |
|---|---|
| List<BlockTransaction> |