Ƭ DeployContractOptions: { configurableConstants?
: { [name: string]
: unknown
; } ; salt?
: BytesLike
; stateRoot?
: BytesLike
; storageSlots?
: StorageSlot
[] } & CreateTransactionRequestLike
Options for deploying a contract.
Was this page helpful?