getBocHash function

Future<String> getBocHash(
  1. String boc
)

Returns hash of decoded boc or throws error

Implementation

Future<String> getBocHash(String boc) {
  return createLib().getBocHash(boc: boc);
}