Skip to content

Commit

Permalink
🤖 Documentation auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 385a390 commit 64a11d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<NeuronInfo or undefined>` |
| Method | Type |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `getNeuron` | `({ certified, neuronId, includeEmptyNeurons, }: { certified: boolean; neuronId: bigint; includeEmptyNeurons?: boolean or undefined; }) => Promise<NeuronInfo or undefined>` |

[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/nns/src/governance.canister.ts#L976)

Expand Down

0 comments on commit 64a11d5

Please sign in to comment.