GetMapAsync Method
GetMapAsync<TKey, TValue>(string)
Gets a IHTx
Declaration
Task<IHTxMap<TKey, TValue>> GetMapAsync<TKey, TValue>(string name)
Parameters
string | name | The unique name of the v. |
Returns
Type Parameters
TKey | The type of the keys. |
TValue | The type of the values. |