Hierarchy (view full)

Constructors

Properties

chainId?: string

The chain ID that will be passed to the devnet node.

gasToken?: Native

Denomination of base gas token for this chain.

log: Console
platform?: string

Which kind of devnet to launch

running: boolean = false

Is this thing on?

url?: string | URL

URL for connecting to a remote devnet.

Methods

  • Parameters

    • name: string

    Returns Promise<{
        address?: string;
        mnemonic?: string;
    }>

Generated using TypeDoc