Wallet..::..Create Method (Wordlist, String, CreateWalletOptions)

Creates a new random wallet with the specified wordlist.

Namespace:  SecretNET
Assembly:  SecretNET (in SecretNET.dll)

Syntax


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.

Exceptions


ExceptionCondition
[Exception]Could not save mnemonic data