Skip to content

Commit

Permalink
add note for integtators
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 20, 2024
1 parent 5e722be commit a8be328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ To settle a cross-chain swap, the filler submits a "petition" to the Tribunal co
2. **Mandate**: Specifies settlement conditions and amount derivation parameters specified by the sponsor.
3. **Directive**: Contains execution details provided by the filler including claimant and dispensation.

> Note for cross-chain message protocols integrating with Tribunal: inherit the `Tribunal` contract and override the `_processDirective` and `_quoteDirective` functions to implement the relevant directive processing logic for passing a message to the arbiter on the claim chain (or ensure that the necessary state is updated to allow for the arbiter to "pull" the message themselves).
### Core Components

#### Compact Structure
Expand Down

0 comments on commit a8be328

Please sign in to comment.