From e04394e23c6a146e654df047af4812ac8dbee8d3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:24:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Documentation=20auto-update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/nns/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nns/README.md b/packages/nns/README.md index 6f36f471e..57e4c50f4 100644 --- a/packages/nns/README.md +++ b/packages/nns/README.md @@ -539,9 +539,9 @@ Uses query call only. Return the data of the neuron provided as id. -| Method | Type | -| ----------- | ----------------------------------------------------------------------------------------------------------- | -| `getNeuron` | `({ certified, neuronId, }: { certified: boolean; neuronId: bigint; }) => Promise` | +| Method | Type | +| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `getNeuron` | `({ certified, neuronId, includeEmptyNeurons, }: { certified: boolean; neuronId: bigint; includeEmptyNeurons?: boolean or undefined; }) => Promise` | [:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/nns/src/governance.canister.ts#L976)