@privy-io/js-sdk-core
Version:
Vanilla JS client for the Privy Auth API
2 lines (1 loc) • 561 B
JavaScript
import{getAllUserEmbeddedEthereumWallets as e}from"../../utils/getAllUserEmbeddedEthereumWallets.mjs";import{getAllUserEmbeddedSolanaWallets as t}from"../../utils/getAllUserEmbeddedSolanaWallets.mjs";import{getUserEmbeddedEthereumWallet as m}from"../../utils/getUserEmbeddedEthereumWallet.mjs";import{getUserEmbeddedSolanaWallet as l}from"../../utils/getUserEmbeddedSolanaWallet.mjs";import"../../utils/embedded-wallets.mjs";const s=m=>[...e(m),...t(m)],r=(e,t)=>e.imported?e:m(t)??l(t);export{r as getRootWalletForDelegation,s as getUserValidDelegateWallets};