futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.
https://www.therootnetwork.com
Apache License 2.0
17 stars 5 forks source link

Feat/trn xrpl token bridge #875

Closed JasonTulp closed 3 months ago

JasonTulp commented 3 months ago

Adds support for bridging tokens other than XRP from TRN -> XRPL Adds a new withdraw extrinsic which enables withdrawing any token from TRN (Including XRP) In future we should remove the existing withdraw_xrp and withdraw_xrp_with_destination_flag extrinsics to tidy things up issue created for the above