In web3.js we will use from keyword as below, in the same way, how can we use from keyword in ether.js
web3.js ==>>aggregator.methods.withdraw( ).send({ from: this.state.account })
In the same, is this the way to use from keyword in ethers.js??
transfer(sender, reciever, {from:0x030403403})