Class PaymentLimitedPricingMode
Inheritance
PaymentLimitedPricingMode
Assembly: Casper.Network.SDK.dll
Syntax
public class PaymentLimitedPricingMode : IPricingMode
Properties
|
Edit this page
View Source
GasPriceTolerance
User-specified gas_price tolerance (minimum 1). This is interpreted to mean "do not include this
transaction in a block if the current gas price is greater than this number".
Declaration
[JsonPropertyName("gas_price_tolerance")]
public byte GasPriceTolerance { get; init; }
Property Value
|
Edit this page
View Source
PaymentAmount
Declaration
[JsonPropertyName("payment_amount")]
public ulong PaymentAmount { get; init; }
Property Value
|
Edit this page
View Source
StandardPayment
Declaration
[JsonPropertyName("standard_payment")]
public bool StandardPayment { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
Implements