UNPKG

@mysten/wallet-standard

Version:

A suite of standard utilities for implementing wallets based on the Wallet Standard.

7 lines (6 loc) 249 B
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';