@mysten/window-wallet-core
Version:
Window wallet core functionality
11 lines (10 loc) • 352 B
JavaScript
import { DappPostMessageChannel, WalletPostMessageChannel } from "./web-wallet-channel/index.js";
import { createJwtSession, decodeJwtSession, verifyJwtSession } from "./jwt-session/index.js";
export {
DappPostMessageChannel,
WalletPostMessageChannel,
createJwtSession,
decodeJwtSession,
verifyJwtSession
};
//# sourceMappingURL=index.js.map