View Source StellarBase.XDR.MuxedEd25519Account (Elixir Stellar Base v0.17.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar MuxedEd25519Account type.
Summary
Types
@type ed25519_type() :: StellarBase.XDR.UInt256.t()
@type id_type() :: StellarBase.XDR.UInt64.t()
@type t() :: %StellarBase.XDR.MuxedEd25519Account{ ed25519: ed25519_type(), id: id_type() }
Functions
@spec new(id :: id_type(), ed25519 :: ed25519_type()) :: t()