Table of Contents

Class Mirror

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

Properties

Amount

public ulong Amount { get; init; }

Property Value

ulong

CoinId

public string CoinId { get; init; }

Property Value

string

LauncherId

public string LauncherId { get; init; }

Property Value

string

Ours

public bool Ours { get; init; }

Property Value

bool

Urls

public IEnumerable<string> Urls { get; init; }

Property Value

IEnumerable<string>