• Check if this module is deployed to the chain.

    Throws

    If failing to communicate with the concordium node or module is not deployed on chain.

    Returns

    Indicating whether the module is deployed on chain.

    Parameters

    • moduleClient: ModuleClient

      The client for a smart contract module on chain.

    • Optional blockHash: BlockHash

      Hash of the block to check information at. When not provided the last finalized block is used.

    Returns Promise<void>

Generated using TypeDoc