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