@midnight-ntwrk/midnight-js-contracts v0.2.5 • API
Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / UnsubmittedDeployTxDataBase
Type alias: UnsubmittedDeployTxDataBase<PS>
UnsubmittedDeployTxDataBase<
PS
>:Object
Base type for data relevant to an unsubmitted deployment transaction.
Type parameters
• PS
Type declaration
private
readonly
private:UnsubmittedDeployTxPrivateDataBase
<PS
>
The private data (data that will not be revealed upon tx submission) relevant to the deployment transaction.
public
readonly
public:UnsubmittedDeployTxPublicDataBase
The public data (data that will be revealed upon tx submission) relevant to the deployment transaction.