Class BlockItem
- Namespace
- Concordium.Sdk.Transactions
- Assembly
- Concordium.Sdk.dll
A block item.
public sealed record BlockItem : IEquatable<BlockItem>
- Inheritance
-
BlockItem
- Implements
- Inherited Members
Constructors
BlockItem(TransactionHash, BlockItemType)
A block item.
public BlockItem(TransactionHash TransactionHash, BlockItemType BlockItemType)
Parameters
TransactionHash
TransactionHashThe hash of the block item that identifies it to the chain.
BlockItemType
BlockItemTypeEither a SignedAccountTransaction, CredentialDeployment or UpdateInstruction.
Properties
BlockItemType
Either a SignedAccountTransaction, CredentialDeployment or UpdateInstruction.
public BlockItemType BlockItemType { get; init; }
Property Value
TransactionHash
The hash of the block item that identifies it to the chain.
public TransactionHash TransactionHash { get; init; }