Table of Contents

Class TransactionStatusCommitted

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Transaction is committed to one or more blocks. The outcomes are listed for each block. Note that in the vast majority of cases the outcome of a transaction should not be dependent on the block it is in, but this can in principle happen.

public sealed record TransactionStatusCommitted : ITransactionStatus, IEquatable<TransactionStatusCommitted>
Inheritance
TransactionStatusCommitted
Implements
Inherited Members

Properties

States

Map with records which each gives the block hash and summary of the outcome of a block item.

public IList<(BlockHash BlockHash, BlockItemSummary Summary)> States { get; }

Property Value

IList<(BlockHash BlockHash, BlockItemSummary Summary)>