AccountMergeOperation constructor

AccountMergeOperation(
  1. MuxedAccount destination
)

Implementation

AccountMergeOperation(MuxedAccount destination) {
  this._destination = checkNotNull(destination, "destination cannot be null");
}