MCPcopy Create free account

hub / github.com/Maksandre/w3wallets / functions

Functions146 in github.com/Maksandre/w3wallets

MethodassertActiveAccount
* Verify account is selected/active * @param accountAddress - Account address that should be active
packages/w3wallets/tests/POM/PolkadotPage.ts:143
MethodassertConnectionStatus
* Verify wallet connection status * @param status - Expected status ("connected" or "disconnected")
packages/w3wallets/tests/POM/EthereumPage.ts:155
MethodassertNftMintSuccess
* Verify NFT mint was successful
packages/w3wallets/tests/POM/EthereumPage.ts:208
MethodassertNftTransferSuccess
* Verify NFT transfer was successful
packages/w3wallets/tests/POM/EthereumPage.ts:215
MethodassertTransferSuccess
* Verify transfer was successful
packages/w3wallets/tests/POM/PolkadotPage.ts:108
MethodconnectPolkadotJs
* Connect wallet using Polkadot.js connector button
packages/w3wallets/tests/POM/PolkadotPage.ts:46
Functionconstructor
( public readonly page: Page, public readonly extensionId: string, )
packages/w3wallets/src/core/wallet.ts:6
Methodconstructor
( public page: any, public extensionId: string, )
packages/w3wallets/src/cache/prepareWallet.test.ts:10
Methodconstructor
( public page: any, public extensionId: string, )
packages/w3wallets/src/core/types.test.ts:10
Methodconstructor
(page: Page)
packages/w3wallets/tests/POM/PolkadotPage.ts:14
Methodconstructor
(page: Page)
packages/w3wallets/tests/POM/EthereumPage.ts:14
Methoddeny
()
packages/w3wallets/src/cache/prepareWallet.test.ts:16
Methoddeny
()
packages/w3wallets/src/core/types.test.ts:16
Methoddeny
()
packages/w3wallets/src/wallets/polkadot-js/polkadot-js.ts:70
Methoddeny
()
packages/w3wallets/src/wallets/metamask/metamask.ts:487
MethoddisconnectWallet
* Disconnect the connected wallet
packages/w3wallets/tests/POM/EthereumPage.ts:90
FunctionexpectTimeout
* Timeout for expect assertions like toBeVisible, toContainText. * Set via W3WALLETS_EXPECT_TIMEOUT env variable. * @default undefined (uses Pla
packages/w3wallets/src/config.ts:21
MethodgetAccountRadios
* Get all account radio buttons
packages/w3wallets/tests/POM/PolkadotPage.ts:135
MethodgetConnectorButton
* Get connector button for a specific connector * @param connectorUid - Connector unique ID (e.g., "polkadot-js")
packages/w3wallets/tests/POM/PolkadotPage.ts:116
MethodgetNftBalance
* Get the current NFT balance as text
packages/w3wallets/tests/POM/EthereumPage.ts:229
MethodgetNftItem
* Get a specific NFT item locator by token ID * @param tokenId - Token ID
packages/w3wallets/tests/POM/EthereumPage.ts:237
FunctiongetTokenAllowance
( owner: Address, spender: Address, )
packages/w3wallets/tests/utils/erc20.ts:145
FunctiongetTokenBalance
(account: Address)
packages/w3wallets/tests/utils/erc20.ts:134
FunctionglobalSetup
()
packages/w3wallets/tests/global-setup.ts:24
Methodgoto
()
packages/w3wallets/tests/POM/EthereumPage.ts:75
MethodgotoOnboardPage
()
packages/w3wallets/src/cache/prepareWallet.test.ts:14
MethodgotoOnboardPage
()
packages/w3wallets/src/core/types.test.ts:14
MethodgotoOnboardPage
()
packages/w3wallets/src/core/types.ts:5
FunctionhandleApprove
(e: React.FormEvent)
packages/test-dapp/src/components/TokenSection.tsx:121
FunctionhandleMint
()
packages/test-dapp/src/components/TokenSection.tsx:73
FunctionhandleMint
()
packages/test-dapp/src/components/NftSection.tsx:33
MethodhandlePopupAndClick
()
packages/w3wallets/src/wallets/metamask/metamask.ts:393
FunctionhandleSign
(e: React.FormEvent)
packages/test-dapp/src/components/SignMessageSection.tsx:22
FunctionhandleTransfer
(e: React.FormEvent)
packages/test-dapp/src/components/TokenSection.tsx:92
FunctionhandleTransfer
(e: React.FormEvent)
packages/test-dapp/src/components/NftSection.tsx:45
MethodmintNft
* Mint an NFT
packages/w3wallets/tests/POM/EthereumPage.ts:135
Methodonboard
(seed: string, password?: string, name?: string)
packages/w3wallets/src/wallets/polkadot-js/polkadot-js.ts:16
MethodselectAccountRadio
* Select a specific account from account selection UI * Note: This should be called in the wallet extension context, not the dApp * @param accou
packages/w3wallets/tests/POM/PolkadotPage.ts:125
MethodselectAllAccounts
()
packages/w3wallets/src/wallets/polkadot-js/polkadot-js.ts:42
FunctionsetupFn
()
packages/w3wallets/src/cache/prepareWallet.test.ts:21
FunctionshortenAddress
(address: string)
packages/w3wallets/tests/utils/address.ts:1
Functionsleep
(ms: number)
packages/w3wallets/tests/utils/sleep.ts:1
MethodswitchNetwork
* Switch to an existing network in MetaMask * @param networkName - Name of the network to switch to (e.g., "Ethereum Mainnet", "Sepolia")
packages/w3wallets/src/wallets/metamask/metamask.ts:554
MethodtransferNft
* Transfer an NFT * @param tokenId - Token ID to transfer * @param recipient - Recipient address
packages/w3wallets/tests/POM/EthereumPage.ts:144
MethodtransferTokens
* Transfer ERC-20 tokens * @param recipient - Recipient address * @param amount - Amount to transfer (as string)
packages/w3wallets/tests/POM/EthereumPage.ts:115
MethodwaitForButtonOrPopup
(timeout: number)
packages/w3wallets/src/wallets/metamask/metamask.ts:380
← previous101–146 of 146, ranked by callers