import { SendResponse } from "ecanna/dist/apis/tknvm" const main = async (): Promise => { const sendResponse: SendResponse = { txID: "2wYzSintaK3NWk71CGBvzuieFeAzJBLYpwfypGwQMsyotcK8Zs", changeAddr: "TKN-ecna1vwf7dg22l9c0lnt92kq3urf0h9j3x6296sue77" } console.log(sendResponse) } main()