Build error when using Mapping<K,V,H>
where V
has no default constructor.
#245
Labels
Mapping<K,V,H>
where V
has no default constructor.
#245
Problem
Error when build contracts when using
Mapping<K,V,H>
type where typeV
take more than one required constructor arguments.Example contract
Using
Uint8Array
for mapping value, it takes length as mandatory constructor argument.Error
The text was updated successfully, but these errors were encountered: