variable Borsh.map A key-value map. Type <K extends string | number | symbol,V,>(k: Field<K>,v: Field<V>,) => Field<Map<K, V>>