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;