Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ContractOrInterface, ContractType
required bool abstract = 2
Used in: Contract
required bool virtualfunc = 3
Used in: ContractFunction
PURE = 0
VIEW = 1
PAYABLE = 2
NONPAYABLE = 3
Used in: ContractFunction
PUBLIC = 0
EXTERNAL = 1
INTERNAL = 2
PRIVATE = 3
Used in: Contract
oneof contract_or_interface_oneof
Used in: Program
oneof contract_type_oneof
Used in: ContractOrInterface, ContractType
Used in: Interface
Used in: InterfaceFunction
PURE = 0
VIEW = 1
PAYABLE = 2
NONPAYABLE = 3
Used in: ContractType
Used in: Library
Used in: LibraryFunction
PURE = 0
VIEW = 1
NONPAYABLE = 2
Used in: LibraryFunction
PUBLIC = 0
EXTERNAL = 1
INTERNAL = 2
PRIVATE = 3
Used in: Program
Used in: TestContract