We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23413da commit b69efeaCopy full SHA for b69efea
soroban-token-sdk/src/_migrating.rs
@@ -1,10 +1,10 @@
1
//! # Migrating from v23 to v26
2
-//!
+//!
3
//! 1. Remove the deprecated event format. For details, see the [migration guide for v23 contract events].
4
//! And for an example using the `soroban_token_sdk` directly, see the [migration guide for v23 token transfer][v23_token_transfer].
5
6
//! [migration guide for v23 contract events]: soroban_sdk::_migrating::v23_contractevent
7
8
//! # Migrating from v22 to v23
9
//!
10
//! 1. [`MuxedAddress` replaces `Address` as the `to` of the `TokenInterface::transfer`][v23_token_transfer]
0 commit comments