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
Copy file name to clipboardExpand all lines: TonLibDotNet/Recipes/Tep74Jettons.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ namespace TonLibDotNet.Recipes
12
12
/// Based on <see href="https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md">TEP 74: Fungible tokens (Jettons) standard</see>
13
13
/// and <see href="https://github.com/ton-blockchain/token-contract/">Tokens Smart Contracts</see>.
14
14
/// </remarks>
15
-
publicpartialclassTep74Recipes
15
+
publicpartialclassTep74Jettons
16
16
{
17
17
publicdecimalDefaultAmount{get;set;}=0.1M;
18
18
@@ -28,7 +28,7 @@ public partial class Tep74Recipes
28
28
/// </summary>
29
29
privateconstintOPBurn=0x595f07bc;
30
30
31
-
publicstaticreadonlyTep74RecipesInstance=new();
31
+
publicstaticreadonlyTep74JettonsInstance=new();
32
32
33
33
/// <summary>
34
34
/// Executes 'get_wallet_address' method on Jetton Minter contract, returns jetton address for specified owner (user) wallet address.
Copy file name to clipboardExpand all lines: TonLibDotNet/TonRecipes.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ public static class TonRecipes
38
38
/// Based on <see href="https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md">TEP 74: Fungible tokens (Jettons) standard</see>
39
39
/// and <see href="https://github.com/ton-blockchain/token-contract/">Tokens Smart Contracts</see>.
0 commit comments