Function fetchContractMapEntry

  • Fetch data from a contract data map.

    Type Parameters

    Parameters

    • __namedParameters: {
          contractAddress: string;
          contractName: string;
          mapKey: ClarityValue;
          mapName: string;
      } & ApiParam

    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