Options for connecting to a chain.

Hierarchy

  • DevnetHandle

Implemented by

Properties

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

Type declaration

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

      • name: string

      Returns Promise<Partial<Agent>>

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

Type declaration

url: URL

Generated using TypeDoc