v1WalletAccountParams constructor
const
v1WalletAccountParams({
- required v1Curve curve,
- required v1PathFormat pathFormat,
- required String path,
- required v1AddressFormat addressFormat,
Implementation
const v1WalletAccountParams({
required this.curve,
required this.pathFormat,
required this.path,
required this.addressFormat,
});