Just tested with standard web3 initialized by WC:
web3.eth
.sendTransaction({
from: "xxxx",
to: "xxxx",
value: "100000000",
})
.then((receipt) => {
console.log(receipt); //doesn't return abything
});
So yes, this is just the way how WC works. Callback events are
You are welcome!
Happy BUIDLing