EVM_Event_Fields_Receipt_L1
L1 fields
type EVM_Event_Fields_Receipt_L1 {
Fee(
selectWhere: EVM_Amount_With_Decimals
if: EVM_Event_Filter
maximum: EVM_Event_CompareFields
minimum: EVM_Event_CompareFields
): String
GasPrice(
if: EVM_Event_Filter
maximum: EVM_Event_CompareFields
minimum: EVM_Event_CompareFields
selectWhere: EVM_Amount_With_Decimals
): String
}
Fields
EVM_Event_Fields_Receipt_L1.Fee ● String scalar
Fee value
EVM_Event_Fields_Receipt_L1.Fee.selectWhere●EVM_Amount_With_DecimalsinputDefines the condition to filter the results by the value of this metric
EVM_Event_Fields_Receipt_L1.Fee.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Fields_Receipt_L1.Fee.maximum ● EVM_Event_CompareFields enum
Return value when the argument is maximum
EVM_Event_Fields_Receipt_L1.Fee.minimum ● EVM_Event_CompareFields enum
Return value when the argument is minimum
EVM_Event_Fields_Receipt_L1.GasPrice ● String scalar
GasPrice value
EVM_Event_Fields_Receipt_L1.GasPrice.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Fields_Receipt_L1.GasPrice.maximum ● EVM_Event_CompareFields enum
Return value when the argument is maximum
EVM_Event_Fields_Receipt_L1.GasPrice.minimum ● EVM_Event_CompareFields enum
Return value when the argument is minimum
EVM_Event_Fields_Receipt_L1.GasPrice.selectWhere ● EVM_Amount_With_Decimals input
Defines the condition to filter the results by the value of this metric
Member Of
EVM_Event_Fields_Receipt object