@0xproject/types
Advanced tools
Comparing version 0.3.0 to 0.3.1
# CHANGELOG | ||
## v0.3.1 - _March 8, 2018_ | ||
* Added `RawLogEntry` type. | ||
## v0.3.0 - _March 4, 2018_ | ||
@@ -4,0 +8,0 @@ |
@@ -57,1 +57,11 @@ import { BigNumber } from 'bignumber.js'; | ||
export declare type BlockParam = BlockParamLiteral | number; | ||
export interface RawLogEntry { | ||
logIndex: string | null; | ||
transactionIndex: string | null; | ||
transactionHash: string; | ||
blockHash: string | null; | ||
blockNumber: string | null; | ||
address: string; | ||
data: string; | ||
topics: string[]; | ||
} |
{ | ||
"name": "@0xproject/types", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "0x types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -11,2 +11,10 @@ ## @0xproject/types | ||
If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`: | ||
``` | ||
"include": [ | ||
"./node_modules/web3-typescript-typings/index.d.ts", | ||
] | ||
``` | ||
## Usage | ||
@@ -13,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5950
93
62