Show / Hide Table of Contents

Class EvidenceContext

Indicates the context of evidence for creating and verification.

Inheritance
System.Object
EvidenceContext
Implements
IEvidenceContext
Namespace: Libplanet.Types.Evidence
Assembly: Libplanet.Types.dll
Syntax
public sealed class EvidenceContext : object, IEvidenceContext

Constructors

| Improve this Doc View Source

EvidenceContext(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 Source

ValidatorSet

Indicates the ValidatorSet where the infraction occurred at the height.

Declaration
public ValidatorSet ValidatorSet { get; }
Property Value
Type Description
ValidatorSet

Implements

IEvidenceContext
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium