BorshMapEncoder<K, V> constructor
const
BorshMapEncoder<K, V> (
- BorshCodec<
K> keySubtype, - BorshCodec<
V> valueSubtype
Creates an encoder for map data types.
Implementation
const BorshMapEncoder(
this.keySubtype,
this.valueSubtype,
);