Skip to content

Map

Map is a structure that contains pairs (key: value), where key is of type K and value is of type V.

Interface

  1. new() -> Map
  2. add(Map, K, V) -> Map
  3. size(Map) -> Nat
  4. get(Map, K) -> V
  5. keys(Map) -> List K

Used in

  1. Action: applicationData
  2. Action: proofs