Casper.Network.SDK
Show / Hide Table of Contents

Class BlockBodyV2

A block body

Inheritance
object
BlockBodyV2
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockBodyV2

Properties

| Edit this page View Source

RewardedSignatures

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>>
| Edit this page View Source

Transactions

Declaration
[JsonPropertyName("transactions")]
[JsonConverter(typeof(BlockTransaction.BlockTransactionConverter))]
public List<BlockTransaction> Transactions { get; init; }
Property Value
Type Description
List<BlockTransaction>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC