@replicode/parallax
Advanced tools
Comparing version 1.1.84 to 1.1.85
@@ -138,19 +138,2 @@ export declare namespace Parallax { | ||
} | ||
interface NFTTransfer { | ||
block_number: string; | ||
block_timestamp: string; | ||
block_hash: string; | ||
transaction_hash: string; | ||
transaction_index: string; | ||
log_index: string; | ||
value: string; | ||
contract_type: string; | ||
transaction_type: string; | ||
token_address: string; | ||
token_id: string; | ||
from_address: string; | ||
to_address: string; | ||
amount: string; | ||
verified: number; | ||
} | ||
interface UserStatsByCollection { | ||
@@ -157,0 +140,0 @@ totalCost: number; |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.84", | ||
"version": "1.1.85", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -151,21 +151,2 @@ | ||
export interface NFTTransfer { | ||
block_number: string | ||
block_timestamp: string | ||
block_hash: string | ||
transaction_hash: string | ||
transaction_index: string | ||
log_index: string | ||
value: string | ||
contract_type: string | ||
transaction_type: string | ||
token_address: string | ||
token_id: string | ||
from_address: string | ||
to_address: string | ||
amount: string | ||
verified: number | ||
} | ||
export interface UserStatsByCollection { | ||
@@ -172,0 +153,0 @@ totalCost: number |
Sorry, the diff of this file is not supported yet
44012
999