public static class GenerateWalletDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateWalletDetails |
build() |
GenerateWalletDetails.Builder |
copy(GenerateWalletDetails model) |
GenerateWalletDetails.Builder |
password(String password)
The password to encrypt the keys inside the wallet.
|
public GenerateWalletDetails.Builder password(String password)
The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.
password
- the value to setpublic GenerateWalletDetails build()
public GenerateWalletDetails.Builder copy(GenerateWalletDetails model)
Copyright © 2016–2024. All rights reserved.