Function getContractMapEntry

  • Fetch data from a contract data map.

    Returns

    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

    Type Parameters

    Parameters

    Returns Promise<T | NoneCV>

Generated using TypeDoc