Skip to content

Instantly share code, notes, and snippets.

@tempofeng
Created March 4, 2018 14:08
Show Gist options
  • Save tempofeng/7038a6ff80f1c0e71120bb89c1e70ecc to your computer and use it in GitHub Desktop.
Save tempofeng/7038a6ff80f1c0e71120bb89c1e70ecc to your computer and use it in GitHub Desktop.
Greeter Interface
interface Greeter {
@Throws(IOException::class)
@Send
fun newGreeting(greeting: String): TransactionReceipt
@Throws(IOException::class)
@Call
fun greet(): String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment