aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/initWT.ts
blob: 5b679cfd1475c916bb18f1fb1d3cafca58efa705 (plain)
1
2
3
4
5
6
7
8
9
import { client } from "../client";

/**
 * Declare witness testimony.
 */
export function initWT() {
  client.sender.sendRT("testimony1");
}
window.initWT = initWT;