Hi, is there any possible way to decode Cell data in JavaScript?
Jan 8, 2024, 10:06 AM
Are you interested in BOC string —> Cell conversion or Cell —> some data?
The former: TonWeb.boc.Cell.oneFromBoc(...) or Cell.fromBase64(...)
The latter needs TL-B scheme, otherwise it's bunch of bits and references which don't mean anything.
The former: TonWeb.boc.Cell.oneFromBoc(...) or Cell.fromBase64(...)
The latter needs TL-B scheme, otherwise it's bunch of bits and references which don't mean anything.
Jan 8, 2024, 10:45 AM
Yes
Jan 9, 2024, 5:05 AM