Skip to content

Commit c15efb8

Browse files
committed
Note about WalletId
1 parent 819a3a6 commit c15efb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TonLibDotNet/Extensions/TonClientExtensions.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ public static class TonClientExtensions
99
/// Calculate the address of a new wallet smart contract.
1010
/// </summary>
1111
/// <param name="client">ITonClient instance.</param>
12-
/// <param name="initialAccountState">Desired wallet type: <see cref="Types.Wallet.V3InitialAccountState"/> or <see cref="Types.Wallet.HighloadV1InitialAccountState"/> or <see cref="Types.Wallet.HighloadV2InitialAccountState"/>.</param>
12+
/// <param name="initialAccountState">
13+
/// Desired wallet type: <see cref="Types.Wallet.V3InitialAccountState"/> or <see cref="Types.Wallet.HighloadV1InitialAccountState"/> or <see cref="Types.Wallet.HighloadV2InitialAccountState"/>.
14+
/// For <b>WalletId</b> use <see cref="ITonClient.OptionsInfo.ConfigInfo.DefaultWalletId"/> + workchainId.
15+
/// </param>
1316
/// <param name="revision">Use <b>0</b> for default (latest) revision, positive value for specific revision, or <b>-1</b> for experimental (newest) revision (only for debug purpose).</param>
1417
/// <param name="workchainId">Use <b>-1</b> for masterchain, <b>0</b> for basechain.</param>
1518
/// <remarks>Executes as static (without LiteServer call).</remarks>

0 commit comments

Comments
 (0)