Result of uploading a contract

Hierarchy

Properties

artifact?: string | URL

Path or URL to binary.

chainId: string

Chain to which the contract was uploaded.

codeHash: string

SHA256 checksum of binary, confirmed by the chain.

codeId: string

Code ID assigned by the chain.

uploadBy?: string

Address of uploader account.

uploadGas?: string | number

Gas used by upload tx.

uploadTx?: string

ID of upload transaction.

uploader?: Uploader

Uploader class used for the upload.

Generated using TypeDoc