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

Represents a Signer for an Account.

Summary

Types

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