We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2943e commit a6dae42Copy full SHA for a6dae42
packages/std/src/ibc.rs
@@ -36,6 +36,7 @@ pub enum IbcMsg {
36
/// when packet times out, measured on remote chain
37
timeout: IbcTimeout,
38
/// optional memo
39
+ /// This is only supported on CosmWasm 2.0 chains and ignored on older chains.
40
memo: Option<String>,
41
},
42
/// Sends an IBC packet with given data over the existing channel.
0 commit comments