Table of Contents

Class Token

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

Properties

AssetId

public string AssetId { get; init; }

Property Value

string

FirstSeenHeight

public uint FirstSeenHeight { get; init; }

Property Value

uint

Name

public string Name { get; init; }

Property Value

string

SenderPuzzleHash

public string SenderPuzzleHash { get; init; }

Property Value

string