Stellar.XDR.Signer (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar Signer type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Signer{
  key: Stellar.XDR.SignerKey.t(),
  weight: Stellar.XDR.UInt32.t()
}

Link to this section Functions

Specs

new(key :: Stellar.XDR.SignerKey.t(), weight :: Stellar.XDR.UInt32.t()) :: t()