ForgeSdk v1.1.4 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() :: %ForgeSdk.Conn{
  callback: function() | nil,
  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,
  pid: pid() | nil
}