Skip to content

Commit

Permalink
Relayer: Sending of XRPL originated toke from the coreum back to the …
Browse files Browse the repository at this point in the history
…XRPL implementation (#46)

* Update client and add integration test to all new functionality
* Integrate the relayer submitter Payment (CoremToXRPL) transaction
* Integrate relayer observer Payment (CoremToXRPL) confirmation
  • Loading branch information
dzmitryhil committed Nov 20, 2023
1 parent d1dbbe7 commit d5b84f0
Show file tree
Hide file tree
Showing 19 changed files with 1,045 additions and 138 deletions.
1 change: 1 addition & 0 deletions contract/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub enum ExecuteMsg {
SaveEvidence {
evidence: Evidence,
},
#[serde(rename = "send_to_xrpl")]
SendToXRPL {
recipient: String,
},
Expand Down
Loading

0 comments on commit d5b84f0

Please sign in to comment.