Currently, a user needs to import these types to get started:
import { Session } from "@wharfkit/session";
import { WalletPluginPrivateKey } from "@wharfkit/wallet-plugin-privatekey";
We should re-export these types from the SDK so that users don't need to install @wharkit/package to get started with the @effectai/sdk
For the user, it would look like:
import { createClient, Session, WalletPluginPrivateKey } from "@effectai/sdk"
Currently, a user needs to import these types to get started:
We should re-export these types from the SDK so that users don't need to install
@wharkit/packageto get started with the@effectai/sdkFor the user, it would look like: