Skip to content

Commit

Permalink
Remove AlethioTransactionMeta (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Mar 4, 2021
1 parent a01da11 commit 64c520b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/transaction/TransactionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,24 +153,6 @@ export interface EtherscanTransactionMeta {
confirmations: string;
}

export interface AlethioTransactionMeta {
attributes: {
blockCreationTime: string;
symbol: string;
decimals: number;
transactionGasLimit: string;
transactionGasPrice: string;
transactionGasUsed: string;
value: string;
};
relationships: {
to: { data: { id: string } };
from: { data: { id: string } };
token: { data: { id: string } };
transaction: { data: { id: string } };
};
}

/**
* @type TransactionConfig
*
Expand Down

0 comments on commit 64c520b

Please sign in to comment.