Class: Mpp::Methods::Tempo::FeePayerPolicy::Policy

Inherits:
Data
  • Object
show all
Defined in:
lib/mpp/methods/tempo/fee_payer_policy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_fee_per_gasObject (readonly)

Returns the value of attribute max_fee_per_gas

Returns:

  • (Object)

    the current value of 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_gasObject (readonly)

Returns the value of attribute max_gas

Returns:

  • (Object)

    the current value of 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_gasObject (readonly)

Returns the value of attribute max_priority_fee_per_gas

Returns:

  • (Object)

    the current value of 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_feeObject (readonly)

Returns the value of attribute max_total_fee

Returns:

  • (Object)

    the current value of 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_secondsObject (readonly)

Returns the value of attribute max_validity_window_seconds

Returns:

  • (Object)

    the current value of 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