File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is the documentation for the Concordium Javascript SDK. Here we cover
22the JS wrappers for interacting with the Concordium nodes.
33
44Most functionality is provideded by the
5- [ GRPC-Client] ( .. /classes/grpc.ConcordiumGRPCClient.html )
5+ [ GRPC-Client] ( ./classes/grpc.ConcordiumGRPCClient.html )
66however there exists additional helper functions, for example to help with
77creating {@page transactions.md transactions}, or {@page identity-proofs.md
88creating identity proof statements}, or {@page utility-functions.md general
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ JSON-RPC server](https://github.com/Concordium/concordium-json-rpc)
77Currently the client only supports the following entrypoints, with the same
88interface as the grpc v1 node client:
99
10- - [ sendTransaction] ( ./grpc-v1.md #send-account-transaction)
11- - [ getTransactionStatus] ( ./grpc-v1.md #gettransactionstatus)
12- - [ getInstanceInfo] ( ./grpc-v1.md#getInstanceInfo )
13- - [ getConsensusStatus] ( ./grpc-v1.md #getconsensusstatus)
14- - [ getAccountInfo] ( ./grpc-v1.md#getAccountInfo )
15- - [ getCryptographicParameters] ( ./grpc-v1.md #getcryptographicparameters)
16- - [ invokeContract] ( ./grpc-v1.md #invokecontract)
17- - [ getModuleSource] ( ./grpc-v1.md#getModuleSource )
10+ - [ sendTransaction] ( #send-account-transaction )
11+ - [ getTransactionStatus] ( #gettransactionstatus )
12+ - [ getInstanceInfo] ( #getinstanceinfo )
13+ - [ getConsensusStatus] ( #getconsensusstatus )
14+ - [ getAccountInfo] ( #getaccountinfo )
15+ - [ getCryptographicParameters] ( #getcryptographicparameters )
16+ - [ invokeContract] ( #invokecontract )
17+ - [ getModuleSource] ( #getmodulesource )
1818
1919** Table of Contents:**
2020
You can’t perform that action at this time.
0 commit comments