Skip to content

Commit 5f6c0eb

Browse files
Added comments
1 parent cd494b6 commit 5f6c0eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

UnityProject/Assets/LoomSDK/Source/Runtime/DAppChainClient.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ public class DAppChainClient : IDisposable
2828
private IRpcClient readClient;
2929
private ILogger logger = NullLogger.Instance;
3030

31+
/// <summary>
32+
/// RPC client to use for submitting transactions.
33+
/// </summary>
3134
public IRpcClient WriteClient => this.writeClient;
3235

36+
/// <summary>
37+
/// RPC client to use for querying DAppChain state.
38+
/// </summary>
3339
public IRpcClient ReadClient => this.readClient;
3440

3541
/// <summary>

0 commit comments

Comments
 (0)