Skip to content

Instantly share code, notes, and snippets.

@brenden-t-r
Created August 17, 2019 21:28
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/b69666e4dd7f870aa4bc721ac71a59fe to your computer and use it in GitHub Desktop.
Save brenden-t-r/b69666e4dd7f870aa4bc721ac71a59fe 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