Interface IBlockContent
A common interface for blocks that do not have any proofs, but have their metadata and containing Transactions.
Inherited Members
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public interface IBlockContent : IBlockMetadata
Remarks
This is always ordered by Id.
Properties
| Improve this Doc View SourceEvidence
A common interface for blocks that do not have any proofs, but have their metadata and containing Transactions.
Declaration
IReadOnlyList<EvidenceBase> Evidence { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<EvidenceBase> |
Remarks
This is always ordered by Id.
Transactions
Transactions belonging to the block.
Declaration
IReadOnlyList<ITransaction> Transactions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ITransaction> |
Remarks
This is always ordered by Id.