Skip to content

Instantly share code, notes, and snippets.

@ghostbuster91
Last active May 11, 2020 09:18
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 ghostbuster91/3cd297a5477a779bf9b5c0c0f47889aa to your computer and use it in GitHub Desktop.
Save ghostbuster91/3cd297a5477a779bf9b5c0c0f47889aa to your computer and use it in GitHub Desktop.
trait ExternalWithdrawSystem {
def executeWithdrawals(List[Withdraw]) : Task[Unit]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment