MCPcopy Create free account

hub / github.com/code100x/tiplink / functions

Functions80 in github.com/code100x/tiplink

↓ 36 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 1 callersFunctionaesDecrypt
(encryptedData: any)
src/services/aes-module.ts:26
↓ 1 callersFunctionaesEncrypt
(plainText: any)
src/services/aes-module.ts:6
↓ 1 callersFunctionawsDecrypt
( encryptedData: string, context: Record<string, string>, )
src/services/aws-kms-module.ts:43
↓ 1 callersFunctionawsEncrypt
( plainText: string, context: Record<string, string>, )
src/services/aws-kms-module.ts:28
↓ 1 callersFunctioncombineSecret
(shares: Uint8Array[])
src/services/keyShardingService.ts:29
↓ 1 callersFunctionconvertSoltoUSD
(sol: number)
src/services/walletService.ts:61
↓ 1 callersFunctioncreateWallet
(user: User)
src/services/walletService.ts:12
↓ 1 callersFunctionfetchSolPrice
()
src/components/WalletPage/Send/LinkTransfer.tsx:28
↓ 1 callersFunctionfetchUserBalance
(publicKey?: string)
src/services/walletService.ts:81
↓ 1 callersFunctionformatWallet
()
src/components/WalletPage/ReceiveQR.tsx:22
↓ 1 callersFunctiongcpDecrypt
(ciphertext: string)
src/services/gcp-kms-module.ts:36
↓ 1 callersFunctiongcpEncrypt
(plaintext: string)
src/services/gcp-kms-module.ts:18
↓ 1 callersFunctiongetEquivalentAmount
()
src/components/WalletPage/Send/LinkTransfer.tsx:65
↓ 1 callersFunctionhandleActionClick
(action: ActionType)
src/components/WalletPage/WalletDetail.tsx:17
↓ 1 callersFunctionhandleSignInResult
(result: SignInResponse | undefined)
src/app/signin/page.tsx:31
↓ 1 callersFunctionprismaClientSingleton
()
src/db.ts:3
↓ 1 callersFunctionpvtKeyEncryptionManager
(privateKey: string)
src/actions/pvtKeyEncryptMgmt.ts:11
↓ 1 callersFunctionsplitSecret
(privateKey: string)
src/services/keyShardingService.ts:8
↓ 1 callersFunctionstartFlipping
()
src/components/ui/card-stack.tsx:27
FunctionAppBarSkeleton
()
src/components/Appbar/AppBarSkeleton.tsx:1
FunctionAppWalletProvider
({ children, }: { children: React.ReactNode })
src/components/AppWalletProvider.tsx:49
FunctionAppbar
()
src/components/Appbar/Appbar.tsx:33
FunctionBottom
({fetchingQuote,receiveAmount}:Bottom)
src/components/WalletPage/Swap/Bottom.tsx:8
FunctionCallToAction
()
src/components/Home/CallToAction.tsx:4
FunctionCardStack
({ items, offset, scaleFactor, }: { items: Card[] offset?: number scaleFactor?: number })
src/components/ui/card-stack.tsx:9
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDocsShowcase
()
src/components/Home/DocsShowcase.tsx:5
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:171
FunctionFeature
()
src/components/Home/Feature.tsx:33
FunctionFeatureCard
({ title, description, image }: FeatureProps)
src/components/ui/feature-card.tsx:12
FunctionFooter
()
src/components/Appbar/Footer.tsx:5
FunctionHero
()
src/components/Home/Hero.tsx:12
FunctionHeroImage
()
src/components/Home/HeroImage.tsx:3
FunctionHome
()
src/components/Home/Home.tsx:11
FunctionLeftSideBar
()
src/components/WalletPage/LeftSideBar.tsx:69
FunctionLinkTransfer
({ setType }: { setType: () => void })
src/components/WalletPage/Send/LinkTransfer.tsx:19
FunctionLoginWithGoogleButton
()
src/components/ui/login-with-google.tsx:6
FunctionLogo
({ className, fill })
src/components/icons/Logo.tsx:8
FunctionLogoLight
({ className })
src/components/icons/LogoLight.tsx:7
FunctionLogoTicker
()
src/components/Home/Logoticker.tsx:6
FunctionMenu
({ className })
src/components/icons/Menu.tsx:7
FunctionModeToggle
()
src/components/ui/darkmode.tsx:15
FunctionPage
()
src/app/page.tsx:5
FunctionProfileDropDown
()
src/components/common/ProfileDropDown.tsx:14
FunctionProfileHeader
()
src/components/Appbar/ProfileHeader.tsx:7
FunctionProviders
({ children }: { children: React.ReactNode })
src/app/providers.tsx:5
FunctionReceiveQR
({wallet,onClose}:WalletDetailProps & {onClose:()=>void})
src/components/WalletPage/ReceiveQR.tsx:12
FunctionRightSideBar
()
src/components/WalletPage/RightSideBar.tsx:6
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:16
FunctionScrollToTopButton
()
src/components/ui/scroll-to-top-button.tsx:7
FunctionSendToken
({ setCurrent }: SendTokenProps)
src/components/WalletPage/Send/Send.tsx:16
FunctionSignIn
()
src/app/signin/page.tsx:14
FunctionTestimonials
()
src/components/Home/Testimonials.tsx:102
FunctionTestimonialsColumn
(props: { className?: string testimonials: typeof testimonials duration?: number })
src/components/Home/Testimonials.tsx:49
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
src/components/ui/theme-provider.tsx:7
FunctionTokenSwap
({ setCurrent }: TokenSwapProps)
src/components/WalletPage/Swap/Swap.tsx:18
FunctionTop
({ setCurrent }: TokenSwapProps)
src/components/WalletPage/Swap/Top.tsx:7
FunctionTopBar
()
src/components/WalletPage/TopBar.tsx:11
FunctionUserImage
({ image }: any)
src/components/Appbar/UserImage.tsx:4
FunctionWallet
()
src/app/wallet/page.tsx:8
FunctionWalletDetail
({ wallet, usdbalance , solbalance}: WalletDetailProps)
src/components/WalletPage/WalletDetail.tsx:14
FunctionWalletTransfer
({ setType }: { setType: () => void })
src/components/WalletPage/Send/WalletTransfer.tsx:4
FunctionfetchQuote
()
src/components/WalletPage/Swap/Swap.tsx:32
FunctiongetKeypairFromSecretKey
(secretKey: Uint8Array)
src/services/walletService.ts:43
FunctionhandleClose
()
src/components/WalletPage/WalletDetail.tsx:23
FunctionhandleCopy
()
src/components/WalletPage/ReceiveQR.tsx:15
FunctionhandleCreateLink
()
src/components/WalletPage/Send/LinkTransfer.tsx:46
FunctionhandleGoogleSignIn
()
src/app/signin/page.tsx:17
FunctionhandleSwap
()
src/components/WalletPage/Swap/Swap.tsx:50
Functionjwt
({ token }: any)
src/lib/auth.ts:26
Functionpage
()
src/app/wallet-adapter/page.tsx:76
FunctionpvtKeyDecryptionManager
()
src/actions/pvtKeyDecryptMgmt.ts:12
FunctionscrollToTop
()
src/components/ui/scroll-to-top-button.tsx:20
FunctionselectTokenValue
(value: TokensType)
src/components/WalletPage/Swap/Swap.tsx:57
Functionsession
({ session, token }: any)
src/lib/auth.ts:29
FunctionsignTransaction
( transaction: Transaction, secretKey: Uint8Array, )
src/services/walletService.ts:51
FunctiontoggleCurrency
()
src/components/WalletPage/Send/LinkTransfer.tsx:50
FunctiontoggleVisibility
()
src/components/ui/scroll-to-top-button.tsx:11