ForgeSdk v1.0.4-p1 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,
gas: map(),
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, gas: map(), name: String.t() | nil }