aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/src/index.ts')
-rw-r--r--packages/types/src/index.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 480a52454..149aaca8a 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -27,11 +27,6 @@ export interface TransactionReceipt {
logs: Web3.LogEntry[];
}
-export interface JSONRPCPayload {
- params: any[];
- method: string;
-}
-
export enum AbiType {
Function = 'function',
Constructor = 'constructor',