UnprovenCallTxProvidersBase
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / UnprovenCallTxProvidersBase
Type Alias: UnprovenCallTxProvidersBase
UnprovenCallTxProvidersBase =
Pick<ContractProviders,"publicDataProvider"|"walletProvider">
The minimum set of providers needed to create a call transaction, the ZK artifact provider and a wallet. By defining this type, users can choose to omit a private state provider if they're creating a call transaction for a contract with no private state.