Interface DeployableOptions

Instantion options for the base deployable.

DeployableOptions

interface DeployableOptions {
    config: Config;
    account?: Account;
}

Hierarchy (view full)

Properties

Properties

config: Config

Config

account?: Account

Viem Local Account, required if in a Node environment

Account