BorshMap<K, V> constructor
const
BorshMap<K, V> (
- BorshAnnotation<
K> keySubtype, - BorshAnnotation<
V> valueSubtype
Creates an annotation for a map data type.
Implementation
const BorshMap(
this.keySubtype,
this.valueSubtype,
);