aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

Change `LocalNode stop()` function to return a Promise #465

Closed 0xmaayan closed 1 month ago

0xmaayan commented 1 month ago

Description

Change the stop() function on LocalNode to return a Promise so we can wait for the processes to be killed

Test Plan

Related Links