Skip to main content

@midnight-ntwrk/midnight-js-contracts v0.2.5 • API


Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / CallTxOptions

Type alias: CallTxOptions<PSS, PSK, C, ICK>

CallTxOptions<PSS, PSK, C, ICK>: CallOptionsBaseWithArguments<C, ICK> & Object

Configuration for creating call transactions.

Type declaration

privateStateKey

readonly privateStateKey: PSK

The identifier for the private state of the contract.

Type parameters

PSS extends PrivateStateSchema

PSK extends PrivateStateKey<PSS>

C extends Contract<PSS[PSK]>

ICK extends ImpureCircuitId<C>