Package com.casper.sdk.model.transaction.pricing
-
Interface Summary Interface Description PricingMode The pricing mode for a transaction. -
Class Summary Class Description FixedPricingMode The cost of the transaction is determined by the cost table, per the transaction category.FixedPricingMode.FixedPricingModeBuilder PaymentLimited The original payment model, where the creator of the transaction specifies how much they will pay, at what gas price.PaymentLimited.PaymentLimitedBuilder PrepaidPricingMode The payment for this transaction was previously paid, as proven by the receipt hash (this is for future use, not currently implemented).PrepaidPricingMode.PrepaidPricingModeBuilder