@mysten/wallet-standard
Version:
A suite of standard utilities for implementing wallets based on the Wallet Standard.
12 lines (11 loc) • 329 B
JavaScript
export * from "@wallet-standard/core";
import { signAndExecuteTransaction, signTransaction } from "./wallet.js";
export * from "./features/index.js";
export * from "./detect.js";
export * from "./chains.js";
export * from "./types.js";
export {
signAndExecuteTransaction,
signTransaction
};
//# sourceMappingURL=index.js.map