Table of Contents

Class AssetInfo

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

Properties

Address

public string Address { get; init; }

Property Value

string

Amount

public ulong Amount { get; init; }

Property Value

ulong

Asset

public string Asset { get; init; }

Property Value

string