aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index aeba3a570..7b7b80a5d 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -493,16 +493,6 @@ export interface SignPersonalMessageParams {
data: string;
}
-export interface TxParams {
- nonce: string;
- gasPrice?: number;
- gasLimit: string;
- to: string;
- value?: string;
- data?: string;
- chainId: number; // EIP 155 chainId - mainnet: 1, ropsten: 3
-}
-
export interface PublicNodeUrlsByNetworkId {
[networkId: number]: string[];
}