@mysten/wallet-standard
Version:
A suite of standard utilities for implementing wallets based on the Wallet Standard.
11 lines (8 loc) • 325 B
text/typescript
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from '@wallet-standard/core';
export { type Wallet, signAndExecuteTransaction, signTransaction } from './wallet.js';
export * from './features/index.js';
export * from './detect.js';
export * from './chains.js';
export * from './types.js';