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