CallOptionsBase
For the complete documentation index, see llms.txt
Midnight.js API Reference v4.0.4
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallOptionsBase
Type Alias: CallOptionsBase<C, PCK>
CallOptionsBase<
C,PCK> =object
서킷 호출의 대상을 설명합니다.
Type Parameters
C
C extends Contract.Any
PCK
PCK extends Contract.ProvableCircuitId<C>
Properties
additionalCoinEncPublicKeyMappings?
readonlyoptionaladditionalCoinEncPublicKeyMappings?:ReadonlyMap<CoinPublicKey,EncPublicKey>
An optional mapping of CoinPublicKey to EncPublicKey that can be used to resolve encryption keys for coins created during circuit execution.
circuitId
readonlycircuitId:PCK
호출할 서킷의 식별자입니다.
compiledContract
readonlycompiledContract:CompiledContract.CompiledContract<C,any>
호출할 서킷을 정의하는 컨트랙트입니다.
contractAddress
readonlycontractAddress:ContractAddress
실행 중인 컨트랙트의 주소입니다.