v1ExportWalletAccountIntent constructor

const v1ExportWalletAccountIntent({
  1. required String address,
  2. required String targetPublicKey,
})

Implementation

const v1ExportWalletAccountIntent({
  required  this.address,
  required  this.targetPublicKey,
});