Table of Contents

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 TransactionHash

The hash of the block item that identifies it to the chain.

BlockItemType BlockItemType

Either a SignedAccountTransaction, CredentialDeployment or UpdateInstruction.

Properties

BlockItemType

Either a SignedAccountTransaction, CredentialDeployment or UpdateInstruction.

public BlockItemType BlockItemType { get; init; }

Property Value

BlockItemType

TransactionHash

The hash of the block item that identifies it to the chain.

public TransactionHash TransactionHash { get; init; }

Property Value

TransactionHash