Get Mystery Box with random crypto!

Release SDK 1.25 New - Added JS Blob support in lib-web - New | Everscale Dev EN

Release SDK 1.25
New
- Added JS Blob support in lib-web
- New module proofs is introduced!
- Functions proofs.proof_block_data and proofs.proof_transaction_data
which prove block data, retrieved from Graphql API.
- abi.decode_boc function to decode custom BOC data into JSON parameters.
- Ref() type was added to ABI.
Solidity functions use ABI types for builder encoding. The simplest way to decode such a BOC is to use ABI decoding. ABI has it own rules for fields layout in cells so manually encoded BOC can not be described in terms of ABI rules. To solve this problem we introduce a new ABI type Ref() which allows to store ParamType ABI parameter in cell reference and, thus, decode manually encoded BOCs. This type is available only in decode_boc function and will not be available in ABI messages encoding until it is included into some ABI revision.