remove unused type

This commit is contained in:
Fabio Berger
2018-01-29 14:10:57 +01:00
parent 8ccdd54974
commit fa6130c907

View File

@@ -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[];
}