createCallTxOptions
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / createCallTxOptions
Function: createCallTxOptions()
createCallTxOptions<
C,ICK>(contract,circuitId,contractAddress,privateStateId,args):CallTxOptions<C,ICK>
Creates a CallTxOptions object from various data.
Type Parametersβ
Cβ
C extends Contract<any, Witnesses<any>>
ICKβ
ICK extends string
Parametersβ
contractβ
C
circuitIdβ
ICK
contractAddressβ
string
privateStateIdβ
undefined | string
argsβ
CircuitParameters<C, ICK>