payable constant

Represents a payable state mutability type.

Implementation

static const SmartContractAbiStateMutabilityType payable =
    SmartContractAbiStateMutabilityType._(4, 'Payable');