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: Openfort.SDK/Generated/Api/AccountsApi.cs
+8-8
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public interface IAccountsApiSync : IApiAccessor
75
75
/// Create an account object.
76
76
/// </summary>
77
77
/// <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.
79
79
/// </remarks>
80
80
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
81
81
/// <param name="createAccountRequest"></param>
@@ -86,7 +86,7 @@ public interface IAccountsApiSync : IApiAccessor
86
86
/// Create an account object.
87
87
/// </summary>
88
88
/// <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.
90
90
/// </remarks>
91
91
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
92
92
/// <param name="createAccountRequest"></param>
@@ -317,7 +317,7 @@ public interface IAccountsApiAsync : IApiAccessor
317
317
/// Create an account object.
318
318
/// </summary>
319
319
/// <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.
321
321
/// </remarks>
322
322
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
323
323
/// <param name="createAccountRequest"></param>
@@ -329,7 +329,7 @@ public interface IAccountsApiAsync : IApiAccessor
329
329
/// Create an account object.
330
330
/// </summary>
331
331
/// <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.
333
333
/// </remarks>
334
334
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
335
335
/// <param name="createAccountRequest"></param>
@@ -1015,7 +1015,7 @@ public Openfort.SDK.Client.ApiResponse<TransactionIntentResponse> CompleteRecove
1015
1015
}
1016
1016
1017
1017
/// <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.
1019
1019
/// </summary>
1020
1020
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
1021
1021
/// <param name="createAccountRequest"></param>
@@ -1027,7 +1027,7 @@ public AccountResponse CreateAccount(CreateAccountRequest createAccountRequest)
1027
1027
}
1028
1028
1029
1029
/// <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.
1031
1031
/// </summary>
1032
1032
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
1033
1033
/// <param name="createAccountRequest"></param>
@@ -1077,7 +1077,7 @@ public Openfort.SDK.Client.ApiResponse<AccountResponse> CreateAccountWithHttpInf
1077
1077
}
1078
1078
1079
1079
/// <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.
1081
1081
/// </summary>
1082
1082
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
1083
1083
/// <param name="createAccountRequest"></param>
@@ -1090,7 +1090,7 @@ public Openfort.SDK.Client.ApiResponse<AccountResponse> CreateAccountWithHttpInf
1090
1090
}
1091
1091
1092
1092
/// <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.
1094
1094
/// </summary>
1095
1095
/// <exception cref="Openfort.SDK.Client.ApiException">Thrown when fails to make API call</exception>
0 commit comments