You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>let</b> store = <ahref="primary_fungible_store.md#0x1_primary_fungible_store_ensure_primary_store_exists">primary_fungible_store::ensure_primary_store_exists</a>(<ahref="account.md#0x1_account">account</a>, metadata);
<b>let</b> store = <ahref="primary_fungible_store.md#0x1_primary_fungible_store_ensure_primary_store_exists">primary_fungible_store::ensure_primary_store_exists</a>(<ahref="account.md#0x1_account">account</a>, metadata);
// It is possible the primary fungible store may already exist before this function call.
2141
+
// In this case, <b>if</b> the <ahref="account.md#0x1_account">account</a> owns a frozen <ahref="coin.md#0x1_coin_CoinStore">CoinStore</a> and an unfrozen primary fungible store, this
2142
+
// function would convert and deposit the rest <ahref="coin.md#0x1_coin">coin</a> into the primary store and <b>freeze</b> it <b>to</b> make the
// It is possible the primary fungible store may already exist before this function call.
2122
-
// In this case, <b>if</b> the <ahref="account.md#0x1_account">account</a> owns a frozen <ahref="coin.md#0x1_coin_CoinStore">CoinStore</a> and an unfrozen primary fungible store, this
2123
-
// function would convert and deposit the rest <ahref="coin.md#0x1_coin">coin</a> into the primary store and <b>freeze</b> it <b>to</b> make the
0 commit comments