Interface BoostRegistryOptionsWithPayload

The Boost Registry does not take any construction arguments, so if you'd like to deploy a new Boost Registry, pass an explicit null to the address field.

BoostRegistryOptionsWithPayload

interface BoostRegistryOptionsWithPayload {
    address: null;
    config: Config;
    account?: Account;
}

Hierarchy (view full)

Properties

address: null
config: Config

Config

account?: Account

Viem Local Account, required if in a Node environment

Account