View Source StellarBase.XDR.MuxedAccountMed25519 (Elixir Stellar Base v0.16.0)

Representation of Stellar MuxedAccountMed25519 type.

Summary

Types

@type t() :: %StellarBase.XDR.MuxedAccountMed25519{
  ed25519: StellarBase.XDR.UInt256.t(),
  id: StellarBase.XDR.UInt64.t()
}

Functions