Parameters
Returns
testWithWalletSetup function uses this object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function defineWalletSetup(walletPassword, fn): {
"fn": WalletSetupFunction;
"hash": string;
"walletPassword": string;
}
| Parameter | Type | Description |
|---|---|---|
walletPassword | string | The password of the wallet. |
fn | WalletSetupFunction | A function describing the setup of the wallet. |
{
"fn": WalletSetupFunction;
"hash": string;
"walletPassword": string;
}
testWithWalletSetup function uses this object.
| Member | Type |
|---|---|
fn | WalletSetupFunction |
hash | string |
walletPassword | string |
