Stellar.XDR.MuxedAccountMed25519 (Elixir Stellar Base v0.1.0) View Source

Representation of Stellar MuxedAccountMed25519 type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.MuxedAccountMed25519{
  ed25519: Stellar.XDR.UInt256.t(),
  id: Stellar.XDR.UInt64.t()
}

Link to this section Functions

Specs

new(id :: Stellar.XDR.UInt64.t(), ed25519 :: Stellar.XDR.UInt256.t()) :: t()