Class InvalidTxGenesisHashException
The exception that is thrown when the Genesis
Inherited Members
Namespace: Libplanet.Types.Tx
Assembly: Libplanet.Types.dll
Syntax
public sealed class InvalidTxGenesisHashException : InvalidTxException
Constructors
| Improve this Doc View SourceInvalidTxGenesisHashException(String, TxId, BlockHash, Nullable<BlockHash>)
Initializes a new instance of the
Invalid
Declaration
public InvalidTxGenesisHashException(string message, TxId txid, BlockHash expectedGenesisHash, BlockHash? improperGenesisHash)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
Tx |
txid | The invalid Transaction's
Id. It is automatically included to
the |
Block |
expectedGenesisHash | The Block |
System. |
improperGenesisHash | The actual
Genesis |
Properties
| Improve this Doc View SourceExpectedGenesisHash
The
Declaration
public BlockHash ExpectedGenesisHash { get; }
Property Value
Type | Description |
---|---|
Block |
ImproperGenesisHash
The actual Genesis
Declaration
public BlockHash? ImproperGenesisHash { get; }
Property Value
Type | Description |
---|---|
System. |