• Get the module source of the deployed smart contract module.

    Throws

    If failing to communicate with the concordium node or module not found.

    Returns

    Module source of the deployed smart contract module.

    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<VersionedModuleSource>

Generated using TypeDoc