DEV Community

Laringe-cell
Laringe-cell

Posted on

Doubt in solidity code

Need some help understanding what this line of code does:
(bool sent, bytes memory data) = owner.call{value: msg.value}("");
Thanks.

Top comments (0)