Table of Contents

Class TransactionsInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Information that goes along with each transaction block

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

Properties

AggregatedSignature

public string AggregatedSignature { get; init; }

Property Value

string
Information that goes along with each transaction block

Cost

This is the total cost of this block, including CLVM cost, cost of program size and conditions

public ulong Cost { get; init; }

Property Value

ulong
Information that goes along with each transaction block

Fees

This only includes user fees, not block rewards

public ulong Fees { get; init; }

Property Value

ulong
Information that goes along with each transaction block

GeneratorRefsRoot

sha256 of the concatenation of the generator ref list entries

public string GeneratorRefsRoot { get; init; }

Property Value

string
Information that goes along with each transaction block

GeneratorRoot

sha256 of the block generator in this block

public string GeneratorRoot { get; init; }

Property Value

string
Information that goes along with each transaction block

RewardClaimsIncorporated

These can be in any order

public IEnumerable<Coin> RewardClaimsIncorporated { get; init; }

Property Value

IEnumerable<Coin>
Information that goes along with each transaction block