Skip to content

Commit

Permalink
adding a basic introduction and link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma committed Nov 4, 2024
1 parent 8a8fd3f commit 748a7ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions proto/cmp/services/cancellation/v1/services.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
syntax = "proto3";

// ## Cancellation Services
//
// The Cancellation services are used for any message type or vertical.
// There is an imperative workflow, which has the purpose to register the
// cancellation request moment, followed by both parties agreeing the cancellation
// is possible and the refund amount on the blockchain, so that there will be no
// disputes after a cancellation is executed.
//
// There is a detailed explanation on [Camino Docs](https://docs.camino.network/camino-messenger/cancellation)

package cmp.services.cancellation.v1;

import "cmp/services/cancellation/v1/accept.proto";
Expand Down

0 comments on commit 748a7ad

Please sign in to comment.