Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / DeployedContract
Type Alias: DeployedContract<C>
DeployedContract<
C
> =FoundContract
<C
> &object
Interface for a contract that has been deployed to the blockchain.
Type declaration
deployTxData
readonly
deployTxData:FinalizedDeployTxData
<C
>
Data resulting from the deployment transaction that created this contract. The information in a deployTxData contains additional private information that does not exist in FoundContract.deployTxData because certain private data is only available to the deployer of a contract.
Type Parameters
C
C
extends Contract