We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168fe9a commit bdeeef9Copy full SHA for bdeeef9
etherspace-java/src/test/java/cc/etherspace/Greeter.kt
@@ -13,7 +13,7 @@ interface Greeter {
13
fun newGreeting_functionName(greeting: String): TransactionReceipt
14
15
@Throws(IOException::class)
16
- @Send
+ @Send(functionName = "newGreeting")
17
fun newGreeting_transactionHash(greeting: String): TransactionHash
18
19
0 commit comments