import { SendResponse } from "lux/dist/apis/xvm" const main = async (): Promise => { const sendResponse: SendResponse = { txID: "2wYzSintaK3NWk71CGBvzuieFeAzJBLYpwfypGwQMsyotcK8Zs", changeAddr: "X-lux1vwf7dg22l9c0lnt92kq3urf0h9j3x6296sue77" } console.log(sendResponse) } main()