Skip to content

Instantly share code, notes, and snippets.

@kylemccollom
Created December 17, 2018 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemccollom/c9e83e857c59ea82796af9b2beb6d6b5 to your computer and use it in GitHub Desktop.
Save kylemccollom/c9e83e857c59ea82796af9b2beb6d6b5 to your computer and use it in GitHub Desktop.
case Pay(recipient, amount) =>
val payment = PaymentOperation(recipient, amount, sourceAccount = Some(signerKey))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment