v1WalletAccount constructor

const v1WalletAccount({
  1. required String walletAccountId,
  2. required String organizationId,
  3. required String walletId,
  4. required v1Curve curve,
  5. required v1PathFormat pathFormat,
  6. required String path,
  7. required v1AddressFormat addressFormat,
  8. required String address,
  9. required externaldatav1Timestamp createdAt,
  10. required externaldatav1Timestamp updatedAt,
  11. String? publicKey,
  12. v1Wallet? walletDetails,
})

Implementation

const v1WalletAccount({
  required  this.walletAccountId,
  required  this.organizationId,
  required  this.walletId,
  required  this.curve,
  required  this.pathFormat,
  required  this.path,
  required  this.addressFormat,
  required  this.address,
  required  this.createdAt,
  required  this.updatedAt,
   this.publicKey,
   this.walletDetails,
});