Parameters involved in building a contract.

Hierarchy

  • Buildable

Properties

builder?: Builder

Builder class to use for build.

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