Ƭ DeployContractOptions: { configurableConstants?
: { [name: string]
: unknown
; } ; salt?
: BytesLike
; stateRoot?
: BytesLike
; storageSlots?
: StorageSlot
[] } & CreateTransactionRequestLike
Options for deploying a contract.
Ƭ DeployContractResult<TContract
>: Object
Name | Type |
---|---|
contractId | string |
transactionId | string |
waitForResult | () => Promise <{ contract : TContract ; transactionResult : TransactionResult <Create > }> |