MCPcopy Create free account

hub / github.com/bitcoin-dev-project/bitcoin-dev-project / functions

Functions462 in github.com/bitcoin-dev-project/bitcoin-dev-project

FunctionOpCodeExplorer
({ initialView = "expanded" }: OpCodeExplorerProps)
components/decoding-bitcoin/markdown-ui/opcode-explorer.tsx:29
FunctionOpCodeInfo
({ opcode, description, details, example, funFact })
components/decoding-bitcoin/markdown-ui/opcode-data-visualizer.tsx:125
FunctionOpcodeDataVisualizer
()
components/decoding-bitcoin/markdown-ui/opcode-data-visualizer.tsx:14
FunctionOpcodeSVG
({ svgRef, ...props }: OpcodeSVGProps)
public/opCodeSVG.tsx:8
FunctionOurMission
()
components/landing-page/our-mission.tsx:25
FunctionP2SHEncoder
({ initialScriptHash = "" })
components/decoding-bitcoin/markdown-ui/address-encoder.tsx:14
FunctionPOST
(request: NextRequest)
app/subscribe/route.ts:9
FunctionPage
()
app/decoding/page.tsx:46
FunctionPage
({ params }: { params: { slug: string[] } })
app/decoding/[...slug]/page.tsx:70
FunctionPageLevel
({ description, pageTitle, showHeader = true, ...level }: PageLevelProps)
components/page-level.tsx:12
FunctionPageLink
({ title, href, direction = "next", onClick, ...props }: Omit<React.ComponentPropsWithoutR
components/decoding-bitcoin/topic/PrevNextLinks.tsx:15
FunctionPagination
({ pages, currentPage, setCurrentPage }: IPagination)
components/Pagination.tsx:9
FunctionParticipant
({ name, onSign, signed, disabled, isAnimating, imageUrl }: { name: string onS
components/decoding-bitcoin/markdown-ui/multisig-animation.tsx:337
FunctionPathStoryPage
({ params }: { params: { slug: string } })
app/(explore)/get-funded/path-and-stories/[slug]/page.tsx:58
FunctionPathsStoriesCarousel
()
components/get-funded/paths-stories-carousel.tsx:92
FunctionPhotoSlider
()
components/about/PhotoSlider.tsx:6
FunctionPointer
({ btnText, className, description, jumpTo }: Props)
components/pointer.tsx:13
FunctionPrevNextLinks
({ next, prev }: { next?: { path: string; title: string } prev?: { path: string; title: string
components/decoding-bitcoin/topic/PrevNextLinks.tsx:54
FunctionPrimaryFeatures
()
components/hero/PrimaryFeatures.tsx:11
FunctionPrimaryFeatures
()
components/hero-backup/PrimaryFeatures.tsx:11
FunctionProgress
({ community }: { community: Community })
components/communities/Progress.tsx:7
FunctionProjectCardComponent
({ project }: { project: ProjectCard })
app/projects/page.tsx:196
FunctionProjects
()
app/projects/page.tsx:167
FunctionProjectsLayout
({ children }: { children: React.ReactNode })
app/projects/layout.tsx:13
FunctionProse
({ as, className, ...props }: React.ComponentPropsWithoutRef<T> & { as?: T })
components/decoding-bitcoin/topic/Prose.tsx:3
FunctionQuestionsSection
({ questions, weekNumber }: { questions: Question[] weekNumber: number })
components/communities/QuestionsSection.tsx:4
FunctionQuickLink
({ title, description, href, icon }: { title: string description: string href?: st
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:19
FunctionQuickLinks
({ children }: { children: React.ReactNode })
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:11
FunctionQuiz
({ questions, questionText = "", showResult = true }: QuizProps)
components/decoding-bitcoin/markdown-ui/Quiz.tsx:56
FunctionQuotes
(props: SVGProps<SVGSVGElement>)
components/assets/Quotes.tsx:3
FunctionReadMore
({ children }: { children: React.ReactNode })
components/get-funded/read-more.tsx:6
FunctionRebrandedHeader
()
components/rebranded-header.tsx:14
FunctionReorgCalculator
()
components/decoding-bitcoin/markdown-ui/reorg-calculator.tsx:22
FunctionRepositoryIssues
({ issues }: { issues: IssueCardElement[] })
components/repository-issues.tsx:19
FunctionResourceCard
({ resource }: { resource: Resource })
components/communities/ResourceCard.tsx:5
FunctionResourceItem
({ resource, index, buttonText }: any)
components/communities/LearningResourcesSection.tsx:245
FunctionResourceLinks
({ links }: { links: ResourceLink[] })
app/(explore)/get-funded/page.tsx:37
FunctionResourceNotFound
()
components/brand/ResourceNotFound.tsx:4
FunctionResourceSection
({ section, completedTopics }: any)
components/communities/LearningResourcesSection.tsx:215
FunctionResultDisplay
({ result }: { result: string })
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:274
FunctionReverseBytes
()
components/decoding-bitcoin/markdown-ui/byte-tools.tsx:44
FunctionRootLayout
({ children }: { children: React.ReactNode })
app/layout.tsx:83
FunctionRow
({ label, value }: { label: string; value: string })
components/get-funded/funding-org-card.tsx:6
FunctionSandpackComponent
({ files, options = { showLineNumbers: true, showInlineErrors: true, editorHei
components/decoding-bitcoin/markdown-ui/sandpack.tsx:36
FunctionScriptIcon
({ id, color }: { id: string color?: React.ComponentProps<typeof Gradient>["color"] })
public/images/topics-hero/script-icon.tsx:7
FunctionScriptStackVisualizer
({ type }: ScriptStackVisualizerProps)
components/decoding-bitcoin/markdown-ui/script-visualizer/scriptVisualizer.tsx:25
FunctionScrollToTop
()
components/get-funded/scroll-to-top.tsx:10
FunctionSearchInput
({ filtersCount, toggle }: { filtersCount: number | null toggle: () => void })
components/search-input.tsx:5
FunctionSearchSvgIcon
(props: React.ComponentPropsWithoutRef<"svg">)
public/SearchSvgIcon.tsx:3
FunctionSecondaryFeatures
()
components/hero/SecondaryFeatures.tsx:161
FunctionSecondaryFeatures
()
components/hero-backup/SecondaryFeatures.tsx:161
FunctionSectionCard
({ alt, btnText, description, className, src, title, ...rest }: Props)
components/section-card.tsx:16
FunctionSectionHeading
({ children }: { children: React.ReactNode })
app/(explore)/get-funded/page.tsx:20
FunctionSidebarFilter
({ toggle, issues }: { toggle: () => void issues: IssueCardElement[] })
components/sidebar-filter.tsx:16
FunctionSkeleton
({ className }: { className?: string })
components/skeleton.tsx:4
FunctionSlideViewer
({ topic, isOpen, onClose, initialSlideIndex = 0 }: SlideViewerProps)
components/explainers/SlideViewer.tsx:35
FunctionSortSvgIcon
(props: React.ComponentPropsWithoutRef<"svg">)
public/SortSvgIcon.tsx:3
FunctionStackSimulator
({ showOperations }: StackSimulatorProps)
components/decoding-bitcoin/markdown-ui/stack-simulator.tsx:13
FunctionStackedWins
()
components/landing-page/stacked-wins.tsx:4
FunctionStartExploringDropdown
({ variant = "dark" }: Props)
components/StartExploringDropdown.tsx:11
FunctionStoryCard
({ person }: { person: PathStory })
components/get-funded/paths-stories-carousel.tsx:47
FunctionSummary
({ summary }: SummaryProps)
components/decoding-bitcoin/topic/summary.tsx:7
FunctionSvgDisplay
({ src, alt = "SVG Image", width = "100%", height = "auto", ...props })
components/decoding-bitcoin/markdown-ui/script-visualizer/SvgDisplay.tsx:12
FunctionTestimonial
({ color, bgColor, author, title, logo, quote, index })
components/brand/Testimonial.tsx:14
FunctionTickGreen
(props: SVGProps<SVGSVGElement>)
components/assets/TickGreen.tsx:4
FunctionTip
({ children }: { children: React.ReactNode })
app/(explore)/get-funded/page.tsx:26
FunctionToolsCard
({ alt, name, src, ...rest }: Props)
components/tools-card.tsx:12
FunctionTopicBanner
({ content, next, prev, children }: LayoutProps)
components/decoding-bitcoin/layouts/TopicBanner.tsx:16
FunctionTopicHeader
({ title, tags, summary }: any)
components/decoding-bitcoin/topic/TopicHeader.tsx:6
FunctionTopicLayout
({ content, next, prev, children }: LayoutProps)
components/decoding-bitcoin/layouts/TopicLayout.tsx:16
FunctionTrafficLightsIcon
(props: React.SVGProps<SVGSVGElement>)
components/decoding-bitcoin/hero/Hero.tsx:36
FunctionTransactionAnimationPlayer
({ svgPaths, svgId }: TransactionAnimationPlayerProps)
content/transaction-animation-player.tsx:21
FunctionTransactionBlock
({ field, isActive, isEnabled = true, onClick, fieldName }: TransactionBlockProps)
src/components/TransactionCreation.tsx:560
FunctionTransactionCreation
({ enabledFields }: TransactionCreationProps = {})
src/components/TransactionCreation.tsx:38
FunctionTransactionDecoder
({ previousTransactions = {} as PrevTransactions })
components/decoding-bitcoin/markdown-ui/transaction-decoder.tsx:41
FunctionTransactionIcon
({ id, color }: { id: string color?: React.ComponentProps<typeof Gradient>["color"] })
public/images/topics-hero/transaction-icon.tsx:7
FunctionTransactionsDisplay
({ rawTx, txId, txTitle, highlightIndex, network, inputAmounts })
components/decoding-bitcoin/markdown-ui/transaction-serializer/TransactionDisplay.tsx:89
FunctionUpArrowSvgIcon
(props: React.ComponentPropsWithoutRef<"svg">)
public/UpArrowSvgIcon.tsx:3
FunctionWalletsIcon
({ id, color }: { id: string color?: React.ComponentProps<typeof Gradient>["color"] })
public/images/topics-hero/wallets-icon.tsx:7
FunctionWeeklyCallSection
({ weekData }: { weekData: WeeklyData })
components/communities/WeeklyCallSection.tsx:11
FunctionWhoAreWe
()
components/hero/WhoAreWe.tsx:3
FunctionWhoAreWe
()
components/hero-backup/WhoAreWe.tsx:3
FunctionWrapper
({ className, ...props }: React.ComponentPropsWithoutRef<"div">)
components/footer-component-backup.tsx:7
FunctionWrapper
({ children }: { children: React.ReactNode })
components/Wrapper.tsx:3
FunctioncheckScroll
()
components/about/PhotoSlider.tsx:49
FunctionclearAllFilters
()
hooks/useUrlManager.ts:127
FunctioncloseViewer
()
components/explainers/ExplainerBrowser.tsx:67
FunctionconstructRepoQueries
(inputs)
scripts/graphql/queries/get-issues.js:6
Methodconstructor
( private rawTx: string, private network: Network )
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:47
FunctioncustomSort
(a: SortObject, b: SortObject)
components/sidebar-filter.tsx:309
FunctiondecodeTransaction
()
components/decoding-bitcoin/markdown-ui/transaction-decoder.tsx:48
FunctionfetchJsonData
(path)
scripts/utils/fetchJson.js:4
FunctiongenerateMetadata
({ params }: { params: { slug: KnownCurriculums } })
app/[slug]/page.tsx:10
FunctiongenerateMetadata
({ params }: { params: { communityId: string } })
app/decoding/communities/[communityId]/page.tsx:7
FunctiongenerateMetadata
({ params }: { params: { slug: string[] } })
app/decoding/[...slug]/page.tsx:21
FunctiongenerateMetadata
({ params }: { params: { slug: string } })
app/(explore)/get-funded/path-and-stories/[slug]/page.tsx:19
FunctiongenerateStaticParams
()
app/decoding/[...slug]/page.tsx:66
FunctiongenerateStaticParams
()
app/(explore)/get-funded/path-and-stories/[slug]/page.tsx:15
FunctiongetAllCategories
()
content/explainers.ts:81
FunctiongetAllDifficulties
()
content/explainers.ts:85
← previousnext →301–400 of 462, ranked by callers