in tonweb, there is "cell.bits.writeBytes" function.
but in ton libaray there not writeBytes function.
what should i do ?
Dec 7, 2022, 7:03 PM
i use this, and i think it's work !
cell.bits.writeBuffer(Buffer.from(serializeUri(uri)));
cell.bits.writeBuffer(Buffer.from(serializeUri(uri)));
Dec 7, 2022, 7:11 PM