We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd494b6 commit 5f6c0ebCopy full SHA for 5f6c0eb
1 file changed
UnityProject/Assets/LoomSDK/Source/Runtime/DAppChainClient.cs
@@ -28,8 +28,14 @@ public class DAppChainClient : IDisposable
28
private IRpcClient readClient;
29
private ILogger logger = NullLogger.Instance;
30
31
+ /// <summary>
32
+ /// RPC client to use for submitting transactions.
33
+ /// </summary>
34
public IRpcClient WriteClient => this.writeClient;
35
36
37
+ /// RPC client to use for querying DAppChain state.
38
39
public IRpcClient ReadClient => this.readClient;
40
41
/// <summary>
0 commit comments