Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is the documentation for the Concordium Javascript SDK. Here we cover
the JS wrappers for interacting with the Concordium nodes.

Most functionality is provideded by the
[GRPC-Client](../classes/grpc.ConcordiumGRPCClient.html)
[GRPC-Client](./classes/grpc.ConcordiumGRPCClient.html)
however there exists additional helper functions, for example to help with
creating {@page transactions.md transactions}, or {@page identity-proofs.md
creating identity proof statements}, or {@page utility-functions.md general
Expand Down
16 changes: 8 additions & 8 deletions docs/pages/misc-pages/grpc-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ JSON-RPC server](https://github.com/Concordium/concordium-json-rpc)
Currently the client only supports the following entrypoints, with the same
interface as the grpc v1 node client:

- [sendTransaction](./grpc-v1.md#send-account-transaction)
- [getTransactionStatus](./grpc-v1.md#gettransactionstatus)
- [getInstanceInfo](./grpc-v1.md#getInstanceInfo)
- [getConsensusStatus](./grpc-v1.md#getconsensusstatus)
- [getAccountInfo](./grpc-v1.md#getAccountInfo)
- [getCryptographicParameters](./grpc-v1.md#getcryptographicparameters)
- [invokeContract](./grpc-v1.md#invokecontract)
- [getModuleSource](./grpc-v1.md#getModuleSource)
- [sendTransaction](#send-account-transaction)
- [getTransactionStatus](#gettransactionstatus)
- [getInstanceInfo](#getinstanceinfo)
- [getConsensusStatus](#getconsensusstatus)
- [getAccountInfo](#getaccountinfo)
- [getCryptographicParameters](#getcryptographicparameters)
- [invokeContract](#invokecontract)
- [getModuleSource](#getmodulesource)

**Table of Contents:**

Expand Down