payable() function In solidity

后端 未结 0 1930
长情又很酷
长情又很酷 2021-01-20 06:35

I dont really understand payable() should i use

contract(){
receive() {
 somefunction()
}

somefunction() payable external{
}

or it is enough

相关标签:
回答
  • 消灭零回复
提交回复
热议问题