Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 6, 2021
1 parent 307f740 commit 3adac8d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/families/crypto_org/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export type Transaction = {|
// add here all transaction-specific fields if you implement other modes than "send"
|};


export type TransactionRaw = {|
...TransactionCommonRaw,
family: "crypto_org",
Expand All @@ -44,12 +43,10 @@ export type TransactionRaw = {|
// also the transaction fields as raw JSON data
|};

export type CryptoOrgPreloadData = {|
|};
export type CryptoOrgPreloadData = {||};

export type NetworkInfo = {};

export type NetworkInfoRaw = {};


export const reflect = (_declare: *) => {};
export const reflect = (_declare: *) => {};

1 comment on commit 3adac8d

@vercel
Copy link

@vercel vercel bot commented on 3adac8d Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.