Class EvidenceContext
Indicates the context of evidence for creating and verification.
Inheritance
System.Object
EvidenceContext
Implements
Namespace: Libplanet.Types.Evidence
Assembly: Libplanet.Types.dll
Syntax
public sealed class EvidenceContext : object, IEvidenceContext
Constructors
| Improve this Doc View SourceEvidenceContext(ValidatorSet)
Initializes a new instance of the EvidenceContext class.
Declaration
public EvidenceContext(ValidatorSet validatorSet)
Parameters
Type | Name | Description |
---|---|---|
ValidatorSet | validatorSet | Indicates the ValidatorSet where the infraction occurred at the height. |
Properties
| Improve this Doc View SourceValidatorSet
Indicates the ValidatorSet where the infraction occurred at the height.
Declaration
public ValidatorSet ValidatorSet { get; }
Property Value
Type | Description |
---|---|
ValidatorSet |