Casper.Network.SDK
Show / Hide Table of Contents

Class PaymentLimitedPricingMode

Inheritance
object
PaymentLimitedPricingMode
Implements
IPricingMode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
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
Type Description
byte
| Edit this page View Source

PaymentAmount

Payment amount.

Declaration
[JsonPropertyName("payment_amount")]
public ulong PaymentAmount { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

StandardPayment

Standard payment.

Declaration
[JsonPropertyName("standard_payment")]
public bool StandardPayment { get; init; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]

Implements

IPricingMode
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC