remove unused type
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user