Result of building a contract.

Hierarchy

Properties

artifact: string | URL

Path or URL to binary.

builder?: Builder

Builder class that produced binary.

builderId?: string

ID of builder that produced binary.

codeHash?: string

SHA256 checksum of binary.

crate?: string

Name of crate.

dirty?: boolean

Whether this build contains uncommitted code.

features?: string[]

Crate features that need to be enabled.

repository?: string | URL

Path or URL to source repository for crate/workspace.

revision?: string

Commit in source repository which is built.

workspace?: string

Path to root directory of crate source or workspace.

Generated using TypeDoc