OSDN Git Service

Add the doc page.
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 18 Apr 2019 06:49:56 +0000 (14:49 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 18 Apr 2019 06:49:56 +0000 (14:49 +0800)
commitd6e6789c01c1342c4adb63fe6477fec5ca46a790
treec1321aa19c1b5f3b7417010a779c682b430d8959
parentc7a66f5a179726f5424c8e915f7580c5f1c2b100
Add the doc page.
75 files changed:
.gitignore
README.md
docs/accountsApi.html [new file with mode: 0644]
docs/accountsSDK.html [new file with mode: 0644]
docs/api_accounts.js.html [new file with mode: 0644]
docs/api_balances.js.html [new file with mode: 0644]
docs/api_keys.js.html [new file with mode: 0644]
docs/api_transactions.js.html [new file with mode: 0644]
docs/balancesApi.html [new file with mode: 0644]
docs/fonts/OpenSans-Bold-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-Bold-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-Bold-webfont.woff [new file with mode: 0644]
docs/fonts/OpenSans-BoldItalic-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-BoldItalic-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-BoldItalic-webfont.woff [new file with mode: 0644]
docs/fonts/OpenSans-Italic-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-Italic-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-Italic-webfont.woff [new file with mode: 0644]
docs/fonts/OpenSans-Light-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-Light-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-Light-webfont.woff [new file with mode: 0644]
docs/fonts/OpenSans-LightItalic-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-LightItalic-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-LightItalic-webfont.woff [new file with mode: 0644]
docs/fonts/OpenSans-Regular-webfont.eot [new file with mode: 0644]
docs/fonts/OpenSans-Regular-webfont.svg [new file with mode: 0644]
docs/fonts/OpenSans-Regular-webfont.woff [new file with mode: 0644]
docs/index.html [new file with mode: 0644]
docs/index.js.html [new file with mode: 0644]
docs/keysApi.html [new file with mode: 0644]
docs/keysSDK.html [new file with mode: 0644]
docs/module-AccountSDK.html [new file with mode: 0644]
docs/module-AccountsApi.html [new file with mode: 0644]
docs/module-AccountssApi.html [new file with mode: 0644]
docs/module-BalancesApi.html [new file with mode: 0644]
docs/module-KeysApi.html [new file with mode: 0644]
docs/module-KeysSDK.html [new file with mode: 0644]
docs/module-QuerySDK.html [new file with mode: 0644]
docs/module-TransactionSDK.html [new file with mode: 0644]
docs/module-TransactionsApi.html [new file with mode: 0644]
docs/module-WalletSDK.html [new file with mode: 0644]
docs/querySDK.html [new file with mode: 0644]
docs/scripts/collapse.js [new file with mode: 0644]
docs/scripts/linenumber.js [new file with mode: 0644]
docs/scripts/polyfill.js [new file with mode: 0644]
docs/scripts/prettify/Apache-License-2.0.txt [new file with mode: 0644]
docs/scripts/prettify/lang-css.js [new file with mode: 0644]
docs/scripts/prettify/prettify.js [new file with mode: 0644]
docs/scripts/search.js [new file with mode: 0644]
docs/sdk_accounts.js.html [new file with mode: 0644]
docs/sdk_keys.js.html [new file with mode: 0644]
docs/sdk_query.js.html [new file with mode: 0644]
docs/sdk_transaction.js.html [new file with mode: 0644]
docs/sdk_wallet.js.html [new file with mode: 0644]
docs/styles/jsdoc-default.css [new file with mode: 0644]
docs/styles/jsdoc.css [new file with mode: 0644]
docs/styles/prettify-jsdoc.css [new file with mode: 0644]
docs/styles/prettify-tomorrow.css [new file with mode: 0644]
docs/styles/prettify.css [new file with mode: 0644]
docs/transactionSDK.html [new file with mode: 0644]
docs/transactionsApi.html [new file with mode: 0644]
docs/walletSDK.html [new file with mode: 0644]
jsdoc.conf.json [new file with mode: 0644]
package-lock.json
package.json
src/api/accounts.js
src/api/balances.js
src/api/keys.js
src/api/transactions.js
src/index.js
src/sdk/accounts.js
src/sdk/keys.js
src/sdk/query.js
src/sdk/transaction.js
src/sdk/wallet.js