Function createReadonlyClient

  • Create a readonly client of db3 network

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

    Parameters

    • rollupNodeUrl: string
    • indexNodeUrl: string

    Returns ReadClient

    the client instance

Generated using TypeDoc