Skip to content

Commit 089f1c3

Browse files
committed
add notifications
1 parent 9b9c388 commit 089f1c3

File tree

68 files changed

+8123
-1704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+8123
-1704
lines changed

Openfort.SDK/Generated/Api/AccountsApi.cs

+8-8
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public interface IAccountsApiSync : IApiAccessor
7575
/// Create an account object.
7676
/// </summary>
7777
/// <remarks>
78-
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
78+
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
7979
/// </remarks>
8080
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
8181
/// <param name="createAccountRequest"></param>
@@ -86,7 +86,7 @@ public interface IAccountsApiSync : IApiAccessor
8686
/// Create an account object.
8787
/// </summary>
8888
/// <remarks>
89-
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
89+
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
9090
/// </remarks>
9191
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
9292
/// <param name="createAccountRequest"></param>
@@ -317,7 +317,7 @@ public interface IAccountsApiAsync : IApiAccessor
317317
/// Create an account object.
318318
/// </summary>
319319
/// <remarks>
320-
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
320+
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
321321
/// </remarks>
322322
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
323323
/// <param name="createAccountRequest"></param>
@@ -329,7 +329,7 @@ public interface IAccountsApiAsync : IApiAccessor
329329
/// Create an account object.
330330
/// </summary>
331331
/// <remarks>
332-
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
332+
/// Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
333333
/// </remarks>
334334
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
335335
/// <param name="createAccountRequest"></param>
@@ -1015,7 +1015,7 @@ public Openfort.SDK.Client.ApiResponse<TransactionIntentResponse> CompleteRecove
10151015
}
10161016

10171017
/// <summary>
1018-
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
1018+
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
10191019
/// </summary>
10201020
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
10211021
/// <param name="createAccountRequest"></param>
@@ -1027,7 +1027,7 @@ public AccountResponse CreateAccount(CreateAccountRequest createAccountRequest)
10271027
}
10281028

10291029
/// <summary>
1030-
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
1030+
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
10311031
/// </summary>
10321032
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
10331033
/// <param name="createAccountRequest"></param>
@@ -1077,7 +1077,7 @@ public Openfort.SDK.Client.ApiResponse<AccountResponse> CreateAccountWithHttpInf
10771077
}
10781078

10791079
/// <summary>
1080-
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
1080+
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
10811081
/// </summary>
10821082
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
10831083
/// <param name="createAccountRequest"></param>
@@ -1090,7 +1090,7 @@ public Openfort.SDK.Client.ApiResponse<AccountResponse> CreateAccountWithHttpInf
10901090
}
10911091

10921092
/// <summary>
1093-
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
1093+
/// Create an account object. Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
10941094
/// </summary>
10951095
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
10961096
/// <param name="createAccountRequest"></param>

0 commit comments

Comments
 (0)