payable constant

StateMutability const payable

Function that can receive Ether and modify the blockchain state.

Implementation

static const StateMutability payable = StateMutability._("payable");