We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59ac3 commit 414c350Copy full SHA for 414c350
src/api/aptos.ts
@@ -88,7 +88,7 @@ export class Aptos {
88
* runExample().catch(console.error);
89
* ```
90
* @group Client
91
- */
+ */
92
constructor(config?: AptosConfig) {
93
ensureMixinsApplied();
94
this.config = config ?? new AptosConfig();
0 commit comments