Show / Hide Table of Contents

Interface IBlockState

A minimal interface to get states from the output state of a Block.

Inherited Members
IAccountState.GetState(Address)
IAccountState.GetStates(IReadOnlyList<Address>)
IAccountState.GetBalance(Address, Currency)
IAccountState.GetTotalSupply(Currency)
IAccountState.GetValidatorSet()
Namespace: Libplanet.Action.State
Assembly: Libplanet.Action.dll
Syntax
public interface IBlockState : IAccountState

Properties

| Improve this Doc View Source

BlockHash

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium