Class: Mpp::Methods::Tempo::FeePayerPolicy::Policy
- Inherits:
-
Data
- Object
- Data
- Mpp::Methods::Tempo::FeePayerPolicy::Policy
- Defined in:
- lib/mpp/methods/tempo/fee_payer_policy.rb
Instance Attribute Summary collapse
-
#max_fee_per_gas ⇒ Object
readonly
Returns the value of attribute max_fee_per_gas.
-
#max_gas ⇒ Object
readonly
Returns the value of attribute max_gas.
-
#max_priority_fee_per_gas ⇒ Object
readonly
Returns the value of attribute max_priority_fee_per_gas.
-
#max_total_fee ⇒ Object
readonly
Returns the value of attribute max_total_fee.
-
#max_validity_window_seconds ⇒ Object
readonly
Returns the value of attribute max_validity_window_seconds.
Instance Attribute Details
#max_fee_per_gas ⇒ Object (readonly)
Returns the value of attribute max_fee_per_gas
8 9 10 |
# File 'lib/mpp/methods/tempo/fee_payer_policy.rb', line 8 def max_fee_per_gas @max_fee_per_gas end |
#max_gas ⇒ Object (readonly)
Returns the value of attribute max_gas
8 9 10 |
# File 'lib/mpp/methods/tempo/fee_payer_policy.rb', line 8 def max_gas @max_gas end |
#max_priority_fee_per_gas ⇒ Object (readonly)
Returns the value of attribute max_priority_fee_per_gas
8 9 10 |
# File 'lib/mpp/methods/tempo/fee_payer_policy.rb', line 8 def max_priority_fee_per_gas @max_priority_fee_per_gas end |
#max_total_fee ⇒ Object (readonly)
Returns the value of attribute max_total_fee
8 9 10 |
# File 'lib/mpp/methods/tempo/fee_payer_policy.rb', line 8 def max_total_fee @max_total_fee end |
#max_validity_window_seconds ⇒ Object (readonly)
Returns the value of attribute max_validity_window_seconds
8 9 10 |
# File 'lib/mpp/methods/tempo/fee_payer_policy.rb', line 8 def max_validity_window_seconds @max_validity_window_seconds end |