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

Representation of Stellar SCMapEntry type.

Summary

Types

@type t() :: %StellarBase.XDR.SCMapEntry{
  key: StellarBase.XDR.SCVal.t(),
  val: StellarBase.XDR.SCVal.t()
}

Functions