MCPcopy Create free account

hub / github.com/aptos-labs/move-by-examples / functions

Functions594 in github.com/aptos-labs/move-by-examples

FunctionTradeShare
({ issuerAddress }: TradeShareProps)
friend-tech/aptos/frontend/components/TradeShare.tsx:19
FunctionTriImageBanner
({ images, className }: { images: string[]; className?: string })
nft-launchpad/frontend/pages/Mint/components/TriImageBanner.tsx:5
FunctionUiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
advanced-todo-list/solana/web/components/ui/ui-layout.tsx:18
FunctionUiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
simple-todo-list/solana/web/components/ui/ui-layout.tsx:18
FunctionUiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
fungible-asset-launchpad/solana/web/components/ui/ui-layout.tsx:18
FunctionUiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
friend-tech/solana/web/components/ui/ui-layout.tsx:18
FunctionUploadSpinner
({ on })
fungible-asset-launchpad/aptos/frontend/components/UploadSpinner.tsx:7
FunctionUploadSpinner
({ on })
nft-launchpad/frontend/components/UploadSpinner.tsx:6
FunctionUserHoldings
({ userAddress }: UserHoldingsProps)
friend-tech/aptos/frontend/components/UserHoldings.tsx:11
FunctionWalletButtons
()
nft-marketplace/frontend/src/components/WalletButtons.tsx:12
FunctionWalletProvider
({ children }: PropsWithChildren)
surf-for-type-safety/frontend/components/WalletProvider.tsx:8
FunctionWalletProvider
({ children }: PropsWithChildren)
fungible-asset-launchpad/aptos/frontend/components/WalletProvider.tsx:8
FunctionWalletProvider
({ children })
telegram-boilerplate-template-with-mizu-core/frontend/components/WalletProvider.tsx:15
FunctionWalletProvider
({ children }: PropsWithChildren)
nft-launchpad/frontend/components/WalletProvider.tsx:7
FunctionWalletProvider
({ children }: PropsWithChildren)
telegram-boilerplate-template/frontend/components/WalletProvider.tsx:8
FunctionWalletProvider
({ children }: PropsWithChildren)
friend-tech/aptos/frontend/components/WalletProvider.tsx:8
FunctionWalletProvider
({ children }: { children: ReactNode })
nft-marketplace/frontend/src/context/WalletProvider.tsx:9
FunctionWalletRow
({ wallet, onConnect }: WalletRowProps)
surf-for-type-safety/frontend/components/WalletSelector.tsx:153
FunctionWalletRow
({ wallet, onConnect }: WalletRowProps)
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:187
FunctionWalletRow
({ wallet, onConnect }: WalletRowProps)
nft-launchpad/frontend/components/WalletSelector.tsx:174
FunctionWalletRow
({ wallet, onConnect }: WalletRowProps)
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:165
FunctionWalletRow
({ wallet, onConnect }: WalletRowProps)
friend-tech/aptos/frontend/components/WalletSelector.tsx:166
FunctionWalletSelector
()
surf-for-type-safety/frontend/components/WalletSelector.tsx:26
FunctionWalletSelector
()
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:28
FunctionWalletSelector
()
telegram-boilerplate-template-with-mizu-core/frontend/components/WalletSelector.tsx:17
FunctionWalletSelector
()
nft-launchpad/frontend/components/WalletSelector.tsx:29
FunctionWalletSelector
()
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:28
FunctionWalletSelector
()
friend-tech/aptos/frontend/components/WalletSelector.tsx:29
FunctionWalletView
({ wallet }: { wallet: Wallet })
nft-marketplace/frontend/src/components/WalletButtons.tsx:26
FunctionWarningAlert
({ title, children })
fungible-asset-launchpad/aptos/frontend/components/ui/warning-alert.tsx:8
FunctionWarningAlert
({ title, children })
nft-launchpad/frontend/components/ui/warning-alert.tsx:8
FunctionWrongNetworkAlert
()
surf-for-type-safety/frontend/components/WrongNetworkAlert.tsx:5
FunctionWrongNetworkAlert
()
fungible-asset-launchpad/aptos/frontend/components/WrongNetworkAlert.tsx:5
FunctionWrongNetworkAlert
()
telegram-boilerplate-template-with-mizu-core/frontend/components/WrongNetworkAlert.tsx:5
FunctionWrongNetworkAlert
()
nft-launchpad/frontend/components/WrongNetworkAlert.tsx:5
FunctionWrongNetworkAlert
()
telegram-boilerplate-template/frontend/components/WrongNetworkAlert.tsx:5
FunctionWrongNetworkAlert
()
friend-tech/aptos/frontend/components/WrongNetworkAlert.tsx:5
FunctionaptosClient
()
telegram-boilerplate-template-with-mizu-core/frontend/utils/aptosClient.ts:11
FunctionbuyAptogotchi
( sender: Account, listingObjectAddr: string )
nft-marketplace/frontend/src/utils/aptos.ts:136
Functionbuy_key
(ctx: Context<TransactHoldings>, k: u64)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:23
Functioncomplete_todo
(ctx: Context<CompleteTodo>, index: u32)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:30
Functioncomplete_todo
(ctx: Context<CompleteTodo>, index: u32)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:25
Functioncreate_todo
(ctx: Context<CreateTodo>, content: String)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:26
Functioncreate_todo
(ctx: Context<CreateTodo>, content: String)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:21
Functioncreate_todo_list
(ctx: Context<CreateTodoList>)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:22
Functioncreate_todo_list
(ctx: Context<CreateTodoList>)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:17
Functioncreate_token
( ctx: Context<CreateToken>, token_name: String, token_symbol: String, token_u
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:16
Functioncreate_user_todo_list_counter
need to be called once per user before creating a TodoList
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:18
FunctionformatDate
(date: Date)
fungible-asset-launchpad/aptos/frontend/utils/formatDate.ts:1
FunctiongetAptBalance
(addr: string)
nft-marketplace/frontend/src/utils/aptos.ts:60
FunctiongetCollection
()
nft-marketplace/frontend/src/utils/aptos.ts:70
MethodgetExplorerUrl
(path: string)
advanced-todo-list/solana/web/components/cluster/cluster-data-access.tsx:70
MethodgetExplorerUrl
(path: string)
simple-todo-list/solana/web/components/cluster/cluster-data-access.tsx:70
MethodgetExplorerUrl
(path: string)
fungible-asset-launchpad/solana/web/components/cluster/cluster-data-access.tsx:70
MethodgetExplorerUrl
(path: string)
friend-tech/solana/web/components/cluster/cluster-data-access.tsx:70
FunctiongoToMint
()
nft-marketplace/frontend/src/components/Portfolio.tsx:22
FunctionhandleTradeSubmit
()
friend-tech/aptos/frontend/components/TradeShare.tsx:29
Functioninitialize
(ctx: Context<Initialize>)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:13
Functioninitialize
(ctx: Context<Initialize>)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:13
Functioninitialize
(ctx: Context<Initialize>)
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:12
Functioninitialize
(ctx: Context<Initialize>)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:15
FunctionisValidNetworkName
(network: NetworkInfo | null)
surf-for-type-safety/frontend/utils/helpers.ts:4
FunctionisValidNetworkName
(network: NetworkInfo | null)
telegram-boilerplate-template/frontend/utils/helpers.ts:4
Functionissue_key
(ctx: Context<IssueKey>, bump: u8, username: String)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:19
FunctionlistAptogotchi
( sender: Account, aptogotchiObjectAddr: string )
nft-marketplace/frontend/src/utils/aptos.ts:114
FunctionmintAptogotchi
( sender: Account, name: string, body: number, ear: number, face: number )
nft-marketplace/frontend/src/utils/aptos.ts:36
FunctionmintFA
(e: FormEvent)
fungible-asset-launchpad/aptos/frontend/pages/Mint/components/HeroSection.tsx:40
FunctionmintNft
(e: FormEvent)
nft-launchpad/frontend/pages/Mint/components/HeroSection.tsx:41
Functionmint_token
(ctx: Context<MintToken>, amount: u64)
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:25
FunctiononClickButton
()
telegram-boilerplate-template-with-mizu-core/frontend/components/Counter.tsx:45
FunctiononClickButton
()
telegram-boilerplate-template/frontend/components/Counter.tsx:48
FunctiononClickIssueShare
()
friend-tech/aptos/frontend/components/IssueShare.tsx:16
FunctiononCopy
()
fungible-asset-launchpad/aptos/frontend/pages/Mint/components/HeroSection.tsx:143
FunctiononCopy
()
nft-launchpad/frontend/pages/Mint/components/HeroSection.tsx:132
FunctiononCreateAsset
()
fungible-asset-launchpad/aptos/frontend/pages/CreateFungibleAsset.tsx:49
FunctiononCreateCollection
()
nft-launchpad/frontend/pages/CreateCollection.tsx:74
FunctiononPublicMintEndTime
(event: React.ChangeEvent<HTMLInputElement>)
nft-launchpad/frontend/pages/CreateCollection.tsx:61
FunctiononPublicMintStartTime
(event: React.ChangeEvent<HTMLInputElement>)
nft-launchpad/frontend/pages/CreateCollection.tsx:48
FunctiononSignAndSubmitTransaction
(data: z.infer<typeof FormSchema>)
surf-for-type-safety/frontend/components/PostMessageWithSurf.tsx:56
FunctiononSubmit
()
nft-marketplace/frontend/src/components/List.tsx:38
FunctiononSubmit
()
nft-marketplace/frontend/src/components/Buy.tsx:15
FunctiononSubmit
()
nft-marketplace/frontend/src/app/mint/page.tsx:66
FunctionrenderEducationScreen
(screen: AboutAptosConnectEducationScreen)
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:224
FunctionrenderEducationScreen
(screen: AboutAptosConnectEducationScreen)
nft-launchpad/frontend/components/WalletSelector.tsx:211
FunctionrenderEducationScreen
(screen: AboutAptosConnectEducationScreen)
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:202
FunctionrenderEducationScreen
(screen: AboutAptosConnectEducationScreen)
friend-tech/aptos/frontend/components/WalletSelector.tsx:203
Functionsell_key
(ctx: Context<TransactHoldings>, vault_bump: u8, k: u64)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:27
Functionupdate
(props: ToasterToast)
surf-for-type-safety/frontend/components/ui/use-toast.ts:141
Functionupdate
(props: ToasterToast)
fungible-asset-launchpad/aptos/frontend/components/ui/use-toast.ts:141
Functionupdate
(props: ToasterToast)
telegram-boilerplate-template-with-mizu-core/frontend/components/ui/use-toast.ts:141
Functionupdate
(props: ToasterToast)
nft-launchpad/frontend/components/ui/use-toast.ts:141
Functionupdate
(props: ToasterToast)
telegram-boilerplate-template/frontend/components/ui/use-toast.ts:141
Functionupdate
(props: ToasterToast)
friend-tech/aptos/frontend/components/ui/use-toast.ts:141
FunctionuploadFile
( // eslint-disable-next-line @typescript-eslint/no-explicit-any aptosWallet: any, fileToUpload: File, )
nft-launchpad/frontend/utils/Irys.ts:57
← previous501–594 of 594, ranked by callers