Anoma.Client.Examples.EClient.EConnection (Anoma v0.29.0)
Summary
Types
@type t() :: %Anoma.Client.Examples.EClient.EConnection{ channel: any() | nil, client: Anoma.Client.Examples.EClient.t() | nil }
I am an example GRPC stub connection to a client. I represent an outside client (e.g., a typescript application).
Fields
:channel
- The channel for making grpc requests.