Table of Contents

Class VCRecord

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record VCRecord : IEquatable<VCRecord>
Inheritance
VCRecord
Implements
Inherited Members
Extension Methods

Properties

CoinId

public string? CoinId { get; init; }

Property Value

string

ConfirmedAtHeight

public uint ConfirmedAtHeight { get; init; }

Property Value

uint

VC

public VerifiedCredential VC { get; init; }

Property Value

VerifiedCredential