Table of Contents

Class TransactionFeeDistribution

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Update the transaction fee distribution to the specified value.

public sealed record TransactionFeeDistribution : IEquatable<TransactionFeeDistribution>
Inheritance
TransactionFeeDistribution
Implements
Inherited Members

Constructors

TransactionFeeDistribution(AmountFraction, AmountFraction)

Update the transaction fee distribution to the specified value.

public TransactionFeeDistribution(AmountFraction Baker, AmountFraction GasAccount)

Parameters

Baker AmountFraction

The fraction that goes to the baker of the block.

GasAccount AmountFraction

The fraction that goes to the gas account. The remaining fraction will go to the foundation.

Properties

Baker

The fraction that goes to the baker of the block.

public AmountFraction Baker { get; init; }

Property Value

AmountFraction

GasAccount

The fraction that goes to the gas account. The remaining fraction will go to the foundation.

public AmountFraction GasAccount { get; init; }

Property Value

AmountFraction