Skip to content

Instantly share code, notes, and snippets.

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