Function createClient

  • Create a client of db3 network

    const client = createClient("http://127.0.0.1:26619",
    "http://127.0.0.1:26620",
    account)

    Parameters

    • rollupNodeUrl: string
    • indexNodeUrl: string
    • account: DB3Account

      the instance of db3 account

    Returns Client

    the client instance

Generated using TypeDoc