Closed Aurel300 closed 5 years ago
(from #72)
External contracts can be specified with the external trait syntax:
external trait
external trait Ext { func someFunc() func someReturningFunc(param: Int64, other: UInt72) -> Int }
External contracts are severely limited in what can or cannot be specified; a lot of normal trait functionality should be disabled.
init
fallback
event
New ticket made #124
(from #72)
External contracts can be specified with the
external trait
syntax:External contracts are severely limited in what can or cannot be specified; a lot of normal trait functionality should be disabled.
init
s, nofallback
s, noevent
s