v1WalletAccountParams constructor

const v1WalletAccountParams({
  1. required v1Curve curve,
  2. required v1PathFormat pathFormat,
  3. required String path,
  4. required v1AddressFormat addressFormat,
})

Implementation

const v1WalletAccountParams({
  required this.curve,
  required this.pathFormat,
  required this.path,
  required this.addressFormat,
});