View Source StellarBase.XDR.Signer (Elixir Stellar Base v0.16.0)
Representation of Stellar Signer
type.
Summary
Types
@type t() :: %StellarBase.XDR.Signer{ key: StellarBase.XDR.SignerKey.t(), weight: StellarBase.XDR.UInt32.t() }
Functions
@spec new(key :: StellarBase.XDR.SignerKey.t(), weight :: StellarBase.XDR.UInt32.t()) :: t()