AccountMergeOperationResponse constructor

AccountMergeOperationResponse(
  1. String account,
  2. String accountMuxed,
  3. int accountMuxedId,
  4. String into,
  5. String intoMuxed,
  6. int intoMuxedId
)

Implementation

AccountMergeOperationResponse(this.account, this.accountMuxed,
    this.accountMuxedId, this.into, this.intoMuxed, this.intoMuxedId);