An object representing the contract's binary uploaded to a given chain.

Constructors

Properties

chainId?: string

ID of chain on which this contract is uploaded.

codeHash?: string

Code hash uniquely identifying the compiled code.

codeId?: string

Code ID representing the identity of the contract's code on a specific chain.

uploadBy?: string | Connection

address of agent that performed the upload.

uploadGas?: string | number

address of agent that performed the upload.

uploadTx?: string

TXID of transaction that performed the upload.

Accessors

Methods

  • Returns {
        chainId?: string;
        codeHash?: string;
        codeId?: string;
        uploadBy?: string;
        uploadGas?: string | number;
        uploadInfo?: string;
        uploadTx?: string;
        [key: string]: unknown;
    }

    • [key: string]: unknown
    • Optional chainId?: string
    • Optional codeHash?: string
    • Optional codeId?: string
    • Optional uploadBy?: string
    • Optional uploadGas?: string | number
    • Optional uploadInfo?: string
    • Optional uploadTx?: string

Generated using TypeDoc