@Repeatable(value=Syscall.Syscalls.class) @Target(value={METHOD,CONSTRUCTOR}) public @interface Syscall
InteropServiceCode. The annotated
method can be used in a smart contract. A method can be annotated with multiple
Syscalls, which will be invoked sequentially.
The method's body is ignored by the NeoVM compiler if it has this annotation.
| Modifier and Type | Required Element and Description |
|---|---|
io.neow3j.constants.InteropServiceCode |
value |