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