createUnprovenCallTxFromInitialStates
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / createUnprovenCallTxFromInitialStates
Function: createUnprovenCallTxFromInitialStates()
Calls a circuit using the provided initial states and creates an unbalanced,
unproven, unsubmitted, call transaction.
Paramβ
Configuration.
Call Signatureβ
createUnprovenCallTxFromInitialStates<
C,ICK>(options,walletCoinPublicKey,walletEncryptionPublicKey):UnsubmittedCallTxData<C,ICK>
Type Parametersβ
Cβ
C extends Contract<undefined, Witnesses<undefined>>
ICKβ
ICK extends string
Parametersβ
optionsβ
CallOptionsWithProviderDataDependencies<C, ICK>
walletCoinPublicKeyβ
string
walletEncryptionPublicKeyβ
string
Returnsβ
UnsubmittedCallTxData<C, ICK>
Call Signatureβ
createUnprovenCallTxFromInitialStates<
C,ICK>(options,walletCoinPublicKey,walletEncryptionPublicKey):UnsubmittedCallTxData<C,ICK>
Type Parametersβ
Cβ
C extends Contract<any, Witnesses<any>>
ICKβ
ICK extends string
Parametersβ
optionsβ
CallOptionsWithPrivateState<C, ICK>
walletCoinPublicKeyβ
string
walletEncryptionPublicKeyβ
string
Returnsβ
UnsubmittedCallTxData<C, ICK>