getLocalABIStorageMap
getLocalABIStorageMap(
contract,mapName):ABIStorageMap
Defined in: packages/abi/src/arc56-contract.ts:479
Get a specific local storage map with parsed ABI types
Parameters
Section titled “Parameters”contract
Section titled “contract”The ARC-56 contract
mapName
Section titled “mapName”string
The name of the storage map
Returns
Section titled “Returns”The ABIStorageMap with parsed types
Throws
Section titled “Throws”Error if the map is not found