i am trying to use typescript to make a template literal string to be passed as a memo in a TON tx and i am getting a BitString overflow issue. has anyone any luck with solving such a thing?
Jan 4, 2024, 8:39 PM
i am constructing a payload like this
payload: `string here ${value} {"other": "json"},`
payload: `string here ${value} {"other": "json"},`
Jan 4, 2024, 8:48 PM