getBocHash function

String getBocHash(
  1. String boc
)

Returns hash of decoded boc or throws error

Implementation

String getBocHash(String boc) => ntGetBocHash(boc: boc);