WizardConnect/packages/wallet/src/index.ts

17 lines
634 B
TypeScript
Raw Normal View History

2026-02-26 11:19:47 +01:00
// Copyright (C) 2026 Whiterun LLC,
// This software is licensed under the GNU Lesser General Public License (LGPL), version 3.0 or later.
// A copy of the license can be found in the LICENSE file or at https://www.gnu.org/licenses/lgpl-3.0.html
export {
DerivationPath,
childIndexOfPath,
pathOfChildIndex,
} from "./derivation-path.js";
export type { WalletAdapter, SignTransactionResult } from "./wallet-adapter.js";
export { WalletConnectionManager } from "./wallet-connection-manager.js";
export type {
RelayConnectionState,
PendingSignRequest,
WalletConnectionManagerEvents,
} from "./wallet-connection-manager.js";