Interface IBlockState
A minimal interface to get states from the output state of a Block.
Inherited Members
Namespace: Libplanet.Action.State
Assembly: Libplanet.Action.dll
Syntax
public interface IBlockState : IAccountState
Properties
| Improve this Doc View SourceBlockHash
The Hash of the Block that this IBlockState represents. This can be null in which case represents initial default states.
Declaration
BlockHash? BlockHash { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<BlockHash> |