-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
discussionmore discussion is neededmore discussion is needed
Description
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"Metadata
Metadata
Assignees
Labels
discussionmore discussion is neededmore discussion is needed