View Source Stellar.Horizon.Account.Signer (Elixir Stellar SDK v0.8.0)

Represents a Signer for an Account.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Account.Signer{
  key: String.t(),
  type: String.t(),
  weight: weight()
}
@type weight() :: 0..255