Skip to content

Commit

Permalink
Merge pull request #25 from blocknative/develop
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
lnbc1QWFyb24 authored Oct 28, 2019
2 parents b0afd22 + 7377055 commit 1bd8454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "SDK to connect to the blocknative backend via a websocket connection",
"keywords": [
"ethereum",
Expand Down
6 changes: 4 additions & 2 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export interface NotificationObject {
type?: string
message?: string
autoDismiss?: number | boolean
autoDismiss?: number
onclick?: (event: any) => void
eventCode?: string
}

interface ContractObject {
Expand Down Expand Up @@ -36,7 +38,7 @@ export interface TransactionData {
startTime?: number
watchedAddress?: string
originalHash?: string
counterParty?: string
counterparty?: string
direction?: string
}

Expand Down

0 comments on commit 1bd8454

Please sign in to comment.