An object representing a given compiled binary.

Hierarchy (view full)

Constructors

Properties

codeData?: Uint8Array

The compiled code.

codeHash?: string

Code hash uniquely identifying the compiled code.

codePath?: string | URL

Location of the compiled code.

Accessors

Methods

  • Returns {
        codeHash?: string;
        codePath?: string;
        [key: string]: unknown;
    }

    • [key: string]: unknown
    • Optional codeHash?: string
    • Optional codePath?: string

Generated using TypeDoc