Unanswered
You can generate hash with boc before transaction or after transaction with response boc.
const bocCell = TonWeb.boc.Cell.oneFromBoc(TonWeb.utils.base64ToBytes(response.boc));
const hash = TonWeb.utils.bytesToBase64(await bocCell.hash());
414 Views
0
Answers
one year ago
one year ago
How can I generate hash with boc before transaction sir ?