Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / SubmitTxProviders
Type Alias: SubmitTxProviders<C, ICK>
SubmitTxProviders<
C
,ICK
> =Omit
<ContractProviders
<C
,ICK
>,"privateStateProvider"
>
Providers required to submit an unproven deployment transaction. Since submitTx doesn't manipulate private state, the private state provider can be omitted.
Type Parameters
C
C
extends Contract
ICK
ICK
extends ImpureCircuitId
<C
>