Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

30 Commits

Repository files navigation

sdchain-sdk-cpp

The c++ version of SDChain SDK

Function Description

  1. Contains interfaces provided by REST-API.
  2. Including usage examples.
  3. Explicitly explain the dependent version,and the dependent third-party libraries and their versions.
  4. Includes instructions on how to run the examples.

functions:

SDK ini: APIServer.init(serverUrl,version,...);

SDK-APIS:

seqapiurlnew
1Wallet.newWallet();GET : /v1/wallet/newY
2Wallet.getBalance(...);GET : /v1/accounts/balances/{:address}Y
3Wallet.submitPayment(...);POST : /v1/accounts/payments/{:source_address}?submit=trueY
4Wallet.getPaymentList(...);GET : /v1/accounts/payments/{:address}Y
5Wallet.getPaymentInfo(...);GET : /v1/accounts/payments/{:address}/{:hash}Y
6Wallet.getTransactionList(...);GET : /v1/accounts/transactions/{:address}Y
7Wallet.getTransactionInfo(...);GET : /v1/accounts/transactions/{:address}/{:hash}Y
8Wallet.getOrderList(...);GET : /v1/accounts/orders/{:address}Y
9Wallet.submitOrder(...);POST : /v1/accounts/orders/{:address}Y
10Wallet.deleteOrder(...);DELETE : /v1/accounts/orders/{:address}/{:sequence}Y
11Wallet.getOrderInfo(...);GET : /v1/accounts/orders/{:address}/{:hash}Y
12Server.getTransactionFee();GET : /v1/transaction-feeY
13Server.getInfo();GET : /v1/serverY
14Server.isConnected();GET : /v1/server/connectedY

About

The c++ version of SDChain SDK

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages