ForgeSdk v0.28.2 ForgeSdk.Conn View Source
Wrapper for ForgeSdk gRPC connection
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ForgeSdk.Conn{
chain_id: String.t(),
chan: (GRPC.Channel.t() | nil) | nil,
decimal: non_neg_integer() | nil,
endpoint: String.t() | nil,
name: String.t() | nil
}
t() :: %ForgeSdk.Conn{ chain_id: String.t(), chan: (GRPC.Channel.t() | nil) | nil, decimal: non_neg_integer() | nil, endpoint: String.t() | nil, name: String.t() | nil }