Skip to content

Instantly share code, notes, and snippets.

@brenden-t-r
Created August 17, 2019 21:26
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 brenden-t-r/dcd95090591b93b8da9470bd3fafa13f to your computer and use it in GitHub Desktop.
Save brenden-t-r/dcd95090591b93b8da9470bd3fafa13f to your computer and use it in GitHub Desktop.
@CordaService
class MyPaymentRailService(val services: AppServiceHub) : SingletonSerializeAsToken() {
// API methods here
// makePayment()
// checkBalance(), etc..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment