Skip to content

Commit

Permalink
added eth personal type in web3.eth
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Jun 29, 2023
1 parent d12dc7e commit 2ed6954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web3/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import { Contract } from 'web3-eth-contract';
import { ENS } from 'web3-eth-ens';
import Net from 'web3-net';
import { Iban } from 'web3-eth-iban';
import Personal from 'web3-eth-personal';

/**
* The Ethereum interface for main web3 object. It provides extra methods in addition to `web3-eth` interface.
Expand Down Expand Up @@ -90,4 +91,5 @@ export interface Web3EthInterface extends Eth {
) => Promise<Web3Account>;
wallet: Wallet;
};
personal: Personal;
}

0 comments on commit 2ed6954

Please sign in to comment.