Options for connecting to a chain.

Hierarchy

  • DevnetHandle

Implemented by

Properties

assertPresence: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

chainId: string
getAccount: ((name) => Promise<Partial<Agent>>)

Type declaration

    • (name): Promise<Partial<Agent>>
    • Parameters

      • name: string

      Returns Promise<Partial<Agent>>

running: boolean
start: (() => Promise<DevnetHandle>)

Type declaration

url: URL

Generated using TypeDoc