Table of Contents

Class FoliageTransactionBlock

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Information that goes along with each transaction block that is relevant for light clients

public record FoliageTransactionBlock : IEquatable<FoliageTransactionBlock>
Inheritance
FoliageTransactionBlock
Implements
Inherited Members
Extension Methods

Properties

AdditionsRoot

public string AdditionsRoot { get; init; }

Property Value

string
Information that goes along with each transaction block that is relevant for light clients

DateTimestamp

[JsonIgnore]
public DateTime DateTimestamp { get; }

Property Value

DateTime
Information that goes along with each transaction block that is relevant for light clients

FilterHash

public string FilterHash { get; init; }

Property Value

string
Information that goes along with each transaction block that is relevant for light clients

PrevTransactionBlockHash

public string PrevTransactionBlockHash { get; init; }

Property Value

string
Information that goes along with each transaction block that is relevant for light clients

RemovalsRoot

public string RemovalsRoot { get; init; }

Property Value

string
Information that goes along with each transaction block that is relevant for light clients

Timestamp

public ulong Timestamp { get; init; }

Property Value

ulong
Information that goes along with each transaction block that is relevant for light clients

TransactionsInfoHash

public string TransactionsInfoHash { get; init; }

Property Value

string
Information that goes along with each transaction block that is relevant for light clients