Table of Contents

Class AmountWithPuzzlehash

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

Properties

Amount

public ulong Amount { get; init; }

Property Value

ulong

AssetId

public string? AssetId { get; init; }

Property Value

string

Memos

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

Property Value

IEnumerable<string>

PuzzleHash

public string PuzzleHash { get; init; }

Property Value

string