@evmexplorer/blockscout
Advanced tools
+6
-3
@@ -270,5 +270,6 @@ type TokenBlockscout = { | ||
| base_fee_per_gas: string; | ||
| beacon_deposits_count: number; | ||
| blob_gas_price: string | null; | ||
| blob_gas_used: string; | ||
| blob_transaction_count: number; | ||
| blob_transactions_count: number; | ||
| burnt_blob_fees: string; | ||
@@ -285,2 +286,4 @@ burnt_fees: string; | ||
| height: number; | ||
| internal_transactions_count: number; | ||
| is_pending_update: boolean; | ||
| miner: TransactionAddressBlockscout; | ||
@@ -296,5 +299,5 @@ nonce: string; | ||
| timestamp: string; | ||
| total_difficulty: string; | ||
| transaction_count: number; | ||
| total_difficulty: string | null; | ||
| transaction_fees: string; | ||
| transactions_count: number; | ||
| type: 'block'; | ||
@@ -301,0 +304,0 @@ uncles_hashes: []; |
+6
-3
@@ -270,5 +270,6 @@ type TokenBlockscout = { | ||
| base_fee_per_gas: string; | ||
| beacon_deposits_count: number; | ||
| blob_gas_price: string | null; | ||
| blob_gas_used: string; | ||
| blob_transaction_count: number; | ||
| blob_transactions_count: number; | ||
| burnt_blob_fees: string; | ||
@@ -285,2 +286,4 @@ burnt_fees: string; | ||
| height: number; | ||
| internal_transactions_count: number; | ||
| is_pending_update: boolean; | ||
| miner: TransactionAddressBlockscout; | ||
@@ -296,5 +299,5 @@ nonce: string; | ||
| timestamp: string; | ||
| total_difficulty: string; | ||
| transaction_count: number; | ||
| total_difficulty: string | null; | ||
| transaction_fees: string; | ||
| transactions_count: number; | ||
| type: 'block'; | ||
@@ -301,0 +304,0 @@ uncles_hashes: []; |
+3
-3
| { | ||
| "name": "@evmexplorer/blockscout", | ||
| "version": "0.0.27", | ||
| "version": "0.0.28", | ||
| "description": "EVM Explorer TypeScript BlockScout V2 sdk", | ||
@@ -39,6 +39,6 @@ "main": "dist/index.js", | ||
| "@types/node": "24.10.1", | ||
| "prettier": "3.6.2", | ||
| "prettier": "3.7.1", | ||
| "tsup": "8.5.1", | ||
| "typescript": "^5.6.3", | ||
| "vitest": "4.0.12" | ||
| "vitest": "4.0.14" | ||
| }, | ||
@@ -45,0 +45,0 @@ "repository": { |
52679
0.45%882
0.34%