Table of Contents

Class VerifiedCredential

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

public record VerifiedCredential : IEquatable<VerifiedCredential>
Inheritance
VerifiedCredential
Implements
Inherited Members
Extension Methods

Properties

Coin

public Coin Coin { get; init; }

Property Value

Coin
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

EMLLineageProof

public VCLineageProof EMLLineageProof { get; init; }

Property Value

VCLineageProof
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

InnerPuzzleHash

public string InnerPuzzleHash { get; init; }

Property Value

string
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

LauncherId

public string LauncherId { get; init; }

Property Value

string
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

ProofHash

public string? ProofHash { get; init; }

Property Value

string
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

ProofProvider

public string ProofProvider { get; init; }

Property Value

string
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.

SingletonLineageProof

public LineageProof SingletonLineageProof { get; init; }

Property Value

LineageProof
This class serves as the main driver for the entire VC puzzle stack. Given the information below, it can sync and spend VerifiedCredentials in any specified manner.Trying to sync from a spend that this class did not create will likely result in an error.