Skip to content

Commit

Permalink
cherrypick doc (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Jul 27, 2023
1 parent 3e92a35 commit c568d5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export {
export * from '@massalabs/web3-utils';
export { fromMAS, toMAS, MassaUnits } from './utils/converters';

/** Exposed utils */
export * as utils from './utils/Xbqcrypto';
export * as time from './utils/time';
/**
* This namespace provides utility functions, such as unit conversion, serialization, encoding, etc.
*/
export * as utils from './utils';
12 changes: 12 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"sidebarLinks": {
"Wallet operations": "classes/WalletClient.html",
"Smart contracts operations": "classes/SmartContractsClient.html",
"Events": "classes/EventPoller.html",
"Public API": "classes/PublicApiClient.html",
"Private API": "classes/PrivateApiClient.html",
},
"navigationLinks": {
"Main documentation": "https://docs.massa.net/"
}
}

0 comments on commit c568d5f

Please sign in to comment.