eos-detective
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -0,1 +1,2 @@ | ||
import { Direction } from "../types/Transfer"; | ||
import { ApiResponse, TransfersData } from "../types/ApiResponse"; | ||
@@ -39,3 +40,3 @@ /** | ||
*/ | ||
direction?: string; | ||
direction?: Direction; | ||
/** | ||
@@ -42,0 +43,0 @@ * If set to `true` transfers between the same sender and receiver are accumulated, instead of returning all single transfers. |
import { Account } from "./Account"; | ||
export declare type Direction = "incoming" | "outgoing" | "both" | "between"; | ||
export declare class Transfer { | ||
@@ -3,0 +4,0 @@ private readonly _from; |
{ | ||
"name": "eos-detective", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "EOS Detective", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65908
1342