Function getContractMapEntry

  • Fetch data from a contract data map.

    Type Parameters

    Parameters

    Returns Promise<T | NoneCV>

    Promise that resolves to a ClarityValue if the operation succeeds. Resolves to NoneCV if the map does not contain the given key, if the map does not exist, or if the contract prinicipal does not exist

Generated using TypeDoc