addedOutput schema / properties / effective_gas_price_gwei
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Effective Gas Price Gwei"
+}
addedOutput schema / properties / fee_eth
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fee Eth"
+}
addedOutput schema / properties / fee_wei
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fee Wei"
+}
addedOutput schema / properties / input_data
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Hex calldata, bounded to 8 KiB",
+ "title": "Input Data"
+}
addedOutput schema / properties / input_data_truncated
Added value: +{
+ "default": false,
+ "title": "Input Data Truncated",
+ "type": "boolean"
+}
addedOutput schema / properties / logs
Added value: +{
+ "items": {
+ "properties": {
+ "address": {
+ "title": "Address",
+ "type": "string"
+ },
+ "data": {
+ "title": "Data",
+ "type": "string"
+ },
+ "data_truncated": {
+ "default": false,
+ "title": "Data Truncated",
+ "type": "boolean"
+ },
+ "log_index": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Log Index"
+ },
+ "topics": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Topics",
+ "type": "array"
+ },
+ "topics_truncated": {
+ "default": false,
+ "title": "Topics Truncated",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "address",
+ "topics",
+ "data"
+ ],
+ "title": "TransactionLog",
+ "type": "object"
+ },
+ "title": "Logs",
+ "type": "array"
+}
addedOutput schema / properties / logs_truncated
Added value: +{
+ "default": false,
+ "title": "Logs Truncated",
+ "type": "boolean"
+}
addedOutput schema / properties / transaction_index
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Transaction Index"
+}