View Source StellarBase.XDR.SCMapEntry (Elixir Stellar Base v0.9.0)
Representation of Stellar SCMapEntry
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.SCMapEntry{ key: StellarBase.XDR.SCVal.t(), val: StellarBase.XDR.SCVal.t() }
Link to this section Functions
@spec new(key :: StellarBase.XDR.SCVal.t(), val :: StellarBase.XDR.SCVal.t()) :: t()