Enum PricingModeType
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum PricingModeType
Fields
| Name | Description |
|---|---|
| Fixed | The cost of the transaction is determined by the cost table, per the transaction category. |
| PaymentLimited | The original payment model, where the creator of the transaction specifies how much they will pay, at what gas price. |
| Prepaid | The payment for this transaction was previously reserved, as proven by the receipt hash (this is for future use, not currently supported by the Casper network). |