changed(from: ChangeTransactionInfo) {
    const by = "changed";
    this.startedBy = by;
    this.from = from;
    this.emit("start", {by, from});