@midnight-ntwrk/midnight-js-contracts v0.2.5 • API
Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / DeployedContract
Type alias: DeployedContract<PS, C>
DeployedContract<
PS
,C
>:FoundContract
<PS
,C
> &Object
Interface for a contract that has been deployed to the blockchain.
Type declaration
deployTxData
readonly
deployTxData:FinalizedDeployTxData
<PS
>
Data resulting from the deployment transaction that created this contract. The information in a DeployedContract.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
• PS
• C extends Contract
<PS
>