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

Represents a Signer for an Account.

Link to this section Summary

Link to this section Types

Specs

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

Specs

weight() :: 0..255