Creates a new random wallet with the specified wordlist.
Namespace:
SecretNET
Assembly:
SecretNET (in SecretNET.dll)
public static Task<Wallet> Create(
Wordlist wordlist,
string passphrase,
CreateWalletOptions options
)
Parameters
- wordlist
- Type: Wordlist
The wordlist.
- passphrase
- Type: String
The passphrase.
- options
- Type: CreateWalletOptions
The options.
Return Value
Wallet.
Exception | Condition |
---|
[Exception] | Could not save mnemonic data |