signals-primitives, plus various minor tweaks

This commit is contained in:
Luke Parker
2023-12-06 09:53:06 -05:00
parent 6e15bb2434
commit 7768ea90ad
11 changed files with 114 additions and 38 deletions

View File

@@ -236,6 +236,7 @@ pub mod pallet {
/// The amount of lp tokens that were burned of that id.
lp_token_burned: SubstrateAmount,
},
/// Coins have been converted from one to another. Both `SwapExactTokenForToken`
/// and `SwapTokenForExactToken` will generate this event.
SwapExecuted {