Skip to content

Instantly share code, notes, and snippets.

@kylemccollom
Created December 17, 2018 17:14
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/4fc94346433bdf06fff8cf388232e6f7 to your computer and use it in GitHub Desktop.
Save kylemccollom/4fc94346433bdf06fff8cf388232e6f7 to your computer and use it in GitHub Desktop.
case Close =>
 for {
  txn ← Transaction(accn)
    .add(AccountMergeOperation(signerKey))
    .sign(accountKey)
  resp ← txn.submit()
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment