Class VCRecord
public record VCRecord : IEquatable<VCRecord>
- Inheritance
-
VCRecord
- Implements
- Inherited Members
- Extension Methods
Properties
CoinId
public string? CoinId { get; init; }
Property Value
ConfirmedAtHeight
public uint ConfirmedAtHeight { get; init; }
Property Value
VC
public VerifiedCredential VC { get; init; }