Skip to content

Commit

Permalink
Merge branch 'main' into release/web-sdk/9
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf authored Jan 13, 2025
2 parents 29b38eb + 2f051f1 commit d1b355e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit d1b355e

Please sign in to comment.