BorshMapDecoder<K, V> constructor
const
BorshMapDecoder<K, V> (
- BorshCodec<
K> keySubtype, - BorshCodec<
V> valueSubtype
Creates a decoder for map data types.
Implementation
const BorshMapDecoder(
this.keySubtype,
this.valueSubtype,
);